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

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round" >
<path d="M2.5 5 4 3.5 5.5 5m-3 6L4 12.5 5.5 11M4 4v8m5-1 .899-2.158m0 0L11.5 5l1.601 3.842m-3.202 0h3.202m0 0L14 11"/>
</svg>

After

Width:  |  Height:  |  Size: 238 B

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