From 71afccbeb55c9df28e09dfba0344632f52d8acce Mon Sep 17 00:00:00 2001 From: Kelp <5446186+NatachaMenjibar@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:40:10 +0200 Subject: [PATCH] :sparkles: Adds new font-size icon to the DS Signed-off-by: Kelp <5446186+NatachaMenjibar@users.noreply.github.com> --- frontend/resources/images/icons/text-font-size.svg | 3 +++ frontend/src/app/main/ui/ds/foundations/assets/icon.cljs | 1 + frontend/src/app/main/ui/icons.cljs | 1 + 3 files changed, 5 insertions(+) create mode 100644 frontend/resources/images/icons/text-font-size.svg diff --git a/frontend/resources/images/icons/text-font-size.svg b/frontend/resources/images/icons/text-font-size.svg new file mode 100644 index 0000000000..bbcdec161c --- /dev/null +++ b/frontend/resources/images/icons/text-font-size.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs b/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs index a69d62528d..e71bb8f4c7 100644 --- a/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs +++ b/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs @@ -260,6 +260,7 @@ (def ^:icon-id text-auto-width "text-auto-width") (def ^:icon-id text-bottom "text-bottom") (def ^:icon-id text-fixed "text-fixed") +(def ^:icon-id text-font-size "text-font-size") (def ^:icon-id text-justify "text-justify") (def ^:icon-id text-letterspacing "text-letterspacing") (def ^:icon-id text-lineheight "text-lineheight") diff --git a/frontend/src/app/main/ui/icons.cljs b/frontend/src/app/main/ui/icons.cljs index 0c2c887b50..37bf248a40 100644 --- a/frontend/src/app/main/ui/icons.cljs +++ b/frontend/src/app/main/ui/icons.cljs @@ -239,6 +239,7 @@ (def ^:icon text-auto-width (icon-xref :text-auto-width)) (def ^:icon text-bottom (icon-xref :text-bottom)) (def ^:icon text-fixed (icon-xref :text-fixed)) +(def ^:icon text-font-size (icon-xref :text-font-size)) (def ^:icon text-justify (icon-xref :text-justify)) (def ^:icon text-letterspacing (icon-xref :text-letterspacing)) (def ^:icon text-lineheight (icon-xref :text-lineheight))