@xplortech/apollo-icons 0.2.2 → 0.3.0

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.
@@ -0,0 +1,214 @@
1
+ {
2
+ "apolloToNucleo": {
3
+ "ai": "add-magic",
4
+ "circle-slash": "adjust-contrast-2",
5
+ "link-external": "arrow-diagonal-out-2",
6
+ "download": "arrow-down-to-line",
7
+ "align-left": "arrow-left-to-line",
8
+ "rotate-ccw": "arrow-rotate-anticlockwise-1",
9
+ "rotate-cw": "arrow-rotate-clockwise-1",
10
+ "upload": "arrow-up-from-line",
11
+ "expand": "arrows-expand",
12
+ "award": "award-2",
13
+ "shopping-bag": "bag-shopping-2",
14
+ "archive": "box-archive",
15
+ "triangle-down": "caret-down",
16
+ "sort": "caret-expand-y",
17
+ "triangle-left": "caret-left",
18
+ "triangle-right": "caret-right",
19
+ "triangle-up": "caret-up",
20
+ "shopping-cart": "cart-shopping",
21
+ "graph-bar": "chart-column",
22
+ "graph-line": "chart-line",
23
+ "pie-chart": "chart-pie",
24
+ "check": "check-2",
25
+ "play": "circle-caret-right",
26
+ "check-circle": "circle-check",
27
+ "check-circle-fill": "circle-check-1",
28
+ "info": "circle-info",
29
+ "minus-circle": "circle-minus",
30
+ "plus-circle": "circle-plus",
31
+ "question": "circle-question",
32
+ "person-circle": "circle-user",
33
+ "alert-circle": "circle-warning",
34
+ "x-circle": "circle-xmark",
35
+ "x-circle-fill": "circle-xmark-1",
36
+ "code-square": "code",
37
+ "edit": "compose-2",
38
+ "duplicate": "copy",
39
+ "package": "cube",
40
+ "dollar-sign": "currency-dollar",
41
+ "kebab-horizontal": "dots",
42
+ "kebab-vertical": "dots-vertical",
43
+ "chevrons-down": "double-chevron-down",
44
+ "chevrons-left": "double-chevron-left",
45
+ "chevrons-right": "double-chevron-right",
46
+ "chevrons-up": "double-chevron-up",
47
+ "dumbbells": "dumbbell",
48
+ "mail": "envelope",
49
+ "mail-closed": "envelope-ban",
50
+ "mail-check": "envelope-check",
51
+ "mail-minus": "envelope-minus",
52
+ "mail-plus": "envelope-plus",
53
+ "share": "export",
54
+ "eye-closed": "eye-slash",
55
+ "flag": "flag-3",
56
+ "save": "floppy-disk",
57
+ "folder": "folder-2",
58
+ "gear": "gear-3",
59
+ "globe": "globe-2",
60
+ "apps": "grid-plus",
61
+ "drag": "grip-dots",
62
+ "heart": "heart-2",
63
+ "home": "house-4",
64
+ "light-bulb": "lightbulb",
65
+ "loader": "loader-4",
66
+ "search": "magnifier",
67
+ "zoom-out": "magnifier-minus",
68
+ "zoom-in": "magnifier-plus",
69
+ "three-bars": "menu",
70
+ "comment": "message",
71
+ "comment-check": "message-check",
72
+ "comment-plus": "message-plus",
73
+ "comment-alt": "message-writing",
74
+ "comment-discussion": "messages",
75
+ "dash": "minus",
76
+ "alert-hex": "octagon-warning",
77
+ "organization": "office-3",
78
+ "sign-in": "open-rect-arrow-in",
79
+ "sign-out": "open-rect-arrow-out",
80
+ "list-ordered": "ordered-list-1",
81
+ "paperclip": "paperclip-2",
82
+ "pencil": "pen-2",
83
+ "percent": "percentage",
84
+ "phone-x": "phone-call-cross",
85
+ "image": "photo",
86
+ "printer": "print",
87
+ "refresh-cw": "refresh",
88
+ "repeat": "repeat-3",
89
+ "law": "scale",
90
+ "signature": "signature-2",
91
+ "sliders-h": "sliders-3",
92
+ "sliders-v": "sliders-3-vertical",
93
+ "star-filled": "star-1",
94
+ "star-half-filled": "star-half",
95
+ "briefcase": "suitcase-2",
96
+ "trashcan": "trash",
97
+ "alert-triangle": "triangle-warning",
98
+ "list-unordered": "unordered-list-2",
99
+ "person": "user",
100
+ "person-add": "user-plus",
101
+ "people": "users-3",
102
+ "video-camera": "video",
103
+ "tools": "wrench",
104
+ "x": "xmark",
105
+ "calendar-week": "calendar-days",
106
+ "calendar-month": "calendar-grid"
107
+ },
108
+ "nucleoToApollo": {
109
+ "add-magic": "ai",
110
+ "adjust-contrast-2": "circle-slash",
111
+ "arrow-diagonal-out-2": "link-external",
112
+ "arrow-down-to-line": "download",
113
+ "arrow-left-to-line": "align-left",
114
+ "arrow-rotate-anticlockwise-1": "rotate-ccw",
115
+ "arrow-rotate-clockwise-1": "rotate-cw",
116
+ "arrow-up-from-line": "upload",
117
+ "arrows-expand": "expand",
118
+ "award-2": "award",
119
+ "bag-shopping-2": "shopping-bag",
120
+ "box-archive": "archive",
121
+ "caret-down": "triangle-down",
122
+ "caret-expand-y": "sort",
123
+ "caret-left": "triangle-left",
124
+ "caret-right": "triangle-right",
125
+ "caret-up": "triangle-up",
126
+ "cart-shopping": "shopping-cart",
127
+ "chart-column": "graph-bar",
128
+ "chart-line": "graph-line",
129
+ "chart-pie": "pie-chart",
130
+ "check-2": "check",
131
+ "circle-caret-right": "play",
132
+ "circle-check": "check-circle",
133
+ "circle-check-1": "check-circle-fill",
134
+ "circle-info": "info",
135
+ "circle-minus": "minus-circle",
136
+ "circle-plus": "plus-circle",
137
+ "circle-question": "question",
138
+ "circle-user": "person-circle",
139
+ "circle-warning": "alert-circle",
140
+ "circle-xmark": "x-circle",
141
+ "circle-xmark-1": "x-circle-fill",
142
+ "code": "code-square",
143
+ "compose-2": "edit",
144
+ "copy": "duplicate",
145
+ "cube": "package",
146
+ "currency-dollar": "dollar-sign",
147
+ "dots": "kebab-horizontal",
148
+ "dots-vertical": "kebab-vertical",
149
+ "double-chevron-down": "chevrons-down",
150
+ "double-chevron-left": "chevrons-left",
151
+ "double-chevron-right": "chevrons-right",
152
+ "double-chevron-up": "chevrons-up",
153
+ "dumbbell": "dumbbells",
154
+ "envelope": "mail",
155
+ "envelope-ban": "mail-closed",
156
+ "envelope-check": "mail-check",
157
+ "envelope-minus": "mail-minus",
158
+ "envelope-plus": "mail-plus",
159
+ "export": "share",
160
+ "eye-slash": "eye-closed",
161
+ "flag-3": "flag",
162
+ "floppy-disk": "save",
163
+ "folder-2": "folder",
164
+ "gear-3": "gear",
165
+ "globe-2": "globe",
166
+ "grid-plus": "apps",
167
+ "grip-dots": "drag",
168
+ "heart-2": "heart",
169
+ "house-4": "home",
170
+ "lightbulb": "light-bulb",
171
+ "loader-4": "loader",
172
+ "magnifier": "search",
173
+ "magnifier-minus": "zoom-out",
174
+ "magnifier-plus": "zoom-in",
175
+ "menu": "three-bars",
176
+ "message": "comment",
177
+ "message-check": "comment-check",
178
+ "message-plus": "comment-plus",
179
+ "message-writing": "comment-alt",
180
+ "messages": "comment-discussion",
181
+ "minus": "dash",
182
+ "octagon-warning": "alert-hex",
183
+ "office-3": "organization",
184
+ "open-rect-arrow-in": "sign-in",
185
+ "open-rect-arrow-out": "sign-out",
186
+ "ordered-list-1": "list-ordered",
187
+ "paperclip-2": "paperclip",
188
+ "pen-2": "pencil",
189
+ "percentage": "percent",
190
+ "phone-call-cross": "phone-x",
191
+ "photo": "image",
192
+ "print": "printer",
193
+ "refresh": "refresh-cw",
194
+ "repeat-3": "repeat",
195
+ "scale": "law",
196
+ "signature-2": "signature",
197
+ "sliders-3": "sliders-h",
198
+ "sliders-3-vertical": "sliders-v",
199
+ "star-1": "star-filled",
200
+ "star-half": "star-half-filled",
201
+ "suitcase-2": "briefcase",
202
+ "trash": "trashcan",
203
+ "triangle-warning": "alert-triangle",
204
+ "unordered-list-2": "list-unordered",
205
+ "user": "person",
206
+ "user-plus": "person-add",
207
+ "users-3": "people",
208
+ "video": "video-camera",
209
+ "wrench": "tools",
210
+ "xmark": "x",
211
+ "calendar-days": "calendar-week",
212
+ "calendar-grid": "calendar-month"
213
+ }
214
+ }