mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🐛 Fix icons collection init
This commit is contained in:
parent
f8ef533f6a
commit
6498c0fe44
1 changed files with 19 additions and 16 deletions
|
@ -23,79 +23,82 @@
|
||||||
[uxbox.library.icons.material.toggle :as md-toggle]
|
[uxbox.library.icons.material.toggle :as md-toggle]
|
||||||
))
|
))
|
||||||
|
|
||||||
(def +collections+
|
(def collections-list
|
||||||
[{:name "Material design (actions)"
|
[{:name "Material design (actions)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000001"
|
:id #uuid "00000000-0000-0000-0000-100000000001"
|
||||||
:created-at 1
|
:created-at 1
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-actions/+icons+}
|
:icons md-actions/+icons+}
|
||||||
{:name "Material design (alerts)"
|
{:name "Material design (alerts)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000002"
|
:id #uuid "00000000-0000-0000-0000-100000000002"
|
||||||
:created-at 2
|
:created-at 2
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-alerts/+icons+}
|
:icons md-alerts/+icons+}
|
||||||
{:name "Material design (Av)"
|
{:name "Material design (Av)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000003"
|
:id #uuid "00000000-0000-0000-0000-100000000003"
|
||||||
:created-at 3
|
:created-at 3
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-av/+icons+}
|
:icons md-av/+icons+}
|
||||||
{:name "Material design (Communication)"
|
{:name "Material design (Communication)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000004"
|
:id #uuid "00000000-0000-0000-0000-100000000004"
|
||||||
:created-at 4
|
:created-at 4
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-comm/+icons+}
|
:icons md-comm/+icons+}
|
||||||
{:name "Material design (Content)"
|
{:name "Material design (Content)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000005"
|
:id #uuid "00000000-0000-0000-0000-100000000005"
|
||||||
:created-at 5
|
:created-at 5
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-content/+icons+}
|
:icons md-content/+icons+}
|
||||||
{:name "Material design (Device)"
|
{:name "Material design (Device)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000006"
|
:id #uuid "00000000-0000-0000-0000-100000000006"
|
||||||
:created-at 6
|
:created-at 6
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-device/+icons+}
|
:icons md-device/+icons+}
|
||||||
{:name "Material design (Editor)"
|
{:name "Material design (Editor)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000007"
|
:id #uuid "00000000-0000-0000-0000-100000000007"
|
||||||
:created-at 7
|
:created-at 7
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-editor/+icons+}
|
:icons md-editor/+icons+}
|
||||||
{:name "Material design (File)"
|
{:name "Material design (File)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000008"
|
:id #uuid "00000000-0000-0000-0000-100000000008"
|
||||||
:created-at 8
|
:created-at 8
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-file/+icons+}
|
:icons md-file/+icons+}
|
||||||
{:name "Material design (Hardware)"
|
{:name "Material design (Hardware)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000009"
|
:id #uuid "00000000-0000-0000-0000-100000000009"
|
||||||
:created-at 9
|
:created-at 9
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-hardware/+icons+}
|
:icons md-hardware/+icons+}
|
||||||
{:name "Material design (Image)"
|
{:name "Material design (Image)"
|
||||||
:id #uuid "00000000-0000-0000-0000-1000000000010"
|
:id #uuid "00000000-0000-0000-0000-1000000000010"
|
||||||
:created-at 10
|
:created-at 10
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-image/+icons+}
|
:icons md-image/+icons+}
|
||||||
{:name "Material design (Maps)"
|
{:name "Material design (Maps)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000011"
|
:id #uuid "00000000-0000-0000-0000-100000000011"
|
||||||
:created-at 11
|
:created-at 11
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-maps/+icons+}
|
:icons md-maps/+icons+}
|
||||||
{:name "Material design (Navigation)"
|
{:name "Material design (Navigation)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000012"
|
:id #uuid "00000000-0000-0000-0000-100000000012"
|
||||||
:created-at 12
|
:created-at 12
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-nav/+icons+}
|
:icons md-nav/+icons+}
|
||||||
{:name "Material design (Notifications)"
|
{:name "Material design (Notifications)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000013"
|
:id #uuid "00000000-0000-0000-0000-100000000013"
|
||||||
:created-at 13
|
:created-at 13
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-not/+icons+}
|
:icons md-not/+icons+}
|
||||||
{:name "Material design (Social)"
|
{:name "Material design (Social)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000014"
|
:id #uuid "00000000-0000-0000-0000-100000000014"
|
||||||
:created-at 14
|
:created-at 14
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-social/+icons+}
|
:icons md-social/+icons+}
|
||||||
{:name "Material design (Toggle)"
|
{:name "Material design (Toggle)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000015"
|
:id #uuid "00000000-0000-0000-0000-100000000015"
|
||||||
:created-at 15
|
:created-at 15
|
||||||
:type :builtin
|
:builtin true
|
||||||
:icons md-toggle/+icons+}])
|
:icons md-toggle/+icons+}])
|
||||||
|
|
||||||
|
(def collections
|
||||||
|
(index-by collections-list :id))
|
||||||
|
|
Loading…
Add table
Reference in a new issue