mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 03:21:26 -05:00
🚚 Move library icons
This commit is contained in:
parent
80942f9b02
commit
bbd62778f3
19 changed files with 48 additions and 48 deletions
|
@ -5,97 +5,97 @@
|
|||
;; Copyright (c) 2015-2017 Andrey Antukh <niwi@niwi.nz>
|
||||
;; Copyright (c) 2015-2017 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
(ns uxbox.library.icons
|
||||
(:require [uxbox.library.icons.material.actions :as md-actions]
|
||||
[uxbox.library.icons.material.alerts :as md-alerts]
|
||||
[uxbox.library.icons.material.av :as md-av]
|
||||
[uxbox.library.icons.material.communication :as md-comm]
|
||||
[uxbox.library.icons.material.content :as md-content]
|
||||
[uxbox.library.icons.material.device :as md-device]
|
||||
[uxbox.library.icons.material.editor :as md-editor]
|
||||
[uxbox.library.icons.material.file :as md-file]
|
||||
[uxbox.library.icons.material.hardware :as md-hardware]
|
||||
[uxbox.library.icons.material.image :as md-image]
|
||||
[uxbox.library.icons.material.maps :as md-maps]
|
||||
[uxbox.library.icons.material.navigation :as md-nav]
|
||||
[uxbox.library.icons.material.notification :as md-not]
|
||||
[uxbox.library.icons.material.social :as md-social]
|
||||
[uxbox.library.icons.material.toggle :as md-toggle]
|
||||
(ns uxbox.builtins.library.icons
|
||||
(:require [uxbox.builtins.library.icons.material.actions :as md-actions]
|
||||
[uxbox.builtins.library.icons.material.alerts :as md-alerts]
|
||||
[uxbox.builtins.library.icons.material.av :as md-av]
|
||||
[uxbox.builtins.library.icons.material.communication :as md-comm]
|
||||
[uxbox.builtins.library.icons.material.content :as md-content]
|
||||
[uxbox.builtins.library.icons.material.device :as md-device]
|
||||
[uxbox.builtins.library.icons.material.editor :as md-editor]
|
||||
[uxbox.builtins.library.icons.material.file :as md-file]
|
||||
[uxbox.builtins.library.icons.material.hardware :as md-hardware]
|
||||
[uxbox.builtins.library.icons.material.image :as md-image]
|
||||
[uxbox.builtins.library.icons.material.maps :as md-maps]
|
||||
[uxbox.builtins.library.icons.material.navigation :as md-nav]
|
||||
[uxbox.builtins.library.icons.material.notification :as md-not]
|
||||
[uxbox.builtins.library.icons.material.social :as md-social]
|
||||
[uxbox.builtins.library.icons.material.toggle :as md-toggle]
|
||||
[uxbox.util.data :refer (index-by)]))
|
||||
|
||||
(def collections-list
|
||||
[{:name "Material design (actions)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000001"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000001"
|
||||
:type :builtin
|
||||
:created-at 1
|
||||
:icons md-actions/+icons+}
|
||||
{:name "Material design (alerts)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000002"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000002"
|
||||
:type :builtin
|
||||
:created-at 2
|
||||
:icons md-alerts/+icons+}
|
||||
{:name "Material design (Av)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000003"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000003"
|
||||
:type :builtin
|
||||
:created-at 3
|
||||
:icons md-av/+icons+}
|
||||
{:name "Material design (Communication)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000004"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000004"
|
||||
:type :builtin
|
||||
:created-at 4
|
||||
:icons md-comm/+icons+}
|
||||
{:name "Material design (Content)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000005"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000005"
|
||||
:type :builtin
|
||||
:created-at 5
|
||||
:icons md-content/+icons+}
|
||||
{:name "Material design (Device)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000006"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000006"
|
||||
:type :builtin
|
||||
:created-at 6
|
||||
:icons md-device/+icons+}
|
||||
{:name "Material design (Editor)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000007"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000007"
|
||||
:type :builtin
|
||||
:created-at 7
|
||||
:icons md-editor/+icons+}
|
||||
{:name "Material design (File)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000008"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000008"
|
||||
:type :builtin
|
||||
:created-at 8
|
||||
:icons md-file/+icons+}
|
||||
{:name "Material design (Hardware)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000009"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000009"
|
||||
:type :builtin
|
||||
:created-at 9
|
||||
:icons md-hardware/+icons+}
|
||||
{:name "Material design (Image)"
|
||||
:id #uuid "00000000-0000-0000-0000-1000000000010"
|
||||
:id #uuid "00000000-0000-0000-0000-0000000000010"
|
||||
:type :builtin
|
||||
:created-at 10
|
||||
:icons md-image/+icons+}
|
||||
{:name "Material design (Maps)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000011"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000011"
|
||||
:type :builtin
|
||||
:created-at 11
|
||||
:icons md-maps/+icons+}
|
||||
{:name "Material design (Navigation)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000012"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000012"
|
||||
:type :builtin
|
||||
:created-at 12
|
||||
:icons md-nav/+icons+}
|
||||
{:name "Material design (Notifications)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000013"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000013"
|
||||
:type :builtin
|
||||
:created-at 13
|
||||
:icons md-not/+icons+}
|
||||
{:name "Material design (Social)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000014"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000014"
|
||||
:type :builtin
|
||||
:created-at 14
|
||||
:icons md-social/+icons+}
|
||||
{:name "Material design (Toggle)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000015"
|
||||
:id #uuid "00000000-0000-0000-0000-000000000015"
|
||||
:type :builtin
|
||||
:created-at 15
|
||||
:icons md-toggle/+icons+}])
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.actions
|
||||
(ns uxbox.builtins.library.icons.material.actions
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.alerts
|
||||
(ns uxbox.builtins.library.icons.material.alerts
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.av
|
||||
(ns uxbox.builtins.library.icons.material.av
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.communication
|
||||
(ns uxbox.builtins.library.icons.material.communication
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.content
|
||||
(ns uxbox.builtins.library.icons.material.content
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.device
|
||||
(ns uxbox.builtins.library.icons.material.device
|
||||
(:require [sablono.core :as html :refer-macros [html]]
|
||||
[uxbox.util.uuid :as uuid]))
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.editor
|
||||
(ns uxbox.builtins.library.icons.material.editor
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.file
|
||||
(ns uxbox.builtins.library.icons.material.file
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.hardware
|
||||
(ns uxbox.builtins.library.icons.material.hardware
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.image
|
||||
(ns uxbox.builtins.library.icons.material.image
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.maps
|
||||
(ns uxbox.builtins.library.icons.material.maps
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.navigation
|
||||
(ns uxbox.builtins.library.icons.material.navigation
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.notification
|
||||
(ns uxbox.builtins.library.icons.material.notification
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.social
|
||||
(ns uxbox.builtins.library.icons.material.social
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -2,7 +2,7 @@
|
|||
;; The original source can be found here:
|
||||
;; https://github.com/google/material-design-icons
|
||||
|
||||
(ns uxbox.library.icons.material.toggle
|
||||
(ns uxbox.builtins.library.icons.material.toggle
|
||||
(:require [uxbox.util.uuid :as uuid]))
|
||||
|
||||
(def +icons+
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
(ns uxbox.main.state
|
||||
(:require [uxbox.builtins.colors :as colors]
|
||||
[uxbox.library.icons :as icons]
|
||||
[uxbox.builtins.library.icons :as icons]
|
||||
[uxbox.util.storage :refer [storage]]))
|
||||
|
||||
(defn initial-state
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
[lentes.core :as l]
|
||||
[potok.core :as ptk]
|
||||
[uxbox.builtins.colors :as colors]
|
||||
[uxbox.library.icons :as icons]
|
||||
[uxbox.builtins.library.icons :as icons]
|
||||
[uxbox.util.storage :refer [storage]]))
|
||||
|
||||
(enable-console-print!)
|
||||
|
|
Loading…
Add table
Reference in a new issue