0
Fork 0
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:
Andrey Antukh 2015-12-27 15:27:48 +02:00
parent f393e301f0
commit 3aafaf4665

View file

@ -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+}])