mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 13:27:20 +02:00
✨ Add character icons
This commit is contained in:
parent
63d1b558d1
commit
6a18791c30
28 changed files with 108 additions and 0 deletions
|
@ -59,6 +59,33 @@
|
|||
(def ^:icon-id boolean-intersection "boolean-intersection")
|
||||
(def ^:icon-id boolean-union "boolean-union")
|
||||
(def ^:icon-id bug "bug")
|
||||
(def ^:icon-id character-a "character-a")
|
||||
(def ^:icon-id character-b "character-b")
|
||||
(def ^:icon-id character-c "character-c")
|
||||
(def ^:icon-id character-d "character-d")
|
||||
(def ^:icon-id character-e "character-e")
|
||||
(def ^:icon-id character-f "character-f")
|
||||
(def ^:icon-id character-g "character-g")
|
||||
(def ^:icon-id character-h "character-h")
|
||||
(def ^:icon-id character-i "character-i")
|
||||
(def ^:icon-id character-j "character-j")
|
||||
(def ^:icon-id character-k "character-k")
|
||||
(def ^:icon-id character-l "character-l")
|
||||
(def ^:icon-id character-m "character-m")
|
||||
(def ^:icon-id character-n "character-n")
|
||||
(def ^:icon-id character-ntilde "character-ntilde")
|
||||
(def ^:icon-id character-o "character-o")
|
||||
(def ^:icon-id character-p "character-p")
|
||||
(def ^:icon-id character-q "character-q")
|
||||
(def ^:icon-id character-r "character-r")
|
||||
(def ^:icon-id character-s "character-s")
|
||||
(def ^:icon-id character-t "character-t")
|
||||
(def ^:icon-id character-u "character-u")
|
||||
(def ^:icon-id character-v "character-v")
|
||||
(def ^:icon-id character-w "character-w")
|
||||
(def ^:icon-id character-x "character-x")
|
||||
(def ^:icon-id character-y "character-y")
|
||||
(def ^:icon-id character-z "character-z")
|
||||
(def ^:icon-id clip-content "clip-content")
|
||||
(def ^:icon-id clipboard "clipboard")
|
||||
(def ^:icon-id close-small "close-small")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue