@geneui/icons 1.0.2 → 1.0.4

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.
Files changed (65) hide show
  1. package/icons/{Check.js → ArrowLeft.js} +3 -3
  2. package/icons/ArrowLeft.svg +1 -0
  3. package/icons/ArrowRight.js +23 -0
  4. package/icons/ArrowRight.svg +1 -0
  5. package/icons/CaretDown.js +23 -0
  6. package/icons/CaretDown.svg +1 -0
  7. package/icons/CaretUp.js +23 -0
  8. package/icons/CaretUp.svg +1 -0
  9. package/icons/CheckMark.js +23 -0
  10. package/icons/ChevronDown.js +23 -0
  11. package/icons/ChevronDown.svg +1 -0
  12. package/icons/ChevronLeft.js +23 -0
  13. package/icons/ChevronLeft.svg +1 -0
  14. package/icons/ChevronRight.js +23 -0
  15. package/icons/ChevronRight.svg +1 -0
  16. package/icons/ChevronUp.js +23 -0
  17. package/icons/ChevronUp.svg +1 -0
  18. package/icons/Close.js +23 -0
  19. package/icons/Close.svg +1 -0
  20. package/icons/Copy.js +26 -0
  21. package/icons/Copy.svg +1 -0
  22. package/icons/Currency.js +26 -0
  23. package/icons/Currency.svg +1 -0
  24. package/icons/Dot.js +23 -0
  25. package/icons/Dot.svg +1 -0
  26. package/icons/ErrorAlertFill.js +23 -0
  27. package/icons/ErrorAlertFill.svg +1 -0
  28. package/icons/ErrorAlertOutline.js +29 -0
  29. package/icons/ErrorAlertOutline.svg +1 -0
  30. package/icons/Globe.js +23 -0
  31. package/icons/Globe.svg +1 -0
  32. package/icons/HorizontalDots.js +29 -0
  33. package/icons/HorizontalDots.svg +1 -0
  34. package/icons/InfoFill.js +23 -0
  35. package/icons/InfoFill.svg +1 -0
  36. package/icons/InfoOutline.js +29 -0
  37. package/icons/InfoOutline.svg +1 -0
  38. package/icons/LightBulb.js +26 -0
  39. package/icons/LightBulb.svg +1 -0
  40. package/icons/MinusOutline.js +23 -0
  41. package/icons/MinusOutline.svg +1 -0
  42. package/icons/NewWindow.js +26 -0
  43. package/icons/NewWindow.svg +1 -0
  44. package/icons/Search.js +23 -0
  45. package/icons/Search.svg +1 -0
  46. package/icons/Square.js +1 -1
  47. package/icons/SuccessFill.js +23 -0
  48. package/icons/SuccessFill.svg +1 -0
  49. package/icons/SuccessOutline.js +26 -0
  50. package/icons/SuccessOutline.svg +1 -0
  51. package/icons/TagOutline.js +26 -0
  52. package/icons/TagOutline.svg +1 -0
  53. package/icons/UnavailableFill.js +23 -0
  54. package/icons/UnavailableFill.svg +1 -0
  55. package/icons/UnavailableOutline.js +26 -0
  56. package/icons/UnavailableOutline.svg +1 -0
  57. package/icons/WarningFill.js +25 -0
  58. package/icons/WarningFill.svg +1 -0
  59. package/icons/WarningOutline.js +29 -0
  60. package/icons/WarningOutline.svg +1 -0
  61. package/index.d.ts +31 -2
  62. package/index.js +30 -1
  63. package/metadata.js +876 -6
  64. package/package.json +1 -1
  65. /package/icons/{Check.svg → CheckMark.svg} +0 -0
package/metadata.js CHANGED
@@ -1,16 +1,134 @@
1
1
  const metadata = {
2
- "Check": {
2
+ "ArrowLeft": {
3
+ "id": "ArrowLeftMajor",
4
+ "name": "ArrowLeft",
5
+ "set": "Major",
6
+ "keywords": [
7
+ "arrow",
8
+ "left",
9
+ "back",
10
+ "return",
11
+ "navigate",
12
+ "move",
13
+ "direction"
14
+ ],
15
+ "aliases": [
16
+ ""
17
+ ],
18
+ "description": "A left-pointing arrow icon typically used for navigation purposes, such as returning to a previous page or section.",
19
+ "sizes": [
20
+ 16,
21
+ 20,
22
+ 24,
23
+ 28,
24
+ 32,
25
+ 48
26
+ ],
27
+ "creation_date": "8/22/2024, 2:42:50 PM"
28
+ },
29
+ "ArrowRight": {
30
+ "id": "ArrowRightMajor",
31
+ "name": "ArrowRight",
32
+ "set": "Major",
33
+ "keywords": [
34
+ "arrow",
35
+ "right",
36
+ "forward",
37
+ "next",
38
+ "navigate",
39
+ "direction",
40
+ "move",
41
+ "forward"
42
+ ],
43
+ "aliases": [
44
+ ""
45
+ ],
46
+ "description": "A right-pointing arrow icon typically used for navigation purposes, such as moving to the next page or section.",
47
+ "sizes": [
48
+ 16,
49
+ 20,
50
+ 24,
51
+ 28,
52
+ 32,
53
+ 48
54
+ ],
55
+ "creation_date": "8/22/2024, 2:43:59 PM"
56
+ },
57
+ "CaretDown": {
58
+ "id": "CaretDownMajor",
59
+ "name": "CaretDown",
60
+ "set": "Major",
61
+ "keywords": [
62
+ "caret",
63
+ "down",
64
+ "dropdown",
65
+ "expand",
66
+ "open",
67
+ "triangle",
68
+ "unfold",
69
+ "reveal"
70
+ ],
71
+ "aliases": [
72
+ ""
73
+ ],
74
+ "description": "A downward-pointing caret icon commonly used to indicate a dropdown menu, expandable content, or additional options. It serves as a visual cue for users to click and reveal hidden content or navigate to submenus. Often found in forms, navigation bars, and selection lists.",
75
+ "sizes": [
76
+ 16,
77
+ 20,
78
+ 24,
79
+ 28,
80
+ 32,
81
+ 48
82
+ ],
83
+ "creation_date": "8/22/2024, 3:54:38 PM"
84
+ },
85
+ "CaretUp": {
86
+ "id": "CaretUpMajor",
87
+ "name": "CaretUp",
88
+ "set": "Major",
89
+ "keywords": [
90
+ "caret",
91
+ "up",
92
+ "arrow",
93
+ "collapse",
94
+ "close",
95
+ "fold",
96
+ "hide",
97
+ "collapsemenu"
98
+ ],
99
+ "aliases": [
100
+ ""
101
+ ],
102
+ "description": "An upward-pointing caret icon typically used to indicate the collapse or closing of a dropdown menu, hidden content, or additional options. It signals that content can be hidden or retracted. Often used in forms, navigation bars, and expandable lists.",
103
+ "sizes": [
104
+ 16,
105
+ 20,
106
+ 24,
107
+ 28,
108
+ 32,
109
+ 48
110
+ ],
111
+ "creation_date": "8/22/2024, 3:55:48 PM"
112
+ },
113
+ "CheckMark": {
3
114
  "id": "CheckMajor",
4
- "name": "Check",
115
+ "name": "CheckMark",
5
116
  "set": "Major",
6
117
  "keywords": [
7
118
  "checkmark",
8
- "selected"
119
+ "selected",
120
+ "check",
121
+ "tick",
122
+ "valid",
123
+ "accept",
124
+ "success",
125
+ "complete",
126
+ "verified"
9
127
  ],
10
128
  "aliases": [
11
129
  ""
12
130
  ],
13
- "description": "The icon should be use to mention check sign in order to mention selection or some aggrement",
131
+ "description": "A check mark icon commonly used to indicate confirmation, approval, or successful completion of an action. It signifies that something is correct, validated, or selected. Often found in forms, checkboxes, lists, and status indicators.",
14
132
  "sizes": [
15
133
  16,
16
134
  20,
@@ -21,17 +139,556 @@ const metadata = {
21
139
  ],
22
140
  "creation_date": "7/31/2024, 2:10:56 PM"
23
141
  },
142
+ "ChevronDown": {
143
+ "id": "ChevronDownMajor",
144
+ "name": "ChevronDown",
145
+ "set": "Major",
146
+ "keywords": [
147
+ "chevron",
148
+ "expand",
149
+ "down",
150
+ "dropdown",
151
+ "unfold",
152
+ "expandmore",
153
+ "accordion",
154
+ "collapse",
155
+ "breadcrumb"
156
+ ],
157
+ "aliases": [
158
+ ""
159
+ ],
160
+ "description": "Indicates navigation between sections, such as moving forward or backward. For example, a right-pointing chevron in a breadcrumb trail indicates a sub-page or category.",
161
+ "sizes": [
162
+ 16,
163
+ 20,
164
+ 24,
165
+ 28,
166
+ 32,
167
+ 48
168
+ ],
169
+ "creation_date": "8/22/2024, 3:59:06 PM"
170
+ },
171
+ "ChevronLeft": {
172
+ "id": "ChevronLeftMajor",
173
+ "name": "ChevronLeft",
174
+ "set": "Major",
175
+ "keywords": [
176
+ "left",
177
+ "chevron",
178
+ "previous",
179
+ "back",
180
+ "move left",
181
+ "navigate left",
182
+ "previous page",
183
+ "left arrow",
184
+ "slide left"
185
+ ],
186
+ "aliases": [
187
+ ""
188
+ ],
189
+ "description": "The ChevronLeft Component is a key element in providing intuitive navigation, ensuring that users can easily retrace their steps or move to prior content within an application or website.",
190
+ "sizes": [
191
+ 16,
192
+ 20,
193
+ 24,
194
+ 28,
195
+ 32,
196
+ 48
197
+ ],
198
+ "creation_date": "8/22/2024, 4:03:17 PM"
199
+ },
200
+ "ChevronRight": {
201
+ "id": "ChevronRightMajor",
202
+ "name": "ChevronRight",
203
+ "set": "Major",
204
+ "keywords": [
205
+ "chevron right",
206
+ "right",
207
+ "chevron",
208
+ "next",
209
+ "navigate right",
210
+ "right arrow",
211
+ "next step",
212
+ "forward",
213
+ "move right",
214
+ "next page",
215
+ "slide right",
216
+ "proceed",
217
+ ""
218
+ ],
219
+ "aliases": [
220
+ ""
221
+ ],
222
+ "description": "It is primarily used to facilitate forward navigation, guiding users to move to the next page, screen, or step within an interface. This component is commonly employed in scenarios such as multi-step forms, carousels, and breadcrumb trails, where advancing to subsequent content is necessary.",
223
+ "sizes": [
224
+ 16,
225
+ 20,
226
+ 24,
227
+ 28,
228
+ 32,
229
+ 48
230
+ ],
231
+ "creation_date": "8/22/2024, 4:07:34 PM"
232
+ },
233
+ "ChevronUp": {
234
+ "id": "ChevronUpMajor",
235
+ "name": "ChevronUp",
236
+ "set": "Major",
237
+ "keywords": [
238
+ "collapse",
239
+ "chevron",
240
+ "up",
241
+ "close",
242
+ "hide",
243
+ "slide up",
244
+ "upward arrow",
245
+ "navigate up"
246
+ ],
247
+ "aliases": [
248
+ ""
249
+ ],
250
+ "description": "It is primarily used to indicate actions related to collapsing or hiding content. This component is commonly found in interfaces where users need to close or collapse sections, such as accordions, dropdowns, or expandable lists. ",
251
+ "sizes": [
252
+ 16,
253
+ 20,
254
+ 24,
255
+ 28,
256
+ 32,
257
+ 48
258
+ ],
259
+ "creation_date": "8/22/2024, 4:10:53 PM"
260
+ },
261
+ "Close": {
262
+ "id": "CloseMajor",
263
+ "name": "Close",
264
+ "set": "Major",
265
+ "keywords": [
266
+ "x",
267
+ "exit",
268
+ "dismiss",
269
+ "close",
270
+ "cancel",
271
+ "hide",
272
+ "remove",
273
+ "close window",
274
+ "close button",
275
+ ""
276
+ ],
277
+ "aliases": [
278
+ ""
279
+ ],
280
+ "description": "It allows users to close or hide UI elements like modals, notifications, or alerts with a simple action, enhancing user control over content visibility.",
281
+ "sizes": [
282
+ 16,
283
+ 20,
284
+ 24,
285
+ 28,
286
+ 32,
287
+ 48
288
+ ],
289
+ "creation_date": "8/22/2024, 4:21:14 PM"
290
+ },
291
+ "Copy": {
292
+ "id": "CopyMajor",
293
+ "name": "Copy",
294
+ "set": "Major",
295
+ "keywords": [
296
+ "copy",
297
+ "duplicate",
298
+ "copy text",
299
+ "clipboard",
300
+ "clone",
301
+ "copy button",
302
+ "copy action",
303
+ "replicate",
304
+ ""
305
+ ],
306
+ "aliases": [
307
+ ""
308
+ ],
309
+ "description": "The Copy Component allows users to quickly duplicate content to their clipboard with a single click, commonly used in forms, text fields, and code snippets for efficient data replication.",
310
+ "sizes": [
311
+ 16,
312
+ 20,
313
+ 24,
314
+ 28,
315
+ 32,
316
+ 48
317
+ ],
318
+ "creation_date": "8/22/2024, 4:12:38 PM"
319
+ },
320
+ "Currency": {
321
+ "id": "CurrencyMajor",
322
+ "name": "Currency",
323
+ "set": "Major",
324
+ "keywords": [
325
+ "currency",
326
+ "money",
327
+ "amount",
328
+ "currency symbol",
329
+ "price",
330
+ "cost",
331
+ "financial",
332
+ "conversion",
333
+ ""
334
+ ],
335
+ "aliases": [
336
+ ""
337
+ ],
338
+ "description": "It is a UI element designed to handle and display monetary values in the appropriate format and currency symbol. It is commonly used in forms, pricing tables, and financial dashboards to ensure that currency data is presented accurately and consistently. ",
339
+ "sizes": [
340
+ 16,
341
+ 20,
342
+ 24,
343
+ 28,
344
+ 32,
345
+ 48
346
+ ],
347
+ "creation_date": "8/22/2024, 4:15:08 PM"
348
+ },
349
+ "Dot": {
350
+ "id": "DotMajor",
351
+ "name": "Dot",
352
+ "set": "Major",
353
+ "keywords": [
354
+ "dot",
355
+ "indicator",
356
+ "marker",
357
+ "bullet",
358
+ "visual cue",
359
+ "separator",
360
+ "circle",
361
+ "status icon",
362
+ "notification",
363
+ "tag"
364
+ ],
365
+ "aliases": [
366
+ ""
367
+ ],
368
+ "description": " A small circular element used to represent status, serve as a visual indicator, or provide decorative separation in user interfaces.",
369
+ "sizes": [
370
+ 16,
371
+ 20,
372
+ 24,
373
+ 28,
374
+ 32,
375
+ 48
376
+ ],
377
+ "creation_date": "8/22/2024, 4:25:36 PM"
378
+ },
379
+ "ErrorAlertFill": {
380
+ "id": "ErrorAlertFillMajor",
381
+ "name": "ErrorAlertFill",
382
+ "set": "Major",
383
+ "keywords": [
384
+ "error",
385
+ "status",
386
+ "error filled",
387
+ "filled",
388
+ "problem",
389
+ "critical",
390
+ "alert",
391
+ "danger",
392
+ "failure",
393
+ "attention",
394
+ "caution"
395
+ ],
396
+ "aliases": [
397
+ ""
398
+ ],
399
+ "description": " Icon indicating an error or critical status, usually filled with a color to emphasize the severity of the issue.",
400
+ "sizes": [
401
+ 16,
402
+ 20,
403
+ 24,
404
+ 28,
405
+ 32,
406
+ 48
407
+ ],
408
+ "creation_date": "8/23/2024, 1:47:58 PM"
409
+ },
410
+ "ErrorAlertOutline": {
411
+ "id": "ErrorAlertOutlineMajor",
412
+ "name": "ErrorAlertOutline",
413
+ "set": "Major",
414
+ "keywords": [
415
+ "error",
416
+ "outline",
417
+ "alert",
418
+ "warning",
419
+ "problem",
420
+ "issue",
421
+ "failure",
422
+ "attention",
423
+ "critical",
424
+ "danger",
425
+ "caution",
426
+ "outlined"
427
+ ],
428
+ "aliases": [
429
+ ""
430
+ ],
431
+ "description": " Icon indicating an error or critical status, outlined to signify a problem or issue that needs attention.",
432
+ "sizes": [
433
+ 16,
434
+ 20,
435
+ 24,
436
+ 28,
437
+ 32,
438
+ 48
439
+ ],
440
+ "creation_date": "8/23/2024, 1:50:20 PM"
441
+ },
442
+ "Globe": {
443
+ "id": "GlobeMajor",
444
+ "name": "Globe",
445
+ "set": "Major",
446
+ "keywords": [
447
+ "globe",
448
+ "world",
449
+ "planet",
450
+ "geography",
451
+ "earth",
452
+ "map",
453
+ "international",
454
+ "geo",
455
+ "network"
456
+ ],
457
+ "aliases": [
458
+ ""
459
+ ],
460
+ "description": "An icon representing the globe or Earth, commonly used to signify global reach, international settings, or geographical features in user interfaces.",
461
+ "sizes": [
462
+ 16,
463
+ 20,
464
+ 24,
465
+ 28,
466
+ 32,
467
+ 48
468
+ ],
469
+ "creation_date": "8/22/2024, 4:28:13 PM"
470
+ },
471
+ "HorizontalDots": {
472
+ "id": "HorizontalDotsMajor",
473
+ "name": "HorizontalDots",
474
+ "set": "Major",
475
+ "keywords": [
476
+ "three dots",
477
+ "dots",
478
+ "horizontal",
479
+ "more",
480
+ "ellipsis",
481
+ "overflow",
482
+ "extended",
483
+ "settings",
484
+ "actions",
485
+ "expandable",
486
+ "context menu"
487
+ ],
488
+ "aliases": [
489
+ ""
490
+ ],
491
+ "description": "An icon commonly represented by three dots or an ellipsis, used to indicate the presence of additional options, settings, or actions within a user interface.",
492
+ "sizes": [
493
+ 16,
494
+ 20,
495
+ 24,
496
+ 28,
497
+ 32,
498
+ 48
499
+ ],
500
+ "creation_date": "8/22/2024, 4:32:15 PM"
501
+ },
502
+ "InfoFill": {
503
+ "id": "InfoFillMajor",
504
+ "name": "InfoFill",
505
+ "set": "Major",
506
+ "keywords": [
507
+ "information",
508
+ "informative",
509
+ "info",
510
+ "notification",
511
+ "help",
512
+ "support",
513
+ "guidance",
514
+ "filled info",
515
+ ""
516
+ ],
517
+ "aliases": [
518
+ ""
519
+ ],
520
+ "description": "Icon representing informational content or guidance, filled to emphasize the importance of the information provided.",
521
+ "sizes": [
522
+ 16,
523
+ 20,
524
+ 24,
525
+ 28,
526
+ 32,
527
+ 48
528
+ ],
529
+ "creation_date": "8/23/2024, 1:55:16 PM"
530
+ },
531
+ "InfoOutline": {
532
+ "id": "InfoOutlineMajor",
533
+ "name": "InfoOutline",
534
+ "set": "Major",
535
+ "keywords": [
536
+ "information",
537
+ "informative",
538
+ "info",
539
+ "details",
540
+ "outline",
541
+ "help",
542
+ "support",
543
+ "guidance",
544
+ "knowledge",
545
+ "outlineinfo"
546
+ ],
547
+ "aliases": [
548
+ ""
549
+ ],
550
+ "description": " Icon representing informational content or guidance, outlined to indicate helpful or relevant information.",
551
+ "sizes": [
552
+ 16,
553
+ 20,
554
+ 24,
555
+ 28,
556
+ 32,
557
+ 48
558
+ ],
559
+ "creation_date": "8/23/2024, 1:56:21 PM"
560
+ },
561
+ "LightBulbFill": {
562
+ "id": "LightBulbMajor",
563
+ "name": "LightBulbFill",
564
+ "set": "Major",
565
+ "keywords": [
566
+ "bulb",
567
+ "light",
568
+ "light bulb",
569
+ "idea",
570
+ "inspiration",
571
+ "creativity",
572
+ "insight",
573
+ "solution",
574
+ "concept",
575
+ "energy",
576
+ "illumination",
577
+ ""
578
+ ],
579
+ "aliases": [
580
+ ""
581
+ ],
582
+ "description": "Icon representing ideas, inspiration, or innovation, filled to signify a bright idea or creative thought.",
583
+ "sizes": [
584
+ 16,
585
+ 20,
586
+ 24,
587
+ 28,
588
+ 32,
589
+ 48
590
+ ],
591
+ "creation_date": "8/23/2024, 2:01:27 PM"
592
+ },
593
+ "MinusOutline": {
594
+ "id": "MinusOutlineMajor",
595
+ "name": "MinusOutline",
596
+ "set": "Major",
597
+ "keywords": [
598
+ "subtract",
599
+ "remove",
600
+ "decrease",
601
+ "minus",
602
+ "reduction",
603
+ "negative",
604
+ "deduct",
605
+ "erase"
606
+ ],
607
+ "aliases": [
608
+ ""
609
+ ],
610
+ "description": "Minus icon used to represent a subtraction or reduction action, typically featuring a horizontal line.",
611
+ "sizes": [
612
+ 16,
613
+ 20,
614
+ 24,
615
+ 28,
616
+ 32,
617
+ 48
618
+ ],
619
+ "creation_date": "8/23/2024, 2:59:03 PM"
620
+ },
621
+ "NewWindow": {
622
+ "id": "NewWindowMajor",
623
+ "name": "NewWindow",
624
+ "set": "Major",
625
+ "keywords": [
626
+ "new window",
627
+ "external link",
628
+ "url",
629
+ "navigation",
630
+ "hyperlink",
631
+ "redirect",
632
+ ""
633
+ ],
634
+ "aliases": [
635
+ ""
636
+ ],
637
+ "description": "Icon indicating the action to open a link in a new window or tab.",
638
+ "sizes": [
639
+ 16,
640
+ 20,
641
+ 24,
642
+ 28,
643
+ 32,
644
+ 48
645
+ ],
646
+ "creation_date": "8/23/2024, 1:39:27 PM"
647
+ },
648
+ "Search": {
649
+ "id": "SearchMajor",
650
+ "name": "Search",
651
+ "set": "Major",
652
+ "keywords": [
653
+ "search",
654
+ "magnifier",
655
+ "find",
656
+ "explore",
657
+ "discover",
658
+ "lookup",
659
+ "browse",
660
+ "locate",
661
+ "investigate"
662
+ ],
663
+ "aliases": [
664
+ ""
665
+ ],
666
+ "description": "Icon representing the action of searching, finding, or looking up information. Typically depicted as a magnifying glass.",
667
+ "sizes": [
668
+ 16,
669
+ 20,
670
+ 24,
671
+ 28,
672
+ 32,
673
+ 48
674
+ ],
675
+ "creation_date": "8/23/2024, 1:42:13 PM"
676
+ },
24
677
  "Square": {
25
678
  "id": "SquareMajor",
26
679
  "name": "Square",
27
680
  "set": "Major",
28
681
  "keywords": [
29
- ""
682
+ "square",
683
+ "shape",
684
+ "select",
685
+ "frame",
686
+ "border"
30
687
  ],
31
688
  "aliases": [
32
689
  ""
33
690
  ],
34
- "description": "",
691
+ "description": "A square icon that serves as a basic geometric shape, often used as a placeholder, container, or outline for various UI elements.",
35
692
  "sizes": [
36
693
  16,
37
694
  20,
@@ -41,6 +698,219 @@ const metadata = {
41
698
  48
42
699
  ],
43
700
  "creation_date": "8/16/2024, 1:50:18 PM"
701
+ },
702
+ "SuccessFill": {
703
+ "id": "SuccessFillMajor",
704
+ "name": "SuccessFill",
705
+ "set": "Major",
706
+ "keywords": [
707
+ "success",
708
+ "checkmark",
709
+ "approved",
710
+ "confirmed",
711
+ "verified",
712
+ "completed",
713
+ "positive",
714
+ "done",
715
+ "validation",
716
+ "pass",
717
+ "filled success",
718
+ "status"
719
+ ],
720
+ "aliases": [
721
+ ""
722
+ ],
723
+ "description": "Icon representing success, completion, or approval, filled to emphasize a positive outcome or achievement.",
724
+ "sizes": [
725
+ 16,
726
+ 20,
727
+ 24,
728
+ 28,
729
+ 32,
730
+ 48
731
+ ],
732
+ "creation_date": "8/23/2024, 2:07:01 PM"
733
+ },
734
+ "SuccessOutline": {
735
+ "id": "SuccessOutlineMajor",
736
+ "name": "SuccessOutline",
737
+ "set": "Major",
738
+ "keywords": [
739
+ "success",
740
+ "checkmark",
741
+ "completed",
742
+ "approved",
743
+ "verified",
744
+ "confirmed",
745
+ "pass",
746
+ "positive",
747
+ "achievement",
748
+ "done",
749
+ "success status",
750
+ "outline success",
751
+ "status"
752
+ ],
753
+ "aliases": [
754
+ ""
755
+ ],
756
+ "description": "Icon representing success, completion, or approval, outlined to indicate a verified or confirmed action.",
757
+ "sizes": [
758
+ 16,
759
+ 20,
760
+ 24,
761
+ 28,
762
+ 32,
763
+ 48
764
+ ],
765
+ "creation_date": "8/23/2024, 2:28:47 PM"
766
+ },
767
+ "TagOutline": {
768
+ "id": "TagOutlineMajor",
769
+ "name": "TagOutline",
770
+ "set": "Major",
771
+ "keywords": [
772
+ "bookmark",
773
+ "flag",
774
+ "ticket",
775
+ "tag label",
776
+ "label",
777
+ "marker",
778
+ "sticker",
779
+ "identifier",
780
+ "category",
781
+ "price",
782
+ "badge"
783
+ ],
784
+ "aliases": [
785
+ ""
786
+ ],
787
+ "description": "An icon representing a tag, often used to signify labels, categories, or prices, typically shaped like a hanging tag or a label.",
788
+ "sizes": [
789
+ 16,
790
+ 20,
791
+ 24,
792
+ 28,
793
+ 32,
794
+ 48
795
+ ],
796
+ "creation_date": "8/23/2024, 3:00:52 PM"
797
+ },
798
+ "UnavailableFill": {
799
+ "id": "UnavailableFillMajor",
800
+ "name": "UnavailableFill",
801
+ "set": "Major",
802
+ "keywords": [
803
+ "unavailable",
804
+ "restricted",
805
+ "status",
806
+ "offline",
807
+ "closed",
808
+ "filled"
809
+ ],
810
+ "aliases": [
811
+ ""
812
+ ],
813
+ "description": " Icon indicating that a status or resource is unavailable or inaccessible, filled to highlight the lack of availability.",
814
+ "sizes": [
815
+ 16,
816
+ 20,
817
+ 24,
818
+ 28,
819
+ 32,
820
+ 48
821
+ ],
822
+ "creation_date": "8/23/2024, 2:40:31 PM"
823
+ },
824
+ "UnavailableOutline": {
825
+ "id": "UnavailableOutlineMajor",
826
+ "name": "UnavailableOutline",
827
+ "set": "Major",
828
+ "keywords": [
829
+ "unavailable",
830
+ "satus",
831
+ "inaccessible",
832
+ "error",
833
+ "offline",
834
+ "closed",
835
+ "disabled",
836
+ "not available",
837
+ "blocked",
838
+ "restricted",
839
+ "outlined"
840
+ ],
841
+ "aliases": [
842
+ ""
843
+ ],
844
+ "description": "Icon indicating that a status or resource is unavailable or inaccessible, outlined to signal that something is not available.",
845
+ "sizes": [
846
+ 16,
847
+ 20,
848
+ 24,
849
+ 28,
850
+ 32,
851
+ 48
852
+ ],
853
+ "creation_date": "8/23/2024, 2:51:36 PM"
854
+ },
855
+ "WarningFill": {
856
+ "id": "WarningFillMajor",
857
+ "name": "WarningFill",
858
+ "set": "Major",
859
+ "keywords": [
860
+ "danger",
861
+ "alert",
862
+ "error",
863
+ "critical",
864
+ "important",
865
+ "alertsign",
866
+ "notification",
867
+ "notify",
868
+ "advisory",
869
+ "attention"
870
+ ],
871
+ "aliases": [
872
+ ""
873
+ ],
874
+ "description": "An icon used to indicate a warning or cautionary message, often featuring an exclamation mark inside a triangle.",
875
+ "sizes": [
876
+ 16,
877
+ 20,
878
+ 24,
879
+ 28,
880
+ 32,
881
+ 48
882
+ ],
883
+ "creation_date": "8/23/2024, 2:54:59 PM"
884
+ },
885
+ "WarningOutline": {
886
+ "id": "WarningOutlineMajor",
887
+ "name": "WarningOutline",
888
+ "set": "Major",
889
+ "keywords": [
890
+ "danger",
891
+ "alert",
892
+ "error",
893
+ "critical",
894
+ "important",
895
+ "alertsign",
896
+ "notification",
897
+ "notify",
898
+ "advisory",
899
+ "attention"
900
+ ],
901
+ "aliases": [
902
+ ""
903
+ ],
904
+ "description": "An icon used to indicate a warning or cautionary message, often featuring an exclamation mark inside a triangle.",
905
+ "sizes": [
906
+ 16,
907
+ 20,
908
+ 24,
909
+ 28,
910
+ 32,
911
+ 48
912
+ ],
913
+ "creation_date": "8/23/2024, 2:55:49 PM"
44
914
  }
45
915
  };
46
916