0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Mark the icon collections as builtin.

This commit is contained in:
Andrey Antukh 2015-12-27 15:27:48 +02:00
parent f393e301f0
commit 3aafaf4665

View file

@ -24,8 +24,10 @@
(def +collections+
[{:name "Material design"
:builtin true
:id 1
:icons +material+}
{:name "External icons"
:builtin true
:id 2
:icons +external+}])