@epilot360/icons 1.4.1 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/icons.config.yaml +17 -5
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/react/ArrowLeft/index.d.ts +4 -0
- package/react/ArrowLeft/index.js +2 -0
- package/react/ArrowLeft/index.js.map +1 -0
- package/react/ArrowRight/index.d.ts +4 -0
- package/react/ArrowRight/index.js +2 -0
- package/react/ArrowRight/index.js.map +1 -0
- package/react/Download/index.d.ts +4 -0
- package/react/Download/index.js +2 -0
- package/react/Download/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +9 -3
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Link/index.d.ts +4 -0
- package/react/Link/index.js +2 -0
- package/react/Link/index.js.map +1 -0
- package/react/Price/index.js +1 -1
- package/react/Price/index.js.map +1 -1
- package/react/index.d.ts +4 -1
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/react/Draft/index.d.ts +0 -4
- package/react/Draft/index.js +0 -2
- package/react/Draft/index.js.map +0 -1
package/icons.config.yaml
CHANGED
|
@@ -62,10 +62,6 @@ Notifications:
|
|
|
62
62
|
name: notifications
|
|
63
63
|
aliases: ["notifications", "bell", "ring"]
|
|
64
64
|
svg_import: "@material-symbols/svg-600/outlined/notifications.svg"
|
|
65
|
-
Draft:
|
|
66
|
-
name: draft
|
|
67
|
-
aliases: ["draft", "drafts", "pencil", "write", "file", "document"]
|
|
68
|
-
svg_import: "@material-symbols/svg-600/outlined/draft.svg"
|
|
69
65
|
Visibility:
|
|
70
66
|
name: visibility
|
|
71
67
|
aliases: ["visibility", "eye", "show", "seen"]
|
|
@@ -107,6 +103,10 @@ DragIndicator:
|
|
|
107
103
|
name: drag_indicator
|
|
108
104
|
aliases: ["drag_indicator", "drag", "move", "reorder"]
|
|
109
105
|
svg_import: "@material-symbols/svg-600/outlined/drag_indicator.svg"
|
|
106
|
+
Download:
|
|
107
|
+
name: download
|
|
108
|
+
aliases: ["download", "cloud_download", "cloud", "save"]
|
|
109
|
+
svg_import: "@material-symbols/svg-600/outlined/cloud_download.svg"
|
|
110
110
|
Refresh:
|
|
111
111
|
name: refresh
|
|
112
112
|
aliases: ["refresh", "reload", "sync", "update"]
|
|
@@ -115,6 +115,10 @@ Menu:
|
|
|
115
115
|
name: menu
|
|
116
116
|
aliases: ["menu", "hamburger"]
|
|
117
117
|
svg_import: "@material-symbols/svg-600/outlined/menu.svg"
|
|
118
|
+
Link:
|
|
119
|
+
name: link
|
|
120
|
+
aliases: ["link", "chain", "url", "hyperlink"]
|
|
121
|
+
svg_import: "@material-symbols/svg-600/outlined/link.svg"
|
|
118
122
|
Login:
|
|
119
123
|
name: login
|
|
120
124
|
aliases: ["login", "sign_in"]
|
|
@@ -139,6 +143,14 @@ Attributes:
|
|
|
139
143
|
name: attributes
|
|
140
144
|
aliases: ["attributes", "view_agenda", "agenda", "list"]
|
|
141
145
|
svg_import: "@material-symbols/svg-600/outlined/view_agenda.svg"
|
|
146
|
+
ArrowRight:
|
|
147
|
+
name: arrow_right
|
|
148
|
+
aliases: ["arrow_right", "arrow_right_alt", "right"]
|
|
149
|
+
svg_import: "@material-symbols/svg-600/outlined/arrow_right_alt.svg"
|
|
150
|
+
ArrowLeft:
|
|
151
|
+
name: arrow_left
|
|
152
|
+
aliases: ["arrow_left", "arrow_left_alt", "left"]
|
|
153
|
+
svg_import: "@material-symbols/svg-600/outlined/arrow_left_alt.svg"
|
|
142
154
|
|
|
143
155
|
# Entities
|
|
144
156
|
Dashboard:
|
|
@@ -191,7 +203,7 @@ Product:
|
|
|
191
203
|
aliases: ["product", "entity_product", "puzzle"]
|
|
192
204
|
svg_import: "@material-symbols/svg-600/outlined/extension.svg"
|
|
193
205
|
Price:
|
|
194
|
-
name:
|
|
206
|
+
name: price
|
|
195
207
|
aliases: ["price", "entity_price", "tag", "sell"]
|
|
196
208
|
svg_import: "@material-symbols/svg-600/outlined/sell.svg"
|
|
197
209
|
Tax:
|