mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
✨ Adds new font-size icon to the DS
Signed-off-by: Kelp <5446186+NatachaMenjibar@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user