mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Fix uuid of builtin icons
This commit is contained in:
parent
39161b61c5
commit
3da36c82a0
1 changed files with 16 additions and 16 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
(ns uxbox.builtins.library.icons
|
(ns uxbox.builtins.library.icons
|
||||||
(:require [uxbox.builtins.library.icons.material.actions :as md-actions]
|
(:require [uxbox.builtins.library.icons.material.actions :as md-actions]
|
||||||
[uxbox.builtins.library.icons.material.alerts :as md-alerts]:id #uuid (uuid/random)
|
[uxbox.builtins.library.icons.material.alerts :as md-alerts]
|
||||||
[uxbox.builtins.library.icons.material.av :as md-av]
|
[uxbox.builtins.library.icons.material.av :as md-av]
|
||||||
[uxbox.builtins.library.icons.material.communication :as md-comm]
|
[uxbox.builtins.library.icons.material.communication :as md-comm]
|
||||||
[uxbox.builtins.library.icons.material.content :as md-content]
|
[uxbox.builtins.library.icons.material.content :as md-content]
|
||||||
|
@ -26,77 +26,77 @@
|
||||||
|
|
||||||
(def collections-list
|
(def collections-list
|
||||||
[{:name "Material design (actions)"
|
[{:name "Material design (actions)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 1
|
:created-at 1
|
||||||
:icons md-actions/+icons+}
|
:icons md-actions/+icons+}
|
||||||
{:name "Material design (alerts)"
|
{:name "Material design (alerts)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 2
|
:created-at 2
|
||||||
:icons md-alerts/+icons+}
|
:icons md-alerts/+icons+}
|
||||||
{:name "Material design (Av)"
|
{:name "Material design (Av)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 3
|
:created-at 3
|
||||||
:icons md-av/+icons+}
|
:icons md-av/+icons+}
|
||||||
{:name "Material design (Communication)"
|
{:name "Material design (Communication)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 4
|
:created-at 4
|
||||||
:icons md-comm/+icons+}
|
:icons md-comm/+icons+}
|
||||||
{:name "Material design (Content)"
|
{:name "Material design (Content)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 5
|
:created-at 5
|
||||||
:icons md-content/+icons+}
|
:icons md-content/+icons+}
|
||||||
{:name "Material design (Device)"
|
{:name "Material design (Device)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 6
|
:created-at 6
|
||||||
:icons md-device/+icons+}
|
:icons md-device/+icons+}
|
||||||
{:name "Material design (Editor)"
|
{:name "Material design (Editor)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 7
|
:created-at 7
|
||||||
:icons md-editor/+icons+}
|
:icons md-editor/+icons+}
|
||||||
{:name "Material design (File)"
|
{:name "Material design (File)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 8
|
:created-at 8
|
||||||
:icons md-file/+icons+}
|
:icons md-file/+icons+}
|
||||||
{:name "Material design (Hardware)"
|
{:name "Material design (Hardware)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 9
|
:created-at 9
|
||||||
:icons md-hardware/+icons+}
|
:icons md-hardware/+icons+}
|
||||||
{:name "Material design (Image)"
|
{:name "Material design (Image)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 10
|
:created-at 10
|
||||||
:icons md-image/+icons+}
|
:icons md-image/+icons+}
|
||||||
{:name "Material design (Maps)"
|
{:name "Material design (Maps)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 11
|
:created-at 11
|
||||||
:icons md-maps/+icons+}
|
:icons md-maps/+icons+}
|
||||||
{:name "Material design (Navigation)"
|
{:name "Material design (Navigation)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 12
|
:created-at 12
|
||||||
:icons md-nav/+icons+}
|
:icons md-nav/+icons+}
|
||||||
{:name "Material design (Notifications)"
|
{:name "Material design (Notifications)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 13
|
:created-at 13
|
||||||
:icons md-not/+icons+}
|
:icons md-not/+icons+}
|
||||||
{:name "Material design (Social)"
|
{:name "Material design (Social)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 14
|
:created-at 14
|
||||||
:icons md-social/+icons+}
|
:icons md-social/+icons+}
|
||||||
{:name "Material design (Toggle)"
|
{:name "Material design (Toggle)"
|
||||||
:id #uuid (uuid/random)
|
:id (uuid/random)
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:created-at 15
|
:created-at 15
|
||||||
:icons md-toggle/+icons+}])
|
:icons md-toggle/+icons+}])
|
||||||
|
|
Loading…
Reference in a new issue