Adds new font-size icon to the DS

Signed-off-by: Kelp <5446186+NatachaMenjibar@users.noreply.github.com>
This commit is contained in:
Kelp
2025-06-18 12:40:10 +02:00
parent bbb9713f97
commit 71afccbeb5
3 changed files with 5 additions and 0 deletions

View File

@@ -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")

View File

@@ -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))