@epilot360/icons 1.4.2 → 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 +16 -0
- 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 +8 -0
- 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/index.d.ts +4 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -103,6 +103,10 @@ DragIndicator:
|
|
|
103
103
|
name: drag_indicator
|
|
104
104
|
aliases: ["drag_indicator", "drag", "move", "reorder"]
|
|
105
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"
|
|
106
110
|
Refresh:
|
|
107
111
|
name: refresh
|
|
108
112
|
aliases: ["refresh", "reload", "sync", "update"]
|
|
@@ -111,6 +115,10 @@ Menu:
|
|
|
111
115
|
name: menu
|
|
112
116
|
aliases: ["menu", "hamburger"]
|
|
113
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"
|
|
114
122
|
Login:
|
|
115
123
|
name: login
|
|
116
124
|
aliases: ["login", "sign_in"]
|
|
@@ -135,6 +143,14 @@ Attributes:
|
|
|
135
143
|
name: attributes
|
|
136
144
|
aliases: ["attributes", "view_agenda", "agenda", "list"]
|
|
137
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"
|
|
138
154
|
|
|
139
155
|
# Entities
|
|
140
156
|
Dashboard:
|