mirror of https://github.com/penpot/penpot.git
✨ Add new shadow icons (#7416)
* ✨ Adds new shadow icons Signed-off-by: Natacha <natachamenjibar@gmail.com> * ✨ Add shadow icons Signed-off-by: Natacha <natachamenjibar@gmail.com> * ✨ Adds shadow icons Signed-off-by: Natacha <natachamenjibar@gmail.com> * 📎 Fix wrong svg Signed-off-by: Natacha <natachamenjibar@gmail.com> * 📎 Fix wrong svg Signed-off-by: Natacha <natachamenjibar@gmail.com> * 📎 Fix wrong svg Signed-off-by: Natacha <natachamenjibar@gmail.com> --------- Signed-off-by: Natacha <natachamenjibar@gmail.com>
This commit is contained in:
parent
7f1ab08ec8
commit
b602df549e
|
|
@ -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="m12.575 12.576-2.047-2.04m.53 3.005L9.1 11.59m4.439-.527-1.956-1.95M9.035 14 7.15 12.12M14 9.048l-1.886-1.88m-5.425 6.35-1.7-1.696m8.526-5.115-1.7-1.695m.184 2.337c-.33 2.881-2.941 4.95-5.83 4.62a5.255 5.255 0 0 1-4.634-5.814c.33-2.881 2.94-4.95 5.83-4.62A5.255 5.255 0 0 1 12 7.349Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 411 B |
|
|
@ -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="m3.246 4.671 2.388 1.672M4.27 3.209l2.577 1.804M2.222 6.134l2.576 1.804m1.228-5.68L8.6 4.061M1.929 8.109l2.575 1.803m4.009-8.093 2.57 1.8m-8.715 6.977 2.57 1.8M1.76 8.35a6.25 6.25 0 1 1 12.48-.7 6.25 6.25 0 0 1-12.48.7Z" class="Vector"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 370 B |
|
|
@ -125,6 +125,7 @@
|
|||
(def ^:icon-id document "document")
|
||||
(def ^:icon-id download "download")
|
||||
(def ^:icon-id drop "drop")
|
||||
(def ^:icon-id drop-shadow "drop-shadow")
|
||||
(def ^:icon-id easing-ease "easing-ease")
|
||||
(def ^:icon-id easing-ease-in "easing-ease-in")
|
||||
(def ^:icon-id easing-ease-in-out "easing-ease-in-out")
|
||||
|
|
@ -169,6 +170,7 @@
|
|||
(def ^:icon-id hug-content "hug-content")
|
||||
(def ^:icon-id icon "icon")
|
||||
(def ^:icon-id img "img")
|
||||
(def ^:icon-id inner-shadow "inner-shadow")
|
||||
(def ^:icon-id info "info")
|
||||
(def ^:icon-id import-export "import-export")
|
||||
(def ^:icon-id interaction "interaction")
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@
|
|||
(def ^:icon document (icon-xref :document))
|
||||
(def ^:icon download (icon-xref :download))
|
||||
(def ^:icon drop-icon (icon-xref :drop))
|
||||
(def ^:icon drop-shadow (icon-xref :drop-shadow))
|
||||
(def ^:icon easing-ease-in-out (icon-xref :easing-ease-in-out))
|
||||
(def ^:icon easing-ease-in (icon-xref :easing-ease-in))
|
||||
(def ^:icon easing-ease-out (icon-xref :easing-ease-out))
|
||||
|
|
@ -149,6 +150,7 @@
|
|||
(def ^:icon hug-content (icon-xref :hug-content))
|
||||
(def ^:icon icon (icon-xref :icon))
|
||||
(def ^:icon img (icon-xref :img))
|
||||
(def ^:icon inner-shadow (icon-xref :inner-shadow))
|
||||
(def ^:icon interaction (icon-xref :interaction))
|
||||
(def ^:icon join-nodes (icon-xref :join-nodes))
|
||||
(def ^:icon justify-content-column-around (icon-xref :justify-content-column-around))
|
||||
|
|
|
|||
Loading…
Reference in New Issue