mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Mark the icon collections as builtin.
This commit is contained in:
parent
f393e301f0
commit
3aafaf4665
1 changed files with 2 additions and 0 deletions
|
@ -24,8 +24,10 @@
|
||||||
|
|
||||||
(def +collections+
|
(def +collections+
|
||||||
[{:name "Material design"
|
[{:name "Material design"
|
||||||
|
:builtin true
|
||||||
:id 1
|
:id 1
|
||||||
:icons +material+}
|
:icons +material+}
|
||||||
{:name "External icons"
|
{:name "External icons"
|
||||||
|
:builtin true
|
||||||
:id 2
|
:id 2
|
||||||
:icons +external+}])
|
:icons +external+}])
|
||||||
|
|
Loading…
Add table
Reference in a new issue