0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

Remove any reference to the obsolete icon-svg type.

This commit is contained in:
Andrey Antukh 2016-01-24 01:05:55 +02:00
parent 388947d485
commit 82b658e7fe
2 changed files with 1 additions and 15 deletions

View file

@ -16,15 +16,6 @@
[uxbox.library.icons.material-design-toggle :as md-toggle]
))
(def ^:private +external+
[{:name "Custon icon"
:view-box [0 0 48 48]
:id (gensym "icon")
:type :builtin/icon-svg
:image {:xlink-href "http://s.cdpn.io/3/kiwi.svg"
:width 48
:height 48}}])
(def +collections+
[{:name "Material design (actions)"
:builtin true
@ -85,8 +76,4 @@
{:name "Material design (Toggle)"
:builtin true
:id 15
:icons md-toggle/+icons+}
{:name "External icons"
:builtin true
:id 40
:icons +external+}])
:icons md-toggle/+icons+}])

View file

@ -10,7 +10,6 @@
(def ^:static ^:private +hierarchy+
(as-> (make-hierarchy) $
(derive $ :builtin/icon ::shape)
(derive $ :builtin/icon-svg ::shape)
(derive $ :builtin/group ::shape)))
(defn shape?