@tdm-design/icons 0.0.15 → 0.0.16
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/AlertCircleOutlinedIcon.d.ts +7 -0
- package/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +11 -11
- package/{CalenderDaysOutlinedIcon.d.ts → CalendarDaysOutlinedIcon.d.ts} +1 -1
- package/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +11 -11
- package/{ConnerDownLeftIcon.d.ts → CornerDownLeftIcon.d.ts} +1 -1
- package/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +11 -11
- package/DeviceOutlinedIcon.d.ts +7 -0
- package/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +11 -11
- package/ListIcon.d.ts +7 -0
- package/ListIcon.js +77 -0
- package/SquareListOutlinedIcon.d.ts +7 -0
- package/SquareListOutlinedIcon.js +77 -0
- package/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +1 -1
- package/{SunFIlledIcon.js → SunFilledIcon.js} +10 -10
- package/dist/index.umd.global.js +568 -541
- package/dist/index.umd.min.global.js +3 -3
- package/es/icons/AlertCircleOutlinedIcon.d.ts +6 -0
- package/es/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/{AlertCircleOutlineIcon.mjs → AlertCircleOutlinedIcon.mjs} +9 -9
- package/es/icons/AlertCircleOutlinedIcon.mjs.map +1 -0
- package/{lib/icons/CalenderDaysOutlinedIcon.d.ts → es/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
- package/es/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
- package/es/icons/{CalenderDaysOutlinedIcon.mjs → CalendarDaysOutlinedIcon.mjs} +9 -9
- package/es/icons/{CalenderDaysOutlinedIcon.mjs.map → CalendarDaysOutlinedIcon.mjs.map} +1 -1
- package/{lib/icons/ConnerDownLeftIcon.d.ts → es/icons/CornerDownLeftIcon.d.ts} +2 -2
- package/es/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
- package/es/icons/{ConnerDownLeftIcon.mjs → CornerDownLeftIcon.mjs} +9 -9
- package/es/icons/{ConnerDownLeftIcon.mjs.map → CornerDownLeftIcon.mjs.map} +1 -1
- package/es/icons/DeviceOutlinedIcon.d.ts +6 -0
- package/es/icons/DeviceOutlinedIcon.d.ts.map +1 -0
- package/es/icons/{DeviceOutlineIcon.mjs → DeviceOutlinedIcon.mjs} +9 -9
- package/es/icons/DeviceOutlinedIcon.mjs.map +1 -0
- package/es/icons/ListIcon.d.ts +6 -0
- package/es/icons/ListIcon.d.ts.map +1 -0
- package/es/icons/ListIcon.mjs +50 -0
- package/es/icons/ListIcon.mjs.map +1 -0
- package/es/icons/SquareListOutlinedIcon.d.ts +6 -0
- package/es/icons/SquareListOutlinedIcon.d.ts.map +1 -0
- package/es/icons/SquareListOutlinedIcon.mjs +50 -0
- package/es/icons/SquareListOutlinedIcon.mjs.map +1 -0
- package/es/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
- package/es/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
- package/es/icons/{SunFIlledIcon.mjs → SunFilledIcon.mjs} +8 -8
- package/es/icons/{SunFIlledIcon.mjs.map → SunFilledIcon.mjs.map} +1 -1
- package/es/icons/index.d.ts +7 -6
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.mjs +118 -116
- package/es/icons/index.mjs.map +1 -1
- package/lib/icons/AlertCircleOutlinedIcon.d.ts +6 -0
- package/lib/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +12 -12
- package/lib/icons/AlertCircleOutlinedIcon.js.map +1 -0
- package/{es/icons/CalenderDaysOutlinedIcon.d.ts → lib/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
- package/lib/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
- package/lib/icons/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +12 -12
- package/lib/icons/{CalenderDaysOutlinedIcon.js.map → CalendarDaysOutlinedIcon.js.map} +1 -1
- package/{es/icons/ConnerDownLeftIcon.d.ts → lib/icons/CornerDownLeftIcon.d.ts} +2 -2
- package/lib/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
- package/lib/icons/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +12 -12
- package/lib/icons/{ConnerDownLeftIcon.js.map → CornerDownLeftIcon.js.map} +1 -1
- package/lib/icons/DeviceOutlinedIcon.d.ts +6 -0
- package/lib/icons/DeviceOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +12 -12
- package/lib/icons/DeviceOutlinedIcon.js.map +1 -0
- package/lib/icons/ListIcon.d.ts +6 -0
- package/lib/icons/ListIcon.d.ts.map +1 -0
- package/lib/icons/ListIcon.js +78 -0
- package/lib/icons/ListIcon.js.map +1 -0
- package/lib/icons/SquareListOutlinedIcon.d.ts +6 -0
- package/lib/icons/SquareListOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/SquareListOutlinedIcon.js +78 -0
- package/lib/icons/SquareListOutlinedIcon.js.map +1 -0
- package/lib/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
- package/lib/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
- package/lib/icons/{SunFIlledIcon.js → SunFilledIcon.js} +11 -11
- package/lib/icons/{SunFIlledIcon.js.map → SunFilledIcon.js.map} +1 -1
- package/lib/icons/index.d.ts +7 -6
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +21 -18
- package/lib/icons/index.js.map +1 -1
- package/package.json +1 -1
- package/AlertCircleOutlineIcon.d.ts +0 -7
- package/DeviceOutlineIcon.d.ts +0 -7
- package/SettingGearOutlinedIcon.d.ts +0 -7
- package/SettingGearOutlinedIcon.js +0 -77
- package/es/icons/AlertCircleOutlineIcon.d.ts +0 -6
- package/es/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
- package/es/icons/AlertCircleOutlineIcon.mjs.map +0 -1
- package/es/icons/DeviceOutlineIcon.d.ts +0 -6
- package/es/icons/DeviceOutlineIcon.d.ts.map +0 -1
- package/es/icons/DeviceOutlineIcon.mjs.map +0 -1
- package/es/icons/SettingGearOutlinedIcon.d.ts +0 -6
- package/es/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
- package/es/icons/SettingGearOutlinedIcon.mjs +0 -50
- package/es/icons/SettingGearOutlinedIcon.mjs.map +0 -1
- package/lib/icons/AlertCircleOutlineIcon.d.ts +0 -6
- package/lib/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
- package/lib/icons/AlertCircleOutlineIcon.js.map +0 -1
- package/lib/icons/DeviceOutlineIcon.d.ts +0 -6
- package/lib/icons/DeviceOutlineIcon.d.ts.map +0 -1
- package/lib/icons/DeviceOutlineIcon.js.map +0 -1
- package/lib/icons/SettingGearOutlinedIcon.d.ts +0 -6
- package/lib/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
- package/lib/icons/SettingGearOutlinedIcon.js +0 -78
- package/lib/icons/SettingGearOutlinedIcon.js.map +0 -1
package/lib/icons/index.js
CHANGED
|
@@ -32,7 +32,7 @@ __export(icons_exports, {
|
|
|
32
32
|
AddressBookFilledIcon: () => import_AddressBookFilledIcon.default,
|
|
33
33
|
AddressBookOutlinedIcon: () => import_AddressBookOutlinedIcon.default,
|
|
34
34
|
AirplayOutlinedIcon: () => import_AirplayOutlinedIcon.default,
|
|
35
|
-
|
|
35
|
+
AlertCircleOutlinedIcon: () => import_AlertCircleOutlinedIcon.default,
|
|
36
36
|
AlertTriangleOutlinedIcon: () => import_AlertTriangleOutlinedIcon.default,
|
|
37
37
|
ArchiveFilledIcon: () => import_ArchiveFilledIcon.default,
|
|
38
38
|
ArchiveOutlinedIcon: () => import_ArchiveOutlinedIcon.default,
|
|
@@ -48,8 +48,8 @@ __export(icons_exports, {
|
|
|
48
48
|
BellRingOutlinedIcon: () => import_BellRingOutlinedIcon.default,
|
|
49
49
|
BookOpenFilledIcon: () => import_BookOpenFilledIcon.default,
|
|
50
50
|
BookOpenOutlinedIcon: () => import_BookOpenOutlinedIcon.default,
|
|
51
|
+
CalendarDaysOutlinedIcon: () => import_CalendarDaysOutlinedIcon.default,
|
|
51
52
|
CalendarOutlinedIcon: () => import_CalendarOutlinedIcon.default,
|
|
52
|
-
CalenderDaysOutlinedIcon: () => import_CalenderDaysOutlinedIcon.default,
|
|
53
53
|
CaretDownFilledIcon: () => import_CaretDownFilledIcon.default,
|
|
54
54
|
CaretUpFilledIcon: () => import_CaretUpFilledIcon.default,
|
|
55
55
|
ChartPollFilledIcon: () => import_ChartPollFilledIcon.default,
|
|
@@ -72,9 +72,9 @@ __export(icons_exports, {
|
|
|
72
72
|
ClockRotateLeftFilledIcon: () => import_ClockRotateLeftFilledIcon.default,
|
|
73
73
|
ClockRotateLeftOutlinedIcon: () => import_ClockRotateLeftOutlinedIcon.default,
|
|
74
74
|
CodeOutlinedIcon: () => import_CodeOutlinedIcon.default,
|
|
75
|
-
ConnerDownLeftIcon: () => import_ConnerDownLeftIcon.default,
|
|
76
75
|
CopyOutlinedIcon: () => import_CopyOutlinedIcon.default,
|
|
77
|
-
|
|
76
|
+
CornerDownLeftIcon: () => import_CornerDownLeftIcon.default,
|
|
77
|
+
DeviceOutlinedIcon: () => import_DeviceOutlinedIcon.default,
|
|
78
78
|
DownloadIcon: () => import_DownloadIcon.default,
|
|
79
79
|
EmailOutlinedIcon: () => import_EmailOutlinedIcon.default,
|
|
80
80
|
ExternalLinkIcon: () => import_ExternalLinkIcon.default,
|
|
@@ -99,6 +99,7 @@ __export(icons_exports, {
|
|
|
99
99
|
KeySkeletonIcon: () => import_KeySkeletonIcon.default,
|
|
100
100
|
LaptopMobileFilledIcon: () => import_LaptopMobileFilledIcon.default,
|
|
101
101
|
LaptopMobileOutlinedIcon: () => import_LaptopMobileOutlinedIcon.default,
|
|
102
|
+
ListIcon: () => import_ListIcon.default,
|
|
102
103
|
LoadingLineIcon: () => import_LoadingLineIcon.default,
|
|
103
104
|
LockFilledIcon: () => import_LockFilledIcon.default,
|
|
104
105
|
LogoutIcon: () => import_LogoutIcon.default,
|
|
@@ -133,7 +134,6 @@ __export(icons_exports, {
|
|
|
133
134
|
SelectionCheckSquareCheckIcon: () => import_SelectionCheckSquareCheckIcon.default,
|
|
134
135
|
SelectionCheckSquareUnCheckIcon: () => import_SelectionCheckSquareUnCheckIcon.default,
|
|
135
136
|
SelectionRadioCircleDotIcon: () => import_SelectionRadioCircleDotIcon.default,
|
|
136
|
-
SettingGearOutlinedIcon: () => import_SettingGearOutlinedIcon.default,
|
|
137
137
|
ShieldCheckOutlinedIcon: () => import_ShieldCheckOutlinedIcon.default,
|
|
138
138
|
ShieldHalvedFilledIcon: () => import_ShieldHalvedFilledIcon.default,
|
|
139
139
|
ShieldHalvedOutlinedIcon: () => import_ShieldHalvedOutlinedIcon.default,
|
|
@@ -151,7 +151,8 @@ __export(icons_exports, {
|
|
|
151
151
|
SocialGoogleFilledIcon: () => import_SocialGoogleFilledIcon.default,
|
|
152
152
|
SpinnerScaleFilledIcon: () => import_SpinnerScaleFilledIcon.default,
|
|
153
153
|
SquareListFilledIcon: () => import_SquareListFilledIcon.default,
|
|
154
|
-
|
|
154
|
+
SquareListOutlinedIcon: () => import_SquareListOutlinedIcon.default,
|
|
155
|
+
SunFilledIcon: () => import_SunFilledIcon.default,
|
|
155
156
|
ThemeIcon: () => import_ThemeIcon.default,
|
|
156
157
|
ToolFilledIcon: () => import_ToolFilledIcon.default,
|
|
157
158
|
ToolOutlinedIcon: () => import_ToolOutlinedIcon.default,
|
|
@@ -173,7 +174,7 @@ module.exports = __toCommonJS(icons_exports);
|
|
|
173
174
|
var import_AddressBookFilledIcon = __toESM(require("./AddressBookFilledIcon"));
|
|
174
175
|
var import_AddressBookOutlinedIcon = __toESM(require("./AddressBookOutlinedIcon"));
|
|
175
176
|
var import_AirplayOutlinedIcon = __toESM(require("./AirplayOutlinedIcon"));
|
|
176
|
-
var
|
|
177
|
+
var import_AlertCircleOutlinedIcon = __toESM(require("./AlertCircleOutlinedIcon"));
|
|
177
178
|
var import_AlertTriangleOutlinedIcon = __toESM(require("./AlertTriangleOutlinedIcon"));
|
|
178
179
|
var import_ArchiveFilledIcon = __toESM(require("./ArchiveFilledIcon"));
|
|
179
180
|
var import_ArchiveOutlinedIcon = __toESM(require("./ArchiveOutlinedIcon"));
|
|
@@ -189,8 +190,8 @@ var import_BellRingFilledIcon = __toESM(require("./BellRingFilledIcon"));
|
|
|
189
190
|
var import_BellRingOutlinedIcon = __toESM(require("./BellRingOutlinedIcon"));
|
|
190
191
|
var import_BookOpenFilledIcon = __toESM(require("./BookOpenFilledIcon"));
|
|
191
192
|
var import_BookOpenOutlinedIcon = __toESM(require("./BookOpenOutlinedIcon"));
|
|
193
|
+
var import_CalendarDaysOutlinedIcon = __toESM(require("./CalendarDaysOutlinedIcon"));
|
|
192
194
|
var import_CalendarOutlinedIcon = __toESM(require("./CalendarOutlinedIcon"));
|
|
193
|
-
var import_CalenderDaysOutlinedIcon = __toESM(require("./CalenderDaysOutlinedIcon"));
|
|
194
195
|
var import_CaretDownFilledIcon = __toESM(require("./CaretDownFilledIcon"));
|
|
195
196
|
var import_CaretUpFilledIcon = __toESM(require("./CaretUpFilledIcon"));
|
|
196
197
|
var import_ChartPollFilledIcon = __toESM(require("./ChartPollFilledIcon"));
|
|
@@ -213,9 +214,9 @@ var import_ClockOutlinedIcon = __toESM(require("./ClockOutlinedIcon"));
|
|
|
213
214
|
var import_ClockRotateLeftFilledIcon = __toESM(require("./ClockRotateLeftFilledIcon"));
|
|
214
215
|
var import_ClockRotateLeftOutlinedIcon = __toESM(require("./ClockRotateLeftOutlinedIcon"));
|
|
215
216
|
var import_CodeOutlinedIcon = __toESM(require("./CodeOutlinedIcon"));
|
|
216
|
-
var import_ConnerDownLeftIcon = __toESM(require("./ConnerDownLeftIcon"));
|
|
217
217
|
var import_CopyOutlinedIcon = __toESM(require("./CopyOutlinedIcon"));
|
|
218
|
-
var
|
|
218
|
+
var import_CornerDownLeftIcon = __toESM(require("./CornerDownLeftIcon"));
|
|
219
|
+
var import_DeviceOutlinedIcon = __toESM(require("./DeviceOutlinedIcon"));
|
|
219
220
|
var import_DownloadIcon = __toESM(require("./DownloadIcon"));
|
|
220
221
|
var import_EmailOutlinedIcon = __toESM(require("./EmailOutlinedIcon"));
|
|
221
222
|
var import_ExternalLinkIcon = __toESM(require("./ExternalLinkIcon"));
|
|
@@ -240,6 +241,7 @@ var import_ImageOutlinedIcon = __toESM(require("./ImageOutlinedIcon"));
|
|
|
240
241
|
var import_KeySkeletonIcon = __toESM(require("./KeySkeletonIcon"));
|
|
241
242
|
var import_LaptopMobileFilledIcon = __toESM(require("./LaptopMobileFilledIcon"));
|
|
242
243
|
var import_LaptopMobileOutlinedIcon = __toESM(require("./LaptopMobileOutlinedIcon"));
|
|
244
|
+
var import_ListIcon = __toESM(require("./ListIcon"));
|
|
243
245
|
var import_LoadingLineIcon = __toESM(require("./LoadingLineIcon"));
|
|
244
246
|
var import_LockFilledIcon = __toESM(require("./LockFilledIcon"));
|
|
245
247
|
var import_LogoutIcon = __toESM(require("./LogoutIcon"));
|
|
@@ -274,7 +276,6 @@ var import_SelectionCheckCircleCheckOutlinedIcon = __toESM(require("./SelectionC
|
|
|
274
276
|
var import_SelectionCheckSquareCheckIcon = __toESM(require("./SelectionCheckSquareCheckIcon"));
|
|
275
277
|
var import_SelectionCheckSquareUnCheckIcon = __toESM(require("./SelectionCheckSquareUnCheckIcon"));
|
|
276
278
|
var import_SelectionRadioCircleDotIcon = __toESM(require("./SelectionRadioCircleDotIcon"));
|
|
277
|
-
var import_SettingGearOutlinedIcon = __toESM(require("./SettingGearOutlinedIcon"));
|
|
278
279
|
var import_ShieldCheckOutlinedIcon = __toESM(require("./ShieldCheckOutlinedIcon"));
|
|
279
280
|
var import_ShieldHalvedFilledIcon = __toESM(require("./ShieldHalvedFilledIcon"));
|
|
280
281
|
var import_ShieldHalvedOutlinedIcon = __toESM(require("./ShieldHalvedOutlinedIcon"));
|
|
@@ -292,7 +293,8 @@ var import_SocialGoogleColorIcon = __toESM(require("./SocialGoogleColorIcon"));
|
|
|
292
293
|
var import_SocialGoogleFilledIcon = __toESM(require("./SocialGoogleFilledIcon"));
|
|
293
294
|
var import_SpinnerScaleFilledIcon = __toESM(require("./SpinnerScaleFilledIcon"));
|
|
294
295
|
var import_SquareListFilledIcon = __toESM(require("./SquareListFilledIcon"));
|
|
295
|
-
var
|
|
296
|
+
var import_SquareListOutlinedIcon = __toESM(require("./SquareListOutlinedIcon"));
|
|
297
|
+
var import_SunFilledIcon = __toESM(require("./SunFilledIcon"));
|
|
296
298
|
var import_ThemeIcon = __toESM(require("./ThemeIcon"));
|
|
297
299
|
var import_ToolFilledIcon = __toESM(require("./ToolFilledIcon"));
|
|
298
300
|
var import_ToolOutlinedIcon = __toESM(require("./ToolOutlinedIcon"));
|
|
@@ -314,7 +316,7 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
314
316
|
AddressBookFilledIcon,
|
|
315
317
|
AddressBookOutlinedIcon,
|
|
316
318
|
AirplayOutlinedIcon,
|
|
317
|
-
|
|
319
|
+
AlertCircleOutlinedIcon,
|
|
318
320
|
AlertTriangleOutlinedIcon,
|
|
319
321
|
ArchiveFilledIcon,
|
|
320
322
|
ArchiveOutlinedIcon,
|
|
@@ -330,8 +332,8 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
330
332
|
BellRingOutlinedIcon,
|
|
331
333
|
BookOpenFilledIcon,
|
|
332
334
|
BookOpenOutlinedIcon,
|
|
335
|
+
CalendarDaysOutlinedIcon,
|
|
333
336
|
CalendarOutlinedIcon,
|
|
334
|
-
CalenderDaysOutlinedIcon,
|
|
335
337
|
CaretDownFilledIcon,
|
|
336
338
|
CaretUpFilledIcon,
|
|
337
339
|
ChartPollFilledIcon,
|
|
@@ -354,9 +356,9 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
354
356
|
ClockRotateLeftFilledIcon,
|
|
355
357
|
ClockRotateLeftOutlinedIcon,
|
|
356
358
|
CodeOutlinedIcon,
|
|
357
|
-
ConnerDownLeftIcon,
|
|
358
359
|
CopyOutlinedIcon,
|
|
359
|
-
|
|
360
|
+
CornerDownLeftIcon,
|
|
361
|
+
DeviceOutlinedIcon,
|
|
360
362
|
DownloadIcon,
|
|
361
363
|
EmailOutlinedIcon,
|
|
362
364
|
ExternalLinkIcon,
|
|
@@ -381,6 +383,7 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
381
383
|
KeySkeletonIcon,
|
|
382
384
|
LaptopMobileFilledIcon,
|
|
383
385
|
LaptopMobileOutlinedIcon,
|
|
386
|
+
ListIcon,
|
|
384
387
|
LoadingLineIcon,
|
|
385
388
|
LockFilledIcon,
|
|
386
389
|
LogoutIcon,
|
|
@@ -415,7 +418,6 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
415
418
|
SelectionCheckSquareCheckIcon,
|
|
416
419
|
SelectionCheckSquareUnCheckIcon,
|
|
417
420
|
SelectionRadioCircleDotIcon,
|
|
418
|
-
SettingGearOutlinedIcon,
|
|
419
421
|
ShieldCheckOutlinedIcon,
|
|
420
422
|
ShieldHalvedFilledIcon,
|
|
421
423
|
ShieldHalvedOutlinedIcon,
|
|
@@ -433,7 +435,8 @@ var import_XMarkIcon = __toESM(require("./XMarkIcon"));
|
|
|
433
435
|
SocialGoogleFilledIcon,
|
|
434
436
|
SpinnerScaleFilledIcon,
|
|
435
437
|
SquareListFilledIcon,
|
|
436
|
-
|
|
438
|
+
SquareListOutlinedIcon,
|
|
439
|
+
SunFilledIcon,
|
|
437
440
|
ThemeIcon,
|
|
438
441
|
ToolFilledIcon,
|
|
439
442
|
ToolOutlinedIcon,
|
package/lib/icons/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/index.ts"],"sourcesContent":["// Auto-generated barrel export for icons\n// This file enables tree-shaking - only imported icons will be bundled\n\nexport { default as AddressBookFilledIcon } from './AddressBookFilledIcon';\nexport { default as AddressBookOutlinedIcon } from './AddressBookOutlinedIcon';\nexport { default as AirplayOutlinedIcon } from './AirplayOutlinedIcon';\nexport { default as AlertCircleOutlineIcon } from './AlertCircleOutlineIcon';\nexport { default as AlertTriangleOutlinedIcon } from './AlertTriangleOutlinedIcon';\nexport { default as ArchiveFilledIcon } from './ArchiveFilledIcon';\nexport { default as ArchiveOutlinedIcon } from './ArchiveOutlinedIcon';\nexport { default as ArrowDownIcon } from './ArrowDownIcon';\nexport { default as ArrowLeftIcon } from './ArrowLeftIcon';\nexport { default as ArrowRightIcon } from './ArrowRightIcon';\nexport { default as ArrowUpIcon } from './ArrowUpIcon';\nexport { default as AwardFilledIcon } from './AwardFilledIcon';\nexport { default as AwardOutlinedIcon } from './AwardOutlinedIcon';\nexport { default as BellFilledIcon } from './BellFilledIcon';\nexport { default as BellOutlinedIcon } from './BellOutlinedIcon';\nexport { default as BellRingFilledIcon } from './BellRingFilledIcon';\nexport { default as BellRingOutlinedIcon } from './BellRingOutlinedIcon';\nexport { default as BookOpenFilledIcon } from './BookOpenFilledIcon';\nexport { default as BookOpenOutlinedIcon } from './BookOpenOutlinedIcon';\nexport { default as CalendarOutlinedIcon } from './CalendarOutlinedIcon';\nexport { default as CalenderDaysOutlinedIcon } from './CalenderDaysOutlinedIcon';\nexport { default as CaretDownFilledIcon } from './CaretDownFilledIcon';\nexport { default as CaretUpFilledIcon } from './CaretUpFilledIcon';\nexport { default as ChartPollFilledIcon } from './ChartPollFilledIcon';\nexport { default as ChartPollOutlinedIcon } from './ChartPollOutlinedIcon';\nexport { default as ChartSimpleIcon } from './ChartSimpleIcon';\nexport { default as CheckOutlinedIcon } from './CheckOutlinedIcon';\nexport { default as ChevronDownSingleIcon } from './ChevronDownSingleIcon';\nexport { default as ChevronLeftDoubleIcon } from './ChevronLeftDoubleIcon';\nexport { default as ChevronLeftSingleIcon } from './ChevronLeftSingleIcon';\nexport { default as ChevronRightDoubleIcon } from './ChevronRightDoubleIcon';\nexport { default as ChevronRightSingleIcon } from './ChevronRightSingleIcon';\nexport { default as ChevronUpDoubleIcon } from './ChevronUpDoubleIcon';\nexport { default as ChevronUpSingleIcon } from './ChevronUpSingleIcon';\nexport { default as CircleQuestionOutlinedIcon } from './CircleQuestionOutlinedIcon';\nexport { default as CircleUserOutlinedIcon } from './CircleUserOutlinedIcon';\nexport { default as CircleXMarkFilledIcon } from './CircleXMarkFilledIcon';\nexport { default as CircleXMarkOutlinedIcon } from './CircleXMarkOutlinedIcon';\nexport { default as ClockFilledIcon } from './ClockFilledIcon';\nexport { default as ClockOutlinedIcon } from './ClockOutlinedIcon';\nexport { default as ClockRotateLeftFilledIcon } from './ClockRotateLeftFilledIcon';\nexport { default as ClockRotateLeftOutlinedIcon } from './ClockRotateLeftOutlinedIcon';\nexport { default as CodeOutlinedIcon } from './CodeOutlinedIcon';\nexport { default as ConnerDownLeftIcon } from './ConnerDownLeftIcon';\nexport { default as CopyOutlinedIcon } from './CopyOutlinedIcon';\nexport { default as DeviceOutlineIcon } from './DeviceOutlineIcon';\nexport { default as DownloadIcon } from './DownloadIcon';\nexport { default as EmailOutlinedIcon } from './EmailOutlinedIcon';\nexport { default as ExternalLinkIcon } from './ExternalLinkIcon';\nexport { default as EyeInvisibleOutlinedIcon } from './EyeInvisibleOutlinedIcon';\nexport { default as EyeVisibleOutlinedIcon } from './EyeVisibleOutlinedIcon';\nexport { default as FileOutlinedIcon } from './FileOutlinedIcon';\nexport { default as FileTextFilledIcon } from './FileTextFilledIcon';\nexport { default as FileTextOutlinedIcon } from './FileTextOutlinedIcon';\nexport { default as FilterOutlinedIcon } from './FilterOutlinedIcon';\nexport { default as FolderOutlinedIcon } from './FolderOutlinedIcon';\nexport { default as ForensicWatermarkingIcon } from './ForensicWatermarkingIcon';\nexport { default as GearCodeOutlinedIcon } from './GearCodeOutlinedIcon';\nexport { default as GearFilledIcon } from './GearFilledIcon';\nexport { default as GearOutlinedIcon } from './GearOutlinedIcon';\nexport { default as GlobeOutlinedIcon } from './GlobeOutlinedIcon';\nexport { default as GreatBritainIcon } from './GreatBritainIcon';\nexport { default as Grid2FilledIcon } from './Grid2FilledIcon';\nexport { default as Grid2OutlinedIcon } from './Grid2OutlinedIcon';\nexport { default as IDCardClipOutlinedIcon } from './IDCardClipOutlinedIcon';\nexport { default as IDCardOutlinedIcon } from './IDCardOutlinedIcon';\nexport { default as ImageOutlinedIcon } from './ImageOutlinedIcon';\nexport { default as KeySkeletonIcon } from './KeySkeletonIcon';\nexport { default as LaptopMobileFilledIcon } from './LaptopMobileFilledIcon';\nexport { default as LaptopMobileOutlinedIcon } from './LaptopMobileOutlinedIcon';\nexport { default as LoadingLineIcon } from './LoadingLineIcon';\nexport { default as LockFilledIcon } from './LockFilledIcon';\nexport { default as LogoutIcon } from './LogoutIcon';\nexport { default as MenuIcon } from './MenuIcon';\nexport { default as MenuOutlinedIcon } from './MenuOutlinedIcon';\nexport { default as MessageOutlinedIcon } from './MessageOutlinedIcon';\nexport { default as MoonFilledIcon } from './MoonFilledIcon';\nexport { default as MoreHorizontalIcon } from './MoreHorizontalIcon';\nexport { default as MoreVerticalIcon } from './MoreVerticalIcon';\nexport { default as NewspaperFilledIcon } from './NewspaperFilledIcon';\nexport { default as NewspaperOutlinedIcon } from './NewspaperOutlinedIcon';\nexport { default as OctagonXMarkOutlinedIcon } from './OctagonXMarkOutlinedIcon';\nexport { default as OrientationRotateOutlinedIcon } from './OrientationRotateOutlinedIcon';\nexport { default as PaperClipOutlinedIcon } from './PaperClipOutlinedIcon';\nexport { default as PauseFilledIcon } from './PauseFilledIcon';\nexport { default as PenOutlinedIcon } from './PenOutlinedIcon';\nexport { default as PenToSquareOutlinedIcon } from './PenToSquareOutlinedIcon';\nexport { default as PlayFilledIcon } from './PlayFilledIcon';\nexport { default as PlayOutlinedIcon } from './PlayOutlinedIcon';\nexport { default as PlayReadyColorIcon } from './PlayReadyColorIcon';\nexport { default as PlusAddFilledIcon } from './PlusAddFilledIcon';\nexport { default as PlusAddOutlinedIcon } from './PlusAddOutlinedIcon';\nexport { default as RemoveMinusFilledIcon } from './RemoveMinusFilledIcon';\nexport { default as RemoveMinusOutlinedIcon } from './RemoveMinusOutlinedIcon';\nexport { default as RepeatOutlinedIcon } from './RepeatOutlinedIcon';\nexport { default as ResetPasswordOutlinedIcon } from './ResetPasswordOutlinedIcon';\nexport { default as RolesOutlinedIcon } from './RolesOutlinedIcon';\nexport { default as RotateLeftOutlinedIcon } from './RotateLeftOutlinedIcon';\nexport { default as RotateOutlinedIcon } from './RotateOutlinedIcon';\nexport { default as SearchOutlinedIcon } from './SearchOutlinedIcon';\nexport { default as SelectionCheckCircleCheckOutlinedIcon } from './SelectionCheckCircleCheckOutlinedIcon';\nexport { default as SelectionCheckSquareCheckIcon } from './SelectionCheckSquareCheckIcon';\nexport { default as SelectionCheckSquareUnCheckIcon } from './SelectionCheckSquareUnCheckIcon';\nexport { default as SelectionRadioCircleDotIcon } from './SelectionRadioCircleDotIcon';\nexport { default as SettingGearOutlinedIcon } from './SettingGearOutlinedIcon';\nexport { default as ShieldCheckOutlinedIcon } from './ShieldCheckOutlinedIcon';\nexport { default as ShieldHalvedFilledIcon } from './ShieldHalvedFilledIcon';\nexport { default as ShieldHalvedOutlinedIcon } from './ShieldHalvedOutlinedIcon';\nexport { default as ShieldOutlinedIcon } from './ShieldOutlinedIcon';\nexport { default as ShieldPlusOutlinedIcon } from './ShieldPlusOutlinedIcon';\nexport { default as ShuffleFilledIcon } from './ShuffleFilledIcon';\nexport { default as ShuffleIcon } from './ShuffleIcon';\nexport { default as ShuffleOutlinedIcon } from './ShuffleOutlinedIcon';\nexport { default as SigmaDRMColorIcon } from './SigmaDRMColorIcon';\nexport { default as SigmaFilledIcon } from './SigmaFilledIcon';\nexport { default as SlidersFilledIcon } from './SlidersFilledIcon';\nexport { default as SocialAppleColorIcon } from './SocialAppleColorIcon';\nexport { default as SocialAppleFilledIcon } from './SocialAppleFilledIcon';\nexport { default as SocialGoogleColorIcon } from './SocialGoogleColorIcon';\nexport { default as SocialGoogleFilledIcon } from './SocialGoogleFilledIcon';\nexport { default as SpinnerScaleFilledIcon } from './SpinnerScaleFilledIcon';\nexport { default as SquareListFilledIcon } from './SquareListFilledIcon';\nexport { default as SunFIlledIcon } from './SunFIlledIcon';\nexport { default as ThemeIcon } from './ThemeIcon';\nexport { default as ToolFilledIcon } from './ToolFilledIcon';\nexport { default as ToolOutlinedIcon } from './ToolOutlinedIcon';\nexport { default as TrashCanOutlinedIcon } from './TrashCanOutlinedIcon';\nexport { default as TrophyStarOutlinedIcon } from './TrophyStarOutlinedIcon';\nexport { default as UploadCloudIcon } from './UploadCloudIcon';\nexport { default as UploadCloudOutlinedIcon } from './UploadCloudOutlinedIcon';\nexport { default as UploadIcon } from './UploadIcon';\nexport { default as UserGroupFilledIcon } from './UserGroupFilledIcon';\nexport { default as UserGroupOutlinedIcon } from './UserGroupOutlinedIcon';\nexport { default as UserOutlinedIcon } from './UserOutlinedIcon';\nexport { default as UserPenFilledIcon } from './UserPenFilledIcon';\nexport { default as VietNamIcon } from './VietNamIcon';\nexport { default as ViewMenuOutlinedIcon } from './ViewMenuOutlinedIcon';\nexport { default as WifiFilledIcon } from './WifiFilledIcon';\nexport { default as XMarkIcon } from './XMarkIcon';\n"],"mappings":"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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/icons/index.ts"],"sourcesContent":["// Auto-generated barrel export for icons\n// This file enables tree-shaking - only imported icons will be bundled\n\nexport { default as AddressBookFilledIcon } from './AddressBookFilledIcon';\nexport { default as AddressBookOutlinedIcon } from './AddressBookOutlinedIcon';\nexport { default as AirplayOutlinedIcon } from './AirplayOutlinedIcon';\nexport { default as AlertCircleOutlinedIcon } from './AlertCircleOutlinedIcon';\nexport { default as AlertTriangleOutlinedIcon } from './AlertTriangleOutlinedIcon';\nexport { default as ArchiveFilledIcon } from './ArchiveFilledIcon';\nexport { default as ArchiveOutlinedIcon } from './ArchiveOutlinedIcon';\nexport { default as ArrowDownIcon } from './ArrowDownIcon';\nexport { default as ArrowLeftIcon } from './ArrowLeftIcon';\nexport { default as ArrowRightIcon } from './ArrowRightIcon';\nexport { default as ArrowUpIcon } from './ArrowUpIcon';\nexport { default as AwardFilledIcon } from './AwardFilledIcon';\nexport { default as AwardOutlinedIcon } from './AwardOutlinedIcon';\nexport { default as BellFilledIcon } from './BellFilledIcon';\nexport { default as BellOutlinedIcon } from './BellOutlinedIcon';\nexport { default as BellRingFilledIcon } from './BellRingFilledIcon';\nexport { default as BellRingOutlinedIcon } from './BellRingOutlinedIcon';\nexport { default as BookOpenFilledIcon } from './BookOpenFilledIcon';\nexport { default as BookOpenOutlinedIcon } from './BookOpenOutlinedIcon';\nexport { default as CalendarDaysOutlinedIcon } from './CalendarDaysOutlinedIcon';\nexport { default as CalendarOutlinedIcon } from './CalendarOutlinedIcon';\nexport { default as CaretDownFilledIcon } from './CaretDownFilledIcon';\nexport { default as CaretUpFilledIcon } from './CaretUpFilledIcon';\nexport { default as ChartPollFilledIcon } from './ChartPollFilledIcon';\nexport { default as ChartPollOutlinedIcon } from './ChartPollOutlinedIcon';\nexport { default as ChartSimpleIcon } from './ChartSimpleIcon';\nexport { default as CheckOutlinedIcon } from './CheckOutlinedIcon';\nexport { default as ChevronDownSingleIcon } from './ChevronDownSingleIcon';\nexport { default as ChevronLeftDoubleIcon } from './ChevronLeftDoubleIcon';\nexport { default as ChevronLeftSingleIcon } from './ChevronLeftSingleIcon';\nexport { default as ChevronRightDoubleIcon } from './ChevronRightDoubleIcon';\nexport { default as ChevronRightSingleIcon } from './ChevronRightSingleIcon';\nexport { default as ChevronUpDoubleIcon } from './ChevronUpDoubleIcon';\nexport { default as ChevronUpSingleIcon } from './ChevronUpSingleIcon';\nexport { default as CircleQuestionOutlinedIcon } from './CircleQuestionOutlinedIcon';\nexport { default as CircleUserOutlinedIcon } from './CircleUserOutlinedIcon';\nexport { default as CircleXMarkFilledIcon } from './CircleXMarkFilledIcon';\nexport { default as CircleXMarkOutlinedIcon } from './CircleXMarkOutlinedIcon';\nexport { default as ClockFilledIcon } from './ClockFilledIcon';\nexport { default as ClockOutlinedIcon } from './ClockOutlinedIcon';\nexport { default as ClockRotateLeftFilledIcon } from './ClockRotateLeftFilledIcon';\nexport { default as ClockRotateLeftOutlinedIcon } from './ClockRotateLeftOutlinedIcon';\nexport { default as CodeOutlinedIcon } from './CodeOutlinedIcon';\nexport { default as CopyOutlinedIcon } from './CopyOutlinedIcon';\nexport { default as CornerDownLeftIcon } from './CornerDownLeftIcon';\nexport { default as DeviceOutlinedIcon } from './DeviceOutlinedIcon';\nexport { default as DownloadIcon } from './DownloadIcon';\nexport { default as EmailOutlinedIcon } from './EmailOutlinedIcon';\nexport { default as ExternalLinkIcon } from './ExternalLinkIcon';\nexport { default as EyeInvisibleOutlinedIcon } from './EyeInvisibleOutlinedIcon';\nexport { default as EyeVisibleOutlinedIcon } from './EyeVisibleOutlinedIcon';\nexport { default as FileOutlinedIcon } from './FileOutlinedIcon';\nexport { default as FileTextFilledIcon } from './FileTextFilledIcon';\nexport { default as FileTextOutlinedIcon } from './FileTextOutlinedIcon';\nexport { default as FilterOutlinedIcon } from './FilterOutlinedIcon';\nexport { default as FolderOutlinedIcon } from './FolderOutlinedIcon';\nexport { default as ForensicWatermarkingIcon } from './ForensicWatermarkingIcon';\nexport { default as GearCodeOutlinedIcon } from './GearCodeOutlinedIcon';\nexport { default as GearFilledIcon } from './GearFilledIcon';\nexport { default as GearOutlinedIcon } from './GearOutlinedIcon';\nexport { default as GlobeOutlinedIcon } from './GlobeOutlinedIcon';\nexport { default as GreatBritainIcon } from './GreatBritainIcon';\nexport { default as Grid2FilledIcon } from './Grid2FilledIcon';\nexport { default as Grid2OutlinedIcon } from './Grid2OutlinedIcon';\nexport { default as IDCardClipOutlinedIcon } from './IDCardClipOutlinedIcon';\nexport { default as IDCardOutlinedIcon } from './IDCardOutlinedIcon';\nexport { default as ImageOutlinedIcon } from './ImageOutlinedIcon';\nexport { default as KeySkeletonIcon } from './KeySkeletonIcon';\nexport { default as LaptopMobileFilledIcon } from './LaptopMobileFilledIcon';\nexport { default as LaptopMobileOutlinedIcon } from './LaptopMobileOutlinedIcon';\nexport { default as ListIcon } from './ListIcon';\nexport { default as LoadingLineIcon } from './LoadingLineIcon';\nexport { default as LockFilledIcon } from './LockFilledIcon';\nexport { default as LogoutIcon } from './LogoutIcon';\nexport { default as MenuIcon } from './MenuIcon';\nexport { default as MenuOutlinedIcon } from './MenuOutlinedIcon';\nexport { default as MessageOutlinedIcon } from './MessageOutlinedIcon';\nexport { default as MoonFilledIcon } from './MoonFilledIcon';\nexport { default as MoreHorizontalIcon } from './MoreHorizontalIcon';\nexport { default as MoreVerticalIcon } from './MoreVerticalIcon';\nexport { default as NewspaperFilledIcon } from './NewspaperFilledIcon';\nexport { default as NewspaperOutlinedIcon } from './NewspaperOutlinedIcon';\nexport { default as OctagonXMarkOutlinedIcon } from './OctagonXMarkOutlinedIcon';\nexport { default as OrientationRotateOutlinedIcon } from './OrientationRotateOutlinedIcon';\nexport { default as PaperClipOutlinedIcon } from './PaperClipOutlinedIcon';\nexport { default as PauseFilledIcon } from './PauseFilledIcon';\nexport { default as PenOutlinedIcon } from './PenOutlinedIcon';\nexport { default as PenToSquareOutlinedIcon } from './PenToSquareOutlinedIcon';\nexport { default as PlayFilledIcon } from './PlayFilledIcon';\nexport { default as PlayOutlinedIcon } from './PlayOutlinedIcon';\nexport { default as PlayReadyColorIcon } from './PlayReadyColorIcon';\nexport { default as PlusAddFilledIcon } from './PlusAddFilledIcon';\nexport { default as PlusAddOutlinedIcon } from './PlusAddOutlinedIcon';\nexport { default as RemoveMinusFilledIcon } from './RemoveMinusFilledIcon';\nexport { default as RemoveMinusOutlinedIcon } from './RemoveMinusOutlinedIcon';\nexport { default as RepeatOutlinedIcon } from './RepeatOutlinedIcon';\nexport { default as ResetPasswordOutlinedIcon } from './ResetPasswordOutlinedIcon';\nexport { default as RolesOutlinedIcon } from './RolesOutlinedIcon';\nexport { default as RotateLeftOutlinedIcon } from './RotateLeftOutlinedIcon';\nexport { default as RotateOutlinedIcon } from './RotateOutlinedIcon';\nexport { default as SearchOutlinedIcon } from './SearchOutlinedIcon';\nexport { default as SelectionCheckCircleCheckOutlinedIcon } from './SelectionCheckCircleCheckOutlinedIcon';\nexport { default as SelectionCheckSquareCheckIcon } from './SelectionCheckSquareCheckIcon';\nexport { default as SelectionCheckSquareUnCheckIcon } from './SelectionCheckSquareUnCheckIcon';\nexport { default as SelectionRadioCircleDotIcon } from './SelectionRadioCircleDotIcon';\nexport { default as ShieldCheckOutlinedIcon } from './ShieldCheckOutlinedIcon';\nexport { default as ShieldHalvedFilledIcon } from './ShieldHalvedFilledIcon';\nexport { default as ShieldHalvedOutlinedIcon } from './ShieldHalvedOutlinedIcon';\nexport { default as ShieldOutlinedIcon } from './ShieldOutlinedIcon';\nexport { default as ShieldPlusOutlinedIcon } from './ShieldPlusOutlinedIcon';\nexport { default as ShuffleFilledIcon } from './ShuffleFilledIcon';\nexport { default as ShuffleIcon } from './ShuffleIcon';\nexport { default as ShuffleOutlinedIcon } from './ShuffleOutlinedIcon';\nexport { default as SigmaDRMColorIcon } from './SigmaDRMColorIcon';\nexport { default as SigmaFilledIcon } from './SigmaFilledIcon';\nexport { default as SlidersFilledIcon } from './SlidersFilledIcon';\nexport { default as SocialAppleColorIcon } from './SocialAppleColorIcon';\nexport { default as SocialAppleFilledIcon } from './SocialAppleFilledIcon';\nexport { default as SocialGoogleColorIcon } from './SocialGoogleColorIcon';\nexport { default as SocialGoogleFilledIcon } from './SocialGoogleFilledIcon';\nexport { default as SpinnerScaleFilledIcon } from './SpinnerScaleFilledIcon';\nexport { default as SquareListFilledIcon } from './SquareListFilledIcon';\nexport { default as SquareListOutlinedIcon } from './SquareListOutlinedIcon';\nexport { default as SunFilledIcon } from './SunFilledIcon';\nexport { default as ThemeIcon } from './ThemeIcon';\nexport { default as ToolFilledIcon } from './ToolFilledIcon';\nexport { default as ToolOutlinedIcon } from './ToolOutlinedIcon';\nexport { default as TrashCanOutlinedIcon } from './TrashCanOutlinedIcon';\nexport { default as TrophyStarOutlinedIcon } from './TrophyStarOutlinedIcon';\nexport { default as UploadCloudIcon } from './UploadCloudIcon';\nexport { default as UploadCloudOutlinedIcon } from './UploadCloudOutlinedIcon';\nexport { default as UploadIcon } from './UploadIcon';\nexport { default as UserGroupFilledIcon } from './UserGroupFilledIcon';\nexport { default as UserGroupOutlinedIcon } from './UserGroupOutlinedIcon';\nexport { default as UserOutlinedIcon } from './UserOutlinedIcon';\nexport { default as UserPenFilledIcon } from './UserPenFilledIcon';\nexport { default as VietNamIcon } from './VietNamIcon';\nexport { default as ViewMenuOutlinedIcon } from './ViewMenuOutlinedIcon';\nexport { default as WifiFilledIcon } from './WifiFilledIcon';\nexport { default as XMarkIcon } from './XMarkIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,mCAAiD;AACjD,qCAAmD;AACnD,iCAA+C;AAC/C,qCAAmD;AACnD,uCAAqD;AACrD,+BAA6C;AAC7C,iCAA+C;AAC/C,2BAAyC;AACzC,2BAAyC;AACzC,4BAA0C;AAC1C,yBAAuC;AACvC,6BAA2C;AAC3C,+BAA6C;AAC7C,4BAA0C;AAC1C,8BAA4C;AAC5C,gCAA8C;AAC9C,kCAAgD;AAChD,gCAA8C;AAC9C,kCAAgD;AAChD,sCAAoD;AACpD,kCAAgD;AAChD,iCAA+C;AAC/C,+BAA6C;AAC7C,iCAA+C;AAC/C,mCAAiD;AACjD,6BAA2C;AAC3C,+BAA6C;AAC7C,mCAAiD;AACjD,mCAAiD;AACjD,mCAAiD;AACjD,oCAAkD;AAClD,oCAAkD;AAClD,iCAA+C;AAC/C,iCAA+C;AAC/C,wCAAsD;AACtD,oCAAkD;AAClD,mCAAiD;AACjD,qCAAmD;AACnD,6BAA2C;AAC3C,+BAA6C;AAC7C,uCAAqD;AACrD,yCAAuD;AACvD,8BAA4C;AAC5C,8BAA4C;AAC5C,gCAA8C;AAC9C,gCAA8C;AAC9C,0BAAwC;AACxC,+BAA6C;AAC7C,8BAA4C;AAC5C,sCAAoD;AACpD,oCAAkD;AAClD,8BAA4C;AAC5C,gCAA8C;AAC9C,kCAAgD;AAChD,gCAA8C;AAC9C,gCAA8C;AAC9C,sCAAoD;AACpD,kCAAgD;AAChD,4BAA0C;AAC1C,8BAA4C;AAC5C,+BAA6C;AAC7C,8BAA4C;AAC5C,6BAA2C;AAC3C,+BAA6C;AAC7C,oCAAkD;AAClD,gCAA8C;AAC9C,+BAA6C;AAC7C,6BAA2C;AAC3C,oCAAkD;AAClD,sCAAoD;AACpD,sBAAoC;AACpC,6BAA2C;AAC3C,4BAA0C;AAC1C,wBAAsC;AACtC,sBAAoC;AACpC,8BAA4C;AAC5C,iCAA+C;AAC/C,4BAA0C;AAC1C,gCAA8C;AAC9C,8BAA4C;AAC5C,iCAA+C;AAC/C,mCAAiD;AACjD,sCAAoD;AACpD,2CAAyD;AACzD,mCAAiD;AACjD,6BAA2C;AAC3C,6BAA2C;AAC3C,qCAAmD;AACnD,4BAA0C;AAC1C,8BAA4C;AAC5C,gCAA8C;AAC9C,+BAA6C;AAC7C,iCAA+C;AAC/C,mCAAiD;AACjD,qCAAmD;AACnD,gCAA8C;AAC9C,uCAAqD;AACrD,+BAA6C;AAC7C,oCAAkD;AAClD,gCAA8C;AAC9C,gCAA8C;AAC9C,mDAAiE;AACjE,2CAAyD;AACzD,6CAA2D;AAC3D,yCAAuD;AACvD,qCAAmD;AACnD,oCAAkD;AAClD,sCAAoD;AACpD,gCAA8C;AAC9C,oCAAkD;AAClD,+BAA6C;AAC7C,yBAAuC;AACvC,iCAA+C;AAC/C,+BAA6C;AAC7C,6BAA2C;AAC3C,+BAA6C;AAC7C,kCAAgD;AAChD,mCAAiD;AACjD,mCAAiD;AACjD,oCAAkD;AAClD,oCAAkD;AAClD,kCAAgD;AAChD,oCAAkD;AAClD,2BAAyC;AACzC,uBAAqC;AACrC,4BAA0C;AAC1C,8BAA4C;AAC5C,kCAAgD;AAChD,oCAAkD;AAClD,6BAA2C;AAC3C,qCAAmD;AACnD,wBAAsC;AACtC,iCAA+C;AAC/C,mCAAiD;AACjD,8BAA4C;AAC5C,+BAA6C;AAC7C,yBAAuC;AACvC,kCAAgD;AAChD,4BAA0C;AAC1C,uBAAqC;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
-
|
|
4
|
-
/** */
|
|
5
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
-
|
|
7
|
-
export { RefIcon as default };
|
package/DeviceOutlineIcon.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
-
|
|
4
|
-
/** */
|
|
5
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
-
|
|
7
|
-
export { RefIcon as default };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
-
|
|
4
|
-
/** */
|
|
5
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
-
|
|
7
|
-
export { RefIcon as default };
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";
|
|
3
|
-
var __create = Object.create;
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __defProps = Object.defineProperties;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
-
var __spreadValues = (a, b) => {
|
|
15
|
-
for (var prop in b || (b = {}))
|
|
16
|
-
if (__hasOwnProp.call(b, prop))
|
|
17
|
-
__defNormalProp(a, prop, b[prop]);
|
|
18
|
-
if (__getOwnPropSymbols)
|
|
19
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
-
if (__propIsEnum.call(b, prop))
|
|
21
|
-
__defNormalProp(a, prop, b[prop]);
|
|
22
|
-
}
|
|
23
|
-
return a;
|
|
24
|
-
};
|
|
25
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
-
var __export = (target, all) => {
|
|
27
|
-
for (var name in all)
|
|
28
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
-
};
|
|
30
|
-
var __copyProps = (to, from, except, desc) => {
|
|
31
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
-
for (let key of __getOwnPropNames(from))
|
|
33
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
-
}
|
|
36
|
-
return to;
|
|
37
|
-
};
|
|
38
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
-
mod
|
|
45
|
-
));
|
|
46
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
-
var SettingGearOutlinedIcon_exports = {};
|
|
48
|
-
__export(SettingGearOutlinedIcon_exports, {
|
|
49
|
-
default: () => SettingGearOutlinedIcon_default
|
|
50
|
-
});
|
|
51
|
-
module.exports = __toCommonJS(SettingGearOutlinedIcon_exports);
|
|
52
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
-
var React = __toESM(require("react"));
|
|
54
|
-
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
-
var import_utils = require("../utils");
|
|
56
|
-
const settingGearOutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
-
"svg",
|
|
58
|
-
{
|
|
59
|
-
width: "24",
|
|
60
|
-
height: "24",
|
|
61
|
-
viewBox: "0 0 24 24",
|
|
62
|
-
fill: "#cacaca",
|
|
63
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.637 4.757a.638.638 0 00-1.274 0v.142A2.35 2.35 0 019.94 7.05a1 1 0 01-.244.069 2.349 2.349 0 01-2.403-.542l-.058-.058a.637.637 0 00-.9 0l-.001.001a.636.636 0 00-.08.804l.08.097.058.057a2.35 2.35 0 01.492 2.533 2.35 2.35 0 01-2.15 1.539h-.096a.638.638 0 000 1.273h.142a2.35 2.35 0 012.146 1.414 2.35 2.35 0 01-.469 2.592l-.058.058a.637.637 0 000 .9l.001.001a.636.636 0 00.9 0l.058-.058a2.35 2.35 0 012.533-.493l.024.009.035.015a2.35 2.35 0 011.48 2.127v.096a.638.638 0 001.273 0v-.142a2.35 2.35 0 011.414-2.147 2.35 2.35 0 012.592.47l.008.008.05.049a.64.64 0 001.088-.45.637.637 0 00-.108-.354l-.079-.097-.058-.057a2.35 2.35 0 01-.534-2.43l.065-.162a2.35 2.35 0 012.146-1.414h.077a.638.638 0 000-1.274h-.142a2.35 2.35 0 01-2.15-1.424 1 1 0 01-.07-.244 2.35 2.35 0 01.543-2.403l.008-.008.049-.05a.64.64 0 000-.9v-.001a.636.636 0 00-.804-.08l-.097.08-.057.058a2.35 2.35 0 01-2.592.47v-.002a2.35 2.35 0 01-1.414-2.145v-.077zm.817 7.363a1.454 1.454 0 10-2.907 0 1.454 1.454 0 002.907 0zm2 0a3.454 3.454 0 11-6.908 0 3.454 3.454 0 016.908 0zm-.817-7.294l.014.1a.35.35 0 00.11.168l.088.052.01.004a.351.351 0 00.385-.07l.041-.041a2.636 2.636 0 013.73 0l.174.192a2.636 2.636 0 01-.173 3.537l-.042.042-.034.04a.35.35 0 00-.036.346c.022.05.038.102.052.154a.35.35 0 00.273.133h.134a2.637 2.637 0 010 5.274h-.07l-.1.014a.35.35 0 00-.22.198l-.003.01a.351.351 0 00.068.384l.043.042a2.636 2.636 0 010 3.729 2.637 2.637 0 01-3.73 0v.002l-.041-.042a.35.35 0 00-.386-.07l-.01.004a.352.352 0 00-.212.32v.135a2.637 2.637 0 01-5.273 0v-.058a.35.35 0 00-.229-.312 1.022 1.022 0 01-.058-.023.351.351 0 00-.386.07l-.041.041h-.001a2.635 2.635 0 01-3.73 0v-.002a2.635 2.635 0 010-3.728l.042-.042a.35.35 0 00.07-.385l-.004-.01a.351.351 0 00-.22-.197l-.1-.015h-.135a2.637 2.637 0 010-5.273h.058a.35.35 0 00.312-.229 1 1 0 01.023-.058.351.351 0 00-.07-.386l-.041-.041v-.001a2.636 2.636 0 012.875-4.3c.32.132.61.326.854.57l.042.042.04.034a.35.35 0 00.346.036 1 1 0 01.154-.053.35.35 0 00.133-.271v-.135a2.637 2.637 0 015.274 0v.07z" })
|
|
65
|
-
}
|
|
66
|
-
);
|
|
67
|
-
const settingGearOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
-
settingGearOutlinedSvg,
|
|
69
|
-
"setting-gear-outlined"
|
|
70
|
-
);
|
|
71
|
-
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: settingGearOutlinedIconDefinition }));
|
|
73
|
-
});
|
|
74
|
-
if (process.env.NODE_ENV !== "production") {
|
|
75
|
-
RefIcon.displayName = "SettingGearOutlinedIcon";
|
|
76
|
-
}
|
|
77
|
-
var SettingGearOutlinedIcon_default = RefIcon;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=AlertCircleOutlineIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlertCircleOutlineIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlertCircleOutlineIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,2jCAA2jC;AAC3jC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/AlertCircleOutlineIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst alertCircleOutlineSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M20 12.12C20 7.70172 16.4183 4.12 12 4.12C7.58172 4.12 4 7.70172 4 12.12C4 16.5383 7.58172 20.12 12 20.12C16.4183 20.12 20 16.5383 20 12.12ZM12.0088 14.7196C12.5609 14.7196 13.0086 15.1675 13.0088 15.7196C13.0088 16.2719 12.5611 16.7196 12.0088 16.7196H12C11.4477 16.7196 11 16.2719 11 15.7196C11.0002 15.1675 11.4478 14.7196 12 14.7196H12.0088ZM11 12.12V8.52039C11 7.9681 11.4477 7.52039 12 7.52039C12.5523 7.52039 13 7.9681 13 8.52039V12.12C13 12.6723 12.5523 13.12 12 13.12C11.4477 13.12 11 12.6723 11 12.12ZM22 12.12C22 17.6428 17.5228 22.12 12 22.12C6.47715 22.12 2 17.6428 2 12.12C2 6.59715 6.47715 2.12 12 2.12C17.5228 2.12 22 6.59715 22 12.12Z\" />\n </svg>\n);\n\nconst alertCircleOutlineIconDefinition = svgToIconDefinition(\n alertCircleOutlineSvg,\n 'alert-circle-outline'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={alertCircleOutlineIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'AlertCircleOutlineIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAiBI;AAdJ,YAAY,WAAW;AAEvB,OAAO,aAAa;AAEpB,SAAS,2BAA2B;AAEpC,MAAM,wBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,8BAAC,UAAK,GAAE,+oBAA8oB;AAAA;AACxpB;AAGF,MAAM,mCAAmC;AAAA,EACvC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,oBAAC,0CAAY,QAAZ,EAAmB,KAAU,MAAM,mCAAkC;AAC/E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,iCAAQ;","names":[]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=DeviceOutlineIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceOutlineIcon.d.ts","sourceRoot":"","sources":["../../src/icons/DeviceOutlineIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,snCAAsnC;AACtnC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/DeviceOutlineIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst deviceOutlineSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M17 4.9198C16.9999 4.43174 16.635 4.12024 16.2861 4.12H7.71387C7.36497 4.12024 7.0001 4.43174 7 4.9198V19.3202L7.00391 19.4091C7.04511 19.8458 7.38663 20.1198 7.71387 20.12H16.2861C16.635 20.1197 16.9999 19.8082 17 19.3202V4.9198ZM12.0088 16.5204L12.1104 16.5253C12.6148 16.5763 13.0088 17.0025 13.0088 17.5204C13.0086 18.0381 12.6147 18.4635 12.1104 18.5145L12.0088 18.5204H12C11.4478 18.5204 11.0002 18.0725 11 17.5204C11 16.9681 11.4477 16.5204 12 16.5204H12.0088ZM19 19.3202C18.9999 20.8198 17.8303 22.1198 16.2861 22.12H7.71387C6.2661 22.1198 5.1478 20.9771 5.01367 19.5985L5 19.3202V4.9198C5.0001 3.42016 6.16967 2.12023 7.71387 2.12H16.2861C17.8303 2.12023 18.9999 3.42016 19 4.9198V19.3202Z\" />\n </svg>\n);\n\nconst deviceOutlineIconDefinition = svgToIconDefinition(\n deviceOutlineSvg,\n 'device-outline'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={deviceOutlineIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'DeviceOutlineIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAiBI;AAdJ,YAAY,WAAW;AAEvB,OAAO,aAAa;AAEpB,SAAS,2BAA2B;AAEpC,MAAM,mBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,8BAAC,UAAK,GAAE,8rBAA6rB;AAAA;AACvsB;AAGF,MAAM,8BAA8B;AAAA,EAClC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,oBAAC,0CAAY,QAAZ,EAAmB,KAAU,MAAM,8BAA6B;AAC1E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,4BAAQ;","names":[]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=SettingGearOutlinedIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SettingGearOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/SettingGearOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,4yFAA4yF;AAC5yF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __defProps = Object.defineProperties;
|
|
4
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
5
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
-
var __spreadValues = (a, b) => {
|
|
10
|
-
for (var prop in b || (b = {}))
|
|
11
|
-
if (__hasOwnProp.call(b, prop))
|
|
12
|
-
__defNormalProp(a, prop, b[prop]);
|
|
13
|
-
if (__getOwnPropSymbols)
|
|
14
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
-
if (__propIsEnum.call(b, prop))
|
|
16
|
-
__defNormalProp(a, prop, b[prop]);
|
|
17
|
-
}
|
|
18
|
-
return a;
|
|
19
|
-
};
|
|
20
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
-
import { jsx } from "react/jsx-runtime";
|
|
22
|
-
import * as React from "react";
|
|
23
|
-
import TdmIcon from "../components/TdmIcon.mjs";
|
|
24
|
-
import { svgToIconDefinition } from "../utils.mjs";
|
|
25
|
-
const settingGearOutlinedSvg = /* @__PURE__ */ jsx(
|
|
26
|
-
"svg",
|
|
27
|
-
{
|
|
28
|
-
width: "24",
|
|
29
|
-
height: "24",
|
|
30
|
-
viewBox: "0 0 24 24",
|
|
31
|
-
fill: "#cacaca",
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
children: /* @__PURE__ */ jsx("path", { d: "M12.637 4.757a.638.638 0 00-1.274 0v.142A2.35 2.35 0 019.94 7.05a1 1 0 01-.244.069 2.349 2.349 0 01-2.403-.542l-.058-.058a.637.637 0 00-.9 0l-.001.001a.636.636 0 00-.08.804l.08.097.058.057a2.35 2.35 0 01.492 2.533 2.35 2.35 0 01-2.15 1.539h-.096a.638.638 0 000 1.273h.142a2.35 2.35 0 012.146 1.414 2.35 2.35 0 01-.469 2.592l-.058.058a.637.637 0 000 .9l.001.001a.636.636 0 00.9 0l.058-.058a2.35 2.35 0 012.533-.493l.024.009.035.015a2.35 2.35 0 011.48 2.127v.096a.638.638 0 001.273 0v-.142a2.35 2.35 0 011.414-2.147 2.35 2.35 0 012.592.47l.008.008.05.049a.64.64 0 001.088-.45.637.637 0 00-.108-.354l-.079-.097-.058-.057a2.35 2.35 0 01-.534-2.43l.065-.162a2.35 2.35 0 012.146-1.414h.077a.638.638 0 000-1.274h-.142a2.35 2.35 0 01-2.15-1.424 1 1 0 01-.07-.244 2.35 2.35 0 01.543-2.403l.008-.008.049-.05a.64.64 0 000-.9v-.001a.636.636 0 00-.804-.08l-.097.08-.057.058a2.35 2.35 0 01-2.592.47v-.002a2.35 2.35 0 01-1.414-2.145v-.077zm.817 7.363a1.454 1.454 0 10-2.907 0 1.454 1.454 0 002.907 0zm2 0a3.454 3.454 0 11-6.908 0 3.454 3.454 0 016.908 0zm-.817-7.294l.014.1a.35.35 0 00.11.168l.088.052.01.004a.351.351 0 00.385-.07l.041-.041a2.636 2.636 0 013.73 0l.174.192a2.636 2.636 0 01-.173 3.537l-.042.042-.034.04a.35.35 0 00-.036.346c.022.05.038.102.052.154a.35.35 0 00.273.133h.134a2.637 2.637 0 010 5.274h-.07l-.1.014a.35.35 0 00-.22.198l-.003.01a.351.351 0 00.068.384l.043.042a2.636 2.636 0 010 3.729 2.637 2.637 0 01-3.73 0v.002l-.041-.042a.35.35 0 00-.386-.07l-.01.004a.352.352 0 00-.212.32v.135a2.637 2.637 0 01-5.273 0v-.058a.35.35 0 00-.229-.312 1.022 1.022 0 01-.058-.023.351.351 0 00-.386.07l-.041.041h-.001a2.635 2.635 0 01-3.73 0v-.002a2.635 2.635 0 010-3.728l.042-.042a.35.35 0 00.07-.385l-.004-.01a.351.351 0 00-.22-.197l-.1-.015h-.135a2.637 2.637 0 010-5.273h.058a.35.35 0 00.312-.229 1 1 0 01.023-.058.351.351 0 00-.07-.386l-.041-.041v-.001a2.636 2.636 0 012.875-4.3c.32.132.61.326.854.57l.042.042.04.034a.35.35 0 00.346.036 1 1 0 01.154-.053.35.35 0 00.133-.271v-.135a2.637 2.637 0 015.274 0v.07z" })
|
|
34
|
-
}
|
|
35
|
-
);
|
|
36
|
-
const settingGearOutlinedIconDefinition = svgToIconDefinition(
|
|
37
|
-
settingGearOutlinedSvg,
|
|
38
|
-
"setting-gear-outlined"
|
|
39
|
-
);
|
|
40
|
-
const RefIcon = React.forwardRef((props, ref) => {
|
|
41
|
-
return /* @__PURE__ */ jsx(TdmIcon, __spreadProps(__spreadValues({}, props), { ref, icon: settingGearOutlinedIconDefinition }));
|
|
42
|
-
});
|
|
43
|
-
if (process.env.NODE_ENV !== "production") {
|
|
44
|
-
RefIcon.displayName = "SettingGearOutlinedIcon";
|
|
45
|
-
}
|
|
46
|
-
var SettingGearOutlinedIcon_default = RefIcon;
|
|
47
|
-
export {
|
|
48
|
-
SettingGearOutlinedIcon_default as default
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=SettingGearOutlinedIcon.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/SettingGearOutlinedIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst settingGearOutlinedSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M12.637 4.757a.638.638 0 00-1.274 0v.142A2.35 2.35 0 019.94 7.05a1 1 0 01-.244.069 2.349 2.349 0 01-2.403-.542l-.058-.058a.637.637 0 00-.9 0l-.001.001a.636.636 0 00-.08.804l.08.097.058.057a2.35 2.35 0 01.492 2.533 2.35 2.35 0 01-2.15 1.539h-.096a.638.638 0 000 1.273h.142a2.35 2.35 0 012.146 1.414 2.35 2.35 0 01-.469 2.592l-.058.058a.637.637 0 000 .9l.001.001a.636.636 0 00.9 0l.058-.058a2.35 2.35 0 012.533-.493l.024.009.035.015a2.35 2.35 0 011.48 2.127v.096a.638.638 0 001.273 0v-.142a2.35 2.35 0 011.414-2.147 2.35 2.35 0 012.592.47l.008.008.05.049a.64.64 0 001.088-.45.637.637 0 00-.108-.354l-.079-.097-.058-.057a2.35 2.35 0 01-.534-2.43l.065-.162a2.35 2.35 0 012.146-1.414h.077a.638.638 0 000-1.274h-.142a2.35 2.35 0 01-2.15-1.424 1 1 0 01-.07-.244 2.35 2.35 0 01.543-2.403l.008-.008.049-.05a.64.64 0 000-.9v-.001a.636.636 0 00-.804-.08l-.097.08-.057.058a2.35 2.35 0 01-2.592.47v-.002a2.35 2.35 0 01-1.414-2.145v-.077zm.817 7.363a1.454 1.454 0 10-2.907 0 1.454 1.454 0 002.907 0zm2 0a3.454 3.454 0 11-6.908 0 3.454 3.454 0 016.908 0zm-.817-7.294l.014.1a.35.35 0 00.11.168l.088.052.01.004a.351.351 0 00.385-.07l.041-.041a2.636 2.636 0 013.73 0l.174.192a2.636 2.636 0 01-.173 3.537l-.042.042-.034.04a.35.35 0 00-.036.346c.022.05.038.102.052.154a.35.35 0 00.273.133h.134a2.637 2.637 0 010 5.274h-.07l-.1.014a.35.35 0 00-.22.198l-.003.01a.351.351 0 00.068.384l.043.042a2.636 2.636 0 010 3.729 2.637 2.637 0 01-3.73 0v.002l-.041-.042a.35.35 0 00-.386-.07l-.01.004a.352.352 0 00-.212.32v.135a2.637 2.637 0 01-5.273 0v-.058a.35.35 0 00-.229-.312 1.022 1.022 0 01-.058-.023.351.351 0 00-.386.07l-.041.041h-.001a2.635 2.635 0 01-3.73 0v-.002a2.635 2.635 0 010-3.728l.042-.042a.35.35 0 00.07-.385l-.004-.01a.351.351 0 00-.22-.197l-.1-.015h-.135a2.637 2.637 0 010-5.273h.058a.35.35 0 00.312-.229 1 1 0 01.023-.058.351.351 0 00-.07-.386l-.041-.041v-.001a2.636 2.636 0 012.875-4.3c.32.132.61.326.854.57l.042.042.04.034a.35.35 0 00.346.036 1 1 0 01.154-.053.35.35 0 00.133-.271v-.135a2.637 2.637 0 015.274 0v.07z\"/>\n </svg>\n);\n\nconst settingGearOutlinedIconDefinition = svgToIconDefinition(\n settingGearOutlinedSvg,\n 'setting-gear-outlined'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={settingGearOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'SettingGearOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAiBI;AAdJ,YAAY,WAAW;AAEvB,OAAO,aAAa;AAEpB,SAAS,2BAA2B;AAEpC,MAAM,yBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,8BAAC,UAAK,GAAE,w9DAAs9D;AAAA;AACh+D;AAGF,MAAM,oCAAoC;AAAA,EACxC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,oBAAC,0CAAY,QAAZ,EAAmB,KAAU,MAAM,oCAAmC;AAChF,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,kCAAQ;","names":[]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=AlertCircleOutlineIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlertCircleOutlineIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlertCircleOutlineIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,2jCAA2jC;AAC3jC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/AlertCircleOutlineIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst alertCircleOutlineSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M20 12.12C20 7.70172 16.4183 4.12 12 4.12C7.58172 4.12 4 7.70172 4 12.12C4 16.5383 7.58172 20.12 12 20.12C16.4183 20.12 20 16.5383 20 12.12ZM12.0088 14.7196C12.5609 14.7196 13.0086 15.1675 13.0088 15.7196C13.0088 16.2719 12.5611 16.7196 12.0088 16.7196H12C11.4477 16.7196 11 16.2719 11 15.7196C11.0002 15.1675 11.4478 14.7196 12 14.7196H12.0088ZM11 12.12V8.52039C11 7.9681 11.4477 7.52039 12 7.52039C12.5523 7.52039 13 7.9681 13 8.52039V12.12C13 12.6723 12.5523 13.12 12 13.12C11.4477 13.12 11 12.6723 11 12.12ZM22 12.12C22 17.6428 17.5228 22.12 12 22.12C6.47715 22.12 2 17.6428 2 12.12C2 6.59715 6.47715 2.12 12 2.12C17.5228 2.12 22 6.59715 22 12.12Z\" />\n </svg>\n);\n\nconst alertCircleOutlineIconDefinition = svgToIconDefinition(\n alertCircleOutlineSvg,\n 'alert-circle-outline'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={alertCircleOutlineIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'AlertCircleOutlineIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,qBAAoB;AAEpB,mBAAoC;AAEpC,MAAM,wBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,+oBAA8oB;AAAA;AACxpB;AAGF,MAAM,uCAAmC;AAAA,EACvC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,4CAAC,eAAAA,SAAA,iCAAY,QAAZ,EAAmB,KAAU,MAAM,mCAAkC;AAC/E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,iCAAQ;","names":["TdmIcon"]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=DeviceOutlineIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceOutlineIcon.d.ts","sourceRoot":"","sources":["../../src/icons/DeviceOutlineIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,snCAAsnC;AACtnC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/DeviceOutlineIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst deviceOutlineSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M17 4.9198C16.9999 4.43174 16.635 4.12024 16.2861 4.12H7.71387C7.36497 4.12024 7.0001 4.43174 7 4.9198V19.3202L7.00391 19.4091C7.04511 19.8458 7.38663 20.1198 7.71387 20.12H16.2861C16.635 20.1197 16.9999 19.8082 17 19.3202V4.9198ZM12.0088 16.5204L12.1104 16.5253C12.6148 16.5763 13.0088 17.0025 13.0088 17.5204C13.0086 18.0381 12.6147 18.4635 12.1104 18.5145L12.0088 18.5204H12C11.4478 18.5204 11.0002 18.0725 11 17.5204C11 16.9681 11.4477 16.5204 12 16.5204H12.0088ZM19 19.3202C18.9999 20.8198 17.8303 22.1198 16.2861 22.12H7.71387C6.2661 22.1198 5.1478 20.9771 5.01367 19.5985L5 19.3202V4.9198C5.0001 3.42016 6.16967 2.12023 7.71387 2.12H16.2861C17.8303 2.12023 18.9999 3.42016 19 4.9198V19.3202Z\" />\n </svg>\n);\n\nconst deviceOutlineIconDefinition = svgToIconDefinition(\n deviceOutlineSvg,\n 'device-outline'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={deviceOutlineIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'DeviceOutlineIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,qBAAoB;AAEpB,mBAAoC;AAEpC,MAAM,mBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,8rBAA6rB;AAAA;AACvsB;AAGF,MAAM,kCAA8B;AAAA,EAClC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,4CAAC,eAAAA,SAAA,iCAAY,QAAZ,EAAmB,KAAU,MAAM,8BAA6B;AAC1E,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,4BAAQ;","names":["TdmIcon"]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { TdmIconProps } from '../components/TdmIcon';
|
|
3
|
-
/** */
|
|
4
|
-
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export default RefIcon;
|
|
6
|
-
//# sourceMappingURL=SettingGearOutlinedIcon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SettingGearOutlinedIcon.d.ts","sourceRoot":"","sources":["../../src/icons/SettingGearOutlinedIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAoB1D,4yFAA4yF;AAC5yF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,yBAAyB,CAC5C,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAGhE,CAAC;AAMH,eAAe,OAAO,CAAC"}
|