@genarou/blazir-icons 1.2.16 → 1.3.2

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 (81) hide show
  1. package/LICENSE +121 -0
  2. package/README.md +1206 -0
  3. package/dist/CustomIcon.svelte +30 -0
  4. package/dist/CustomIcon.svelte.d.ts +14 -0
  5. package/dist/Icon.svelte +282 -102
  6. package/dist/Icon.svelte.d.ts +12 -5
  7. package/dist/IconBadge.svelte +75 -0
  8. package/dist/IconBadge.svelte.d.ts +16 -0
  9. package/dist/IconBase.svelte +89 -57
  10. package/dist/effects.js +1 -3
  11. package/dist/icons/Camera.svelte +19 -0
  12. package/dist/icons/Camera.svelte.d.ts +4 -0
  13. package/dist/icons/Cards.svelte +19 -0
  14. package/dist/icons/Cards.svelte.d.ts +4 -0
  15. package/dist/icons/CloudAlert.svelte +19 -0
  16. package/dist/icons/CloudAlert.svelte.d.ts +4 -0
  17. package/dist/icons/CloudCheck.svelte +19 -0
  18. package/dist/icons/CloudCheck.svelte.d.ts +4 -0
  19. package/dist/icons/CloudDownload.svelte +19 -0
  20. package/dist/icons/CloudDownload.svelte.d.ts +4 -0
  21. package/dist/icons/Colors.svelte +13 -0
  22. package/dist/icons/Colors.svelte.d.ts +4 -0
  23. package/dist/icons/CreditCard.svelte +19 -0
  24. package/dist/icons/CreditCard.svelte.d.ts +4 -0
  25. package/dist/icons/Desktop.svelte +19 -0
  26. package/dist/icons/Desktop.svelte.d.ts +4 -0
  27. package/dist/icons/DoughnutChart.svelte +19 -0
  28. package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
  29. package/dist/icons/Earth.svelte +19 -0
  30. package/dist/icons/Earth.svelte.d.ts +4 -0
  31. package/dist/icons/Globe.svelte +19 -0
  32. package/dist/icons/Globe.svelte.d.ts +4 -0
  33. package/dist/icons/LightHub.svelte +19 -0
  34. package/dist/icons/LightHub.svelte.d.ts +4 -0
  35. package/dist/icons/Link.svelte +19 -0
  36. package/dist/icons/Link.svelte.d.ts +4 -0
  37. package/dist/icons/More.svelte +13 -0
  38. package/dist/icons/More.svelte.d.ts +4 -0
  39. package/dist/icons/Power.svelte +19 -0
  40. package/dist/icons/Power.svelte.d.ts +4 -0
  41. package/dist/icons/Receipt.svelte +19 -0
  42. package/dist/icons/Receipt.svelte.d.ts +4 -0
  43. package/dist/icons/SharedFolder.svelte +13 -0
  44. package/dist/icons/SharedFolder.svelte.d.ts +4 -0
  45. package/dist/icons/Sidebar.svelte +13 -0
  46. package/dist/icons/Sidebar.svelte.d.ts +4 -0
  47. package/dist/icons/Sync.svelte +19 -0
  48. package/dist/icons/Sync.svelte.d.ts +4 -0
  49. package/dist/icons/Tags.svelte +13 -0
  50. package/dist/icons/Tags.svelte.d.ts +4 -0
  51. package/dist/icons/Tools.svelte +20 -0
  52. package/dist/icons/Tools.svelte.d.ts +4 -0
  53. package/dist/icons/Upload.svelte +12 -57
  54. package/dist/icons/Wifi.svelte +19 -0
  55. package/dist/icons/Wifi.svelte.d.ts +4 -0
  56. package/dist/icons/lazy-registry.d.ts +21 -0
  57. package/dist/icons/lazy-registry.js +251 -0
  58. package/dist/icons/registry.d.ts +146 -129
  59. package/dist/icons/registry.js +184 -132
  60. package/dist/icons-api.d.ts +67 -257
  61. package/dist/icons-api.js +84 -453
  62. package/dist/index.d.ts +5 -5
  63. package/dist/index.js +14 -11
  64. package/dist/plugin/index.d.ts +46 -0
  65. package/dist/plugin/index.js +327 -0
  66. package/dist/smart-cache.d.ts +35 -0
  67. package/dist/smart-cache.js +192 -0
  68. package/dist/types.d.ts +19 -2
  69. package/dist/utils/sanitize.d.ts +25 -0
  70. package/dist/utils/sanitize.js +109 -0
  71. package/package.json +23 -13
  72. package/dist/icons/Aws.svelte +0 -19
  73. package/dist/icons/Aws.svelte.d.ts +0 -4
  74. package/dist/icons/Facebook.svelte +0 -18
  75. package/dist/icons/Facebook.svelte.d.ts +0 -4
  76. package/dist/icons/Golang.svelte +0 -17
  77. package/dist/icons/Golang.svelte.d.ts +0 -4
  78. package/dist/icons/Google.svelte +0 -18
  79. package/dist/icons/Google.svelte.d.ts +0 -4
  80. package/dist/icons/Paypal.svelte +0 -21
  81. package/dist/icons/Paypal.svelte.d.ts +0 -4
@@ -1,154 +1,171 @@
1
1
  import type { Component } from "svelte";
2
2
  export declare const iconRegistry: {
3
- readonly email: Component<import("..").IconProps, {}, "">;
3
+ readonly home: Component<import("..").IconProps, {}, "">;
4
+ readonly dashboard: Component<import("..").IconProps, {}, "">;
5
+ readonly dashboardOutline: Component<import("..").IconProps, {}, "">;
6
+ readonly settings: Component<import("..").IconProps, {}, "">;
7
+ readonly search: Component<import("..").IconProps, {}, "">;
8
+ readonly menu: Component<import("..").IconProps, {}, "">;
9
+ readonly close: Component<import("..").IconProps, {}, "">;
10
+ readonly plus: Component<import("..").IconProps, {}, "">;
11
+ readonly copy: Component<import("..").IconProps, {}, "">;
12
+ readonly rocket: Component<import("..").IconProps, {}, "">;
13
+ readonly sidebar: Component<import("..").IconProps, {}, "">;
14
+ readonly more: Component<import("..").IconProps, {}, "">;
4
15
  readonly user: Component<import("..").IconProps, {}, "">;
5
- readonly ai: Component<import("..").IconProps, {}, "">;
6
- readonly enterprise: Component<import("..").IconProps, {}, "">;
7
- readonly chevronUpDown: Component<import("..").IconProps, {}, "">;
8
- readonly chevronDown: Component<import("..").IconProps, {}, "">;
9
- readonly wallet: Component<import("..").IconProps, {}, "">;
10
- readonly truck: Component<import("..").IconProps, {}, "">;
11
- readonly upArrow: Component<import("..").IconProps, {}, "">;
12
16
  readonly userTie: Component<import("..").IconProps, {}, "">;
13
- readonly upDownArrow: Component<import("..").IconProps, {}, "">;
14
- readonly trash: Component<import("..").IconProps, {}, "">;
15
- readonly trashOutline: Component<import("..").IconProps, {}, "">;
16
- readonly truckReturn: Component<import("..").IconProps, {}, "">;
17
17
  readonly team: Component<import("..").IconProps, {}, "">;
18
- readonly table: Component<import("..").IconProps, {}, "">;
19
- readonly swap: Component<import("..").IconProps, {}, "">;
18
+ readonly group: Component<import("..").IconProps, {}, "">;
20
19
  readonly supervisor: Component<import("..").IconProps, {}, "">;
21
- readonly search: Component<import("..").IconProps, {}, "">;
22
- readonly scan: Component<import("..").IconProps, {}, "">;
23
- readonly settings: Component<import("..").IconProps, {}, "">;
24
- readonly safeSolid: Component<import("..").IconProps, {}, "">;
25
- readonly rightArrow: Component<import("..").IconProps, {}, "">;
26
- readonly product: Component<import("..").IconProps, {}, "">;
27
- readonly pointSale: Component<import("..").IconProps, {}, "">;
28
- readonly plus: Component<import("..").IconProps, {}, "">;
29
- readonly pdf: Component<import("..").IconProps, {}, "">;
30
- readonly notes: Component<import("..").IconProps, {}, "">;
31
- readonly measure: Component<import("..").IconProps, {}, "">;
32
- readonly logout: Component<import("..").IconProps, {}, "">;
33
- readonly loadingDots: Component<import("..").IconProps, {}, "">;
34
- readonly listDots: Component<import("..").IconProps, {}, "">;
35
- readonly list: Component<import("..").IconProps, {}, "">;
20
+ readonly enterprise: Component<import("..").IconProps, {}, "">;
36
21
  readonly lock: Component<import("..").IconProps, {}, "">;
37
- readonly objectGroup: Component<import("..").IconProps, {}, "">;
38
- readonly key: Component<import("..").IconProps, {}, "">;
39
- readonly handShake: Component<import("..").IconProps, {}, "">;
40
- readonly hamburguer: Component<import("..").IconProps, {}, "">;
41
- readonly google: Component<import("..").IconProps, {}, "">;
42
- readonly golang: Component<import("..").IconProps, {}, "">;
43
- readonly filterOutline: Component<import("..").IconProps, {}, "">;
44
- readonly download: Component<import("..").IconProps, {}, "">;
45
- readonly dashboard: Component<import("..").IconProps, {}, "">;
46
- readonly costIcon: Component<import("..").IconProps, {}, "">;
47
- readonly close: Component<import("..").IconProps, {}, "">;
48
- readonly circleCheck: Component<import("..").IconProps, {}, "">;
49
- readonly circleExclamation: Component<import("..").IconProps, {}, "">;
50
- readonly circleQuestion: Component<import("..").IconProps, {}, "">;
51
- readonly circleInfo: Component<import("..").IconProps, {}, "">;
52
- readonly chartDoc: Component<import("..").IconProps, {}, "">;
53
- readonly chart: Component<import("..").IconProps, {}, "">;
54
- readonly categorySearch: Component<import("..").IconProps, {}, "">;
55
- readonly categoryAdd: Component<import("..").IconProps, {}, "">;
56
- readonly calendar: Component<import("..").IconProps, {}, "">;
57
- readonly building: Component<import("..").IconProps, {}, "">;
58
- readonly book: Component<import("..").IconProps, {}, "">;
59
- readonly home: Component<import("..").IconProps, {}, "">;
60
- readonly boxAdd: Component<import("..").IconProps, {}, "">;
61
- readonly bell: Component<import("..").IconProps, {}, "">;
62
- readonly bag: Component<import("..").IconProps, {}, "">;
63
- readonly animatedArrowLeft: Component<import("..").IconProps, {}, "">;
64
- readonly aws: Component<import("..").IconProps, {}, "">;
65
- readonly check: Component<import("..").IconProps, {}, "">;
66
- readonly checkO: Component<import("..").IconProps, {}, "">;
67
- readonly error: Component<import("..").IconProps, {}, "">;
68
- readonly errorO: Component<import("..").IconProps, {}, "">;
69
- readonly warning: Component<import("..").IconProps, {}, "">;
70
- readonly warehouse: Component<import("..").IconProps, {}, "">;
71
- readonly project: Component<import("..").IconProps, {}, "">;
72
- readonly group: Component<import("..").IconProps, {}, "">;
73
- readonly magnifyingGlass: Component<import("..").IconProps, {}, "">;
74
- readonly formatListGroup: Component<import("..").IconProps, {}, "">;
75
- readonly editOutline: Component<import("..").IconProps, {}, "">;
76
- readonly security: Component<import("..").IconProps, {}, "">;
77
- readonly money: Component<import("..").IconProps, {}, "">;
78
- readonly calendarEdit: Component<import("..").IconProps, {}, "">;
79
- readonly calendarPlus: Component<import("..").IconProps, {}, "">;
80
22
  readonly lockOpen: Component<import("..").IconProps, {}, "">;
23
+ readonly key: Component<import("..").IconProps, {}, "">;
24
+ readonly logout: Component<import("..").IconProps, {}, "">;
81
25
  readonly eye: Component<import("..").IconProps, {}, "">;
82
26
  readonly eyeOff: Component<import("..").IconProps, {}, "">;
83
- readonly loadingRegular: Component<import("..").IconProps & {
84
- animationDuration?: string;
85
- showBackground?: boolean;
86
- }, {}, "">;
27
+ readonly shield: Component<import("..").IconProps, {}, "">;
28
+ readonly fingerprint: Component<import("..").IconProps, {}, "">;
29
+ readonly contact: Component<import("..").IconProps, {}, "">;
30
+ readonly security: Component<import("..").IconProps, {}, "">;
31
+ readonly email: Component<import("..").IconProps, {}, "">;
32
+ readonly emailAnimated: Component<import("..").IconProps, {}, "">;
87
33
  readonly phone: Component<import("..").IconProps, {}, "">;
34
+ readonly bell: Component<import("..").IconProps, {}, "">;
35
+ readonly send: Component<import("..").IconProps, {}, "">;
36
+ readonly share: Component<import("..").IconProps, {}, "">;
37
+ readonly world: Component<import("..").IconProps, {}, "">;
38
+ readonly chat: Component<import("..").IconProps, {}, "">;
39
+ readonly link: Component<import("..").IconProps, {}, "">;
40
+ readonly building: Component<import("..").IconProps, {}, "">;
41
+ readonly handshake: Component<import("..").IconProps, {}, "">;
42
+ readonly money: Component<import("..").IconProps, {}, "">;
43
+ readonly wallet: Component<import("..").IconProps, {}, "">;
44
+ readonly profit: Component<import("..").IconProps, {}, "">;
45
+ readonly safe: Component<import("..").IconProps, {}, "">;
46
+ readonly cost: Component<import("..").IconProps, {}, "">;
88
47
  readonly exchange: Component<import("..").IconProps, {}, "">;
89
- readonly image: Component<import("..").IconProps, {}, "">;
90
- readonly imageAnimated: Component<import("..").IconProps, {}, "">;
48
+ readonly swap: Component<import("..").IconProps, {}, "">;
49
+ readonly bank: Component<import("..").IconProps, {}, "">;
50
+ readonly pay: Component<import("..").IconProps, {}, "">;
51
+ readonly creditCard: Component<import("..").IconProps, {}, "">;
52
+ readonly receipt: Component<import("..").IconProps, {}, "">;
53
+ readonly buy: Component<import("..").IconProps, {}, "">;
54
+ readonly chart: Component<import("..").IconProps, {}, "">;
55
+ readonly chartDocument: Component<import("..").IconProps, {}, "">;
56
+ readonly chartSquare: Component<import("..").IconProps, {}, "">;
57
+ readonly chartDoughnut: Component<import("..").IconProps, {}, "">;
58
+ readonly table: Component<import("..").IconProps, {}, "">;
59
+ readonly list: Component<import("..").IconProps, {}, "">;
60
+ readonly listDots: Component<import("..").IconProps, {}, "">;
61
+ readonly listGroup: Component<import("..").IconProps, {}, "">;
62
+ readonly trendingDown: Component<import("..").IconProps, {}, "">;
63
+ readonly database: Component<import("..").IconProps, {}, "">;
64
+ readonly server: Component<import("..").IconProps, {}, "">;
91
65
  readonly file: Component<import("..").IconProps, {}, "">;
92
- readonly fileUpdateAnimated: Component<import("..").IconProps, {}, "">;
66
+ readonly pdf: Component<import("..").IconProps, {}, "">;
67
+ readonly excel: Component<import("..").IconProps, {}, "">;
93
68
  readonly excelAnimated: Component<import("..").IconProps, {}, "">;
94
- readonly location: Component<import("..").IconProps, {}, "">;
95
- readonly locationAnimated: Component<import("..").IconProps, {}, "">;
96
- readonly squareChart: Component<import("..").IconProps, {}, "">;
97
- readonly upload: Component<import("..").IconProps, {}, "">;
98
- readonly uploadAnimated: Component<import("..").IconProps, {}, "">;
99
- readonly uploadLoader: Component<import("..").IconProps, {}, "">;
100
- readonly downloadAnimated: Component<import("..").IconProps, {}, "">;
101
- readonly emailAnimated: Component<import("..").IconProps, {}, "">;
102
- readonly blaze: Component<import("..").IconProps, {}, "">;
103
- readonly copy: Component<import("..").IconProps, {}, "">;
104
- readonly box: Component<import("..").IconProps, {}, "">;
69
+ readonly word: Component<import("..").IconProps, {}, "">;
70
+ readonly powerPoint: Component<import("..").IconProps, {}, "">;
105
71
  readonly csv: Component<import("..").IconProps, {}, "">;
106
- readonly facebook: Component<import("..").IconProps, {}, "">;
107
- readonly favorites: Component<import("..").IconProps, {}, "">;
108
- readonly png: Component<import("..").IconProps, {}, "">;
109
- readonly shield: Component<import("..").IconProps, {}, "">;
110
- readonly star: Component<import("..").IconProps, {}, "">;
111
72
  readonly xml: Component<import("..").IconProps, {}, "">;
112
73
  readonly zip: Component<import("..").IconProps, {}, "">;
113
- readonly reset: Component<import("..").IconProps, {}, "">;
114
- readonly height: Component<import("..").IconProps, {}, "">;
115
- readonly alternate: Component<import("..").IconProps, {}, "">;
116
- readonly checkList: Component<import("..").IconProps, {}, "">;
117
- readonly server: Component<import("..").IconProps, {}, "">;
118
- readonly fingerprint: Component<import("..").IconProps, {}, "">;
119
- readonly bank: Component<import("..").IconProps, {}, "">;
120
- readonly db: Component<import("..").IconProps, {}, "">;
121
- readonly circleExclamationO: Component<import("..").IconProps, {}, "">;
122
- readonly circleInfoO: Component<import("..").IconProps, {}, "">;
123
- readonly circleQuestionO: Component<import("..").IconProps, {}, "">;
124
- readonly profit: Component<import("..").IconProps, {}, "">;
125
- readonly edit: Component<import("..").IconProps, {}, "">;
126
- readonly cart: Component<import("..").IconProps, {}, "">;
127
- readonly category: Component<import("..").IconProps, {}, "">;
128
- readonly print: Component<import("..").IconProps, {}, "">;
74
+ readonly png: Component<import("..").IconProps, {}, "">;
75
+ readonly notes: Component<import("..").IconProps, {}, "">;
76
+ readonly book: Component<import("..").IconProps, {}, "">;
77
+ readonly image: Component<import("..").IconProps, {}, "">;
78
+ readonly imageAnimated: Component<import("..").IconProps, {}, "">;
79
+ readonly folder: Component<import("..").IconProps, {}, "">;
80
+ readonly folderShared: Component<import("..").IconProps, {}, "">;
81
+ readonly attachment: Component<import("..").IconProps, {}, "">;
82
+ readonly save: Component<import("..").IconProps, {}, "">;
129
83
  readonly form: Component<import("..").IconProps, {}, "">;
130
- readonly dashboardO: Component<import("..").IconProps, {}, "">;
131
- readonly excel: Component<import("..").IconProps, {}, "">;
132
- readonly powerPoint: Component<import("..").IconProps, {}, "">;
133
- readonly word: Component<import("..").IconProps, {}, "">;
134
- readonly chat: Component<import("..").IconProps, {}, "">;
135
- readonly filter: Component<import("..").IconProps, {}, "">;
136
- readonly send: Component<import("..").IconProps, {}, "">;
137
- readonly paypal: Component<import("..").IconProps, {}, "">;
138
- readonly pay: Component<import("..").IconProps, {}, "">;
139
- readonly contact: Component<import("..").IconProps, {}, "">;
140
- readonly rocket: Component<import("..").IconProps, {}, "">;
84
+ readonly print: Component<import("..").IconProps, {}, "">;
85
+ readonly calendar: Component<import("..").IconProps, {}, "">;
86
+ readonly calendarPlus: Component<import("..").IconProps, {}, "">;
87
+ readonly calendarEdit: Component<import("..").IconProps, {}, "">;
141
88
  readonly timer: Component<import("..").IconProps, {}, "">;
89
+ readonly arrowRight: Component<import("..").IconProps, {}, "">;
90
+ readonly arrowUp: Component<import("..").IconProps, {}, "">;
91
+ readonly arrowUpDown: Component<import("..").IconProps, {}, "">;
92
+ readonly arrowLeftAnimated: Component<import("..").IconProps, {}, "">;
93
+ readonly chevronDown: Component<import("..").IconProps, {}, "">;
94
+ readonly chevronUpDown: Component<import("..").IconProps, {}, "">;
95
+ readonly download: Component<import("..").IconProps, {}, "">;
96
+ readonly downloadAnimated: Component<import("..").IconProps, {}, "">;
97
+ readonly upload: Component<import("..").IconProps, {}, "">;
98
+ readonly uploadAnimated: Component<import("..").IconProps, {}, "">;
99
+ readonly uploadProgress: Component<import("..").IconProps, {}, "">;
100
+ readonly fileUploadAnimated: Component<import("..").IconProps, {}, "">;
101
+ readonly refresh: Component<import("..").IconProps, {}, "">;
102
+ readonly check: Component<import("..").IconProps, {}, "">;
103
+ readonly checkOutline: Component<import("..").IconProps, {}, "">;
104
+ readonly checkList: Component<import("..").IconProps, {}, "">;
105
+ readonly circleCheck: Component<import("..").IconProps, {}, "">;
106
+ readonly error: Component<import("..").IconProps, {}, "">;
107
+ readonly errorOutline: Component<import("..").IconProps, {}, "">;
108
+ readonly circleExclamation: Component<import("..").IconProps, {}, "">;
109
+ readonly circleExclamationOutline: Component<import("..").IconProps, {}, "">;
110
+ readonly warning: Component<import("..").IconProps, {}, "">;
111
+ readonly circleInfo: Component<import("..").IconProps, {}, "">;
112
+ readonly circleInfoOutline: Component<import("..").IconProps, {}, "">;
113
+ readonly circleQuestion: Component<import("..").IconProps, {}, "">;
114
+ readonly circleQuestionOutline: Component<import("..").IconProps, {}, "">;
115
+ readonly star: Component<import("..").IconProps, {}, "">;
116
+ readonly favorites: Component<import("..").IconProps, {}, "">;
142
117
  readonly heart: Component<import("..").IconProps, {}, "">;
143
- readonly share: Component<import("..").IconProps, {}, "">;
144
- readonly world: Component<import("..").IconProps, {}, "">;
118
+ readonly reset: Component<import("..").IconProps, {}, "">;
119
+ readonly height: Component<import("..").IconProps, {}, "">;
120
+ readonly alternate: Component<import("..").IconProps, {}, "">;
145
121
  readonly moon: Component<import("..").IconProps, {}, "">;
146
122
  readonly sun: Component<import("..").IconProps, {}, "">;
147
- readonly lose: Component<import("..").IconProps, {}, "">;
148
- readonly folder: Component<import("..").IconProps, {}, "">;
149
- readonly attachment: Component<import("..").IconProps, {}, "">;
150
- readonly save: Component<import("..").IconProps, {}, "">;
151
- readonly refresh: Component<import("..").IconProps, {}, "">;
123
+ readonly colors: Component<import("..").IconProps, {}, "">;
124
+ readonly spinnerDots: Component<import("..").IconProps, {}, "">;
125
+ readonly spinner: Component<import("..").IconProps & {
126
+ animationDuration?: string;
127
+ showBackground?: boolean;
128
+ }, {}, "">;
129
+ readonly product: Component<import("..").IconProps, {}, "">;
130
+ readonly bag: Component<import("..").IconProps, {}, "">;
131
+ readonly pos: Component<import("..").IconProps, {}, "">;
132
+ readonly category: Component<import("..").IconProps, {}, "">;
133
+ readonly categoryAdd: Component<import("..").IconProps, {}, "">;
134
+ readonly categorySearch: Component<import("..").IconProps, {}, "">;
135
+ readonly boxAdd: Component<import("..").IconProps, {}, "">;
136
+ readonly measure: Component<import("..").IconProps, {}, "">;
137
+ readonly box: Component<import("..").IconProps, {}, "">;
138
+ readonly scan: Component<import("..").IconProps, {}, "">;
139
+ readonly cart: Component<import("..").IconProps, {}, "">;
140
+ readonly cards: Component<import("..").IconProps, {}, "">;
141
+ readonly truck: Component<import("..").IconProps, {}, "">;
142
+ readonly truckReturn: Component<import("..").IconProps, {}, "">;
143
+ readonly warehouse: Component<import("..").IconProps, {}, "">;
144
+ readonly location: Component<import("..").IconProps, {}, "">;
145
+ readonly locationAnimated: Component<import("..").IconProps, {}, "">;
146
+ readonly ai: Component<import("..").IconProps, {}, "">;
147
+ readonly edit: Component<import("..").IconProps, {}, "">;
148
+ readonly editOutline: Component<import("..").IconProps, {}, "">;
149
+ readonly trash: Component<import("..").IconProps, {}, "">;
150
+ readonly trashOutline: Component<import("..").IconProps, {}, "">;
151
+ readonly filter: Component<import("..").IconProps, {}, "">;
152
+ readonly filterOutline: Component<import("..").IconProps, {}, "">;
153
+ readonly tags: Component<import("..").IconProps, {}, "">;
154
+ readonly tools: Component<import("..").IconProps, {}, "">;
155
+ readonly objectGroup: Component<import("..").IconProps, {}, "">;
156
+ readonly project: Component<import("..").IconProps, {}, "">;
157
+ readonly camera: Component<import("..").IconProps, {}, "">;
158
+ readonly desktop: Component<import("..").IconProps, {}, "">;
159
+ readonly wifi: Component<import("..").IconProps, {}, "">;
160
+ readonly power: Component<import("..").IconProps, {}, "">;
161
+ readonly cloudAlert: Component<import("..").IconProps, {}, "">;
162
+ readonly cloudCheck: Component<import("..").IconProps, {}, "">;
163
+ readonly cloudDownload: Component<import("..").IconProps, {}, "">;
164
+ readonly blaze: Component<import("..").IconProps, {}, "">;
165
+ readonly earth: Component<import("..").IconProps, {}, "">;
166
+ readonly globe: Component<import("..").IconProps, {}, "">;
167
+ readonly lightHub: Component<import("..").IconProps, {}, "">;
168
+ readonly sync: Component<import("..").IconProps, {}, "">;
152
169
  };
153
170
  export type IconName = keyof typeof iconRegistry;
154
171
  export type IconComponent = Component;