@tabler/icons-solidjs 3.47.0 → 3.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/tabler-icons-solidjs.js +255 -1
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +239 -3
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/icons/IconDuplicate.js +2 -0
- package/dist/source/icons/IconFolderAi.js +2 -0
- package/dist/source/icons/IconFolderSparkle.js +2 -0
- package/dist/source/icons/IconGitBranchCheck.js +2 -0
- package/dist/source/icons/IconGitBranchX.js +2 -0
- package/dist/source/icons/IconGitMergeQueue.js +2 -0
- package/dist/source/icons/IconGitPullRequestLocked.js +2 -0
- package/dist/source/icons/IconGitPullRequestUnlisted.js +2 -0
- package/dist/source/icons/IconMessage2Ai.js +2 -0
- package/dist/source/icons/IconMessage2Sparkle.js +2 -0
- package/dist/source/icons/IconMessageAi.js +2 -0
- package/dist/source/icons/IconMessageSparkle.js +2 -0
- package/dist/source/icons/IconModelAi.js +2 -0
- package/dist/source/icons/IconPencilAi.js +2 -0
- package/dist/source/icons/IconStackCheck.js +2 -0
- package/dist/source/icons/IconStackMinus.js +2 -0
- package/dist/source/icons/IconStackPlus.js +2 -0
- package/dist/source/icons/IconStackX.js +2 -0
- package/dist/source/icons/index.js +18 -0
- package/dist/source/icons-list.js +18 -0
- package/dist/types/icons/IconDuplicate.d.ts +5 -0
- package/dist/types/icons/IconFolderAi.d.ts +5 -0
- package/dist/types/icons/IconFolderSparkle.d.ts +5 -0
- package/dist/types/icons/IconGitBranchCheck.d.ts +5 -0
- package/dist/types/icons/IconGitBranchX.d.ts +5 -0
- package/dist/types/icons/IconGitMergeQueue.d.ts +5 -0
- package/dist/types/icons/IconGitPullRequestLocked.d.ts +5 -0
- package/dist/types/icons/IconGitPullRequestUnlisted.d.ts +5 -0
- package/dist/types/icons/IconMessage2Ai.d.ts +5 -0
- package/dist/types/icons/IconMessage2Sparkle.d.ts +5 -0
- package/dist/types/icons/IconMessageAi.d.ts +5 -0
- package/dist/types/icons/IconMessageSparkle.d.ts +5 -0
- package/dist/types/icons/IconModelAi.d.ts +5 -0
- package/dist/types/icons/IconPencilAi.d.ts +5 -0
- package/dist/types/icons/IconStackCheck.d.ts +5 -0
- package/dist/types/icons/IconStackMinus.d.ts +5 -0
- package/dist/types/icons/IconStackPlus.d.ts +5 -0
- package/dist/types/icons/IconStackX.d.ts +5 -0
- package/dist/types/icons/index.d.ts +18 -0
- package/package.json +3 -3
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'duplicate', 'Duplicate', [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667v-8.666" }], ["path", { "d": "M11 14h6" }], ["path", { "d": "M14 11v6" }], ["path", { "d": "M4.012 16.737a2 2 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'folder-ai', 'FolderAi', [["path", { "d": "M10 19h-5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'folder-sparkle', 'FolderSparkle', [["path", { "d": "M11.5 19h-6.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'git-branch-check', 'GitBranchCheck', [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M7 8v8" }], ["path", { "d": "M7 12h8a2 2 0 0 0 2 -2v-2" }], ["path", { "d": "M15 19l2 2l4 -4" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'git-branch-x', 'GitBranchX', [["path", { "d": "M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M15 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M7 8v8" }], ["path", { "d": "M7 12h8a2 2 0 0 0 2 -2v-2" }], ["path", { "d": "M22 22l-5 -5" }], ["path", { "d": "M17 22l5 -5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'git-merge-queue', 'GitMergeQueue', [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M16 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M6 11v5" }], ["path", { "d": "M4.5 4.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M9.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'git-pull-request-locked', 'GitPullRequestLocked', [["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M6 8v8" }], ["path", { "d": "M11 6h5a2 2 0 0 1 2 2v1" }], ["path", { "d": "M14 9l-3 -3l3 -3" }], ["path", { "d": "M14 17a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-3" }], ["path", { "d": "M16 16v-1.5a1.5 1.5 0 1 1 3 0v1.5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'git-pull-request-unlisted', 'GitPullRequestUnlisted', [["path", { "d": "M16.5 5.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M16.5 11.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M4 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M6 8v8" }], ["path", { "d": "M16 17l3 3" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'message-2-ai', 'Message2Ai', [["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }], ["path", { "d": "M8 9h8" }], ["path", { "d": "M8 13h3.5" }], ["path", { "d": "M10 19l-1 -1h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'message-2-sparkle', 'Message2Sparkle', [["path", { "d": "M8 9h8" }], ["path", { "d": "M8 13h6" }], ["path", { "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'message-ai', 'MessageAi', [["path", { "d": "M8 9h8" }], ["path", { "d": "M8 13h3.5" }], ["path", { "d": "M9.994 19.804l-1.994 1.196v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'message-sparkle', 'MessageSparkle', [["path", { "d": "M8 9h8" }], ["path", { "d": "M8 13h6" }], ["path", { "d": "M11.571 18.857l-3.571 2.143v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" }], ["path", { "d": "M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'model-ai', 'ModelAi', [["path", { "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M4 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M9 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M17 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M13 12h4" }], ["path", { "d": "M9.75 10.25l-2.5 -3.5" }], ["path", { "d": "M9.75 13.75l-2.5 3.5" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'pencil-ai', 'PencilAi', [["path", { "d": "M17.013 10.987l1.487 -1.487a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2" }], ["path", { "d": "M13.5 6.5l4 4" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'stack-check', 'StackCheck', [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4" }], ["path", { "d": "M4 12l8 4" }], ["path", { "d": "M4 16l7.004 3.502" }], ["path", { "d": "M15 19l2 2l4 -4" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'stack-minus', 'StackMinus', [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4" }], ["path", { "d": "M4 12l8 4" }], ["path", { "d": "M4 16l8 4" }], ["path", { "d": "M16 19h6" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'stack-plus', 'StackPlus', [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4" }], ["path", { "d": "M4 12l8 4" }], ["path", { "d": "M4 16l8 4" }], ["path", { "d": "M16 19h6" }], ["path", { "d": "M19 16v6" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'stack-x', 'StackX', [["path", { "d": "M12 4l-8 4l8 4l8 -4l-8 -4" }], ["path", { "d": "M4 12l8 4" }], ["path", { "d": "M4 16l8 4" }], ["path", { "d": "M22 22l-5 -5" }], ["path", { "d": "M17 22l5 -5" }]]);
|
|
@@ -2145,6 +2145,7 @@ export { default as IconDroplets } from './IconDroplets';
|
|
|
2145
2145
|
export { default as IconDualScreen } from './IconDualScreen';
|
|
2146
2146
|
export { default as IconDumbbell } from './IconDumbbell';
|
|
2147
2147
|
export { default as IconDumpling } from './IconDumpling';
|
|
2148
|
+
export { default as IconDuplicate } from './IconDuplicate';
|
|
2148
2149
|
export { default as IconEPassport } from './IconEPassport';
|
|
2149
2150
|
export { default as IconEarOff } from './IconEarOff';
|
|
2150
2151
|
export { default as IconEarScan } from './IconEarScan';
|
|
@@ -2457,6 +2458,7 @@ export { default as IconFocus } from './IconFocus';
|
|
|
2457
2458
|
export { default as IconFoldDown } from './IconFoldDown';
|
|
2458
2459
|
export { default as IconFoldUp } from './IconFoldUp';
|
|
2459
2460
|
export { default as IconFold } from './IconFold';
|
|
2461
|
+
export { default as IconFolderAi } from './IconFolderAi';
|
|
2460
2462
|
export { default as IconFolderBolt } from './IconFolderBolt';
|
|
2461
2463
|
export { default as IconFolderCancel } from './IconFolderCancel';
|
|
2462
2464
|
export { default as IconFolderCheck } from './IconFolderCheck';
|
|
@@ -2476,6 +2478,7 @@ export { default as IconFolderQuestion } from './IconFolderQuestion';
|
|
|
2476
2478
|
export { default as IconFolderRoot } from './IconFolderRoot';
|
|
2477
2479
|
export { default as IconFolderSearch } from './IconFolderSearch';
|
|
2478
2480
|
export { default as IconFolderShare } from './IconFolderShare';
|
|
2481
|
+
export { default as IconFolderSparkle } from './IconFolderSparkle';
|
|
2479
2482
|
export { default as IconFolderStar } from './IconFolderStar';
|
|
2480
2483
|
export { default as IconFolderStats } from './IconFolderStats';
|
|
2481
2484
|
export { default as IconFolderSymlink } from './IconFolderSymlink';
|
|
@@ -2542,16 +2545,21 @@ export { default as IconGif } from './IconGif';
|
|
|
2542
2545
|
export { default as IconGiftCard } from './IconGiftCard';
|
|
2543
2546
|
export { default as IconGiftOff } from './IconGiftOff';
|
|
2544
2547
|
export { default as IconGift } from './IconGift';
|
|
2548
|
+
export { default as IconGitBranchCheck } from './IconGitBranchCheck';
|
|
2545
2549
|
export { default as IconGitBranchDeleted } from './IconGitBranchDeleted';
|
|
2550
|
+
export { default as IconGitBranchX } from './IconGitBranchX';
|
|
2546
2551
|
export { default as IconGitBranch } from './IconGitBranch';
|
|
2547
2552
|
export { default as IconGitCherryPick } from './IconGitCherryPick';
|
|
2548
2553
|
export { default as IconGitCommit } from './IconGitCommit';
|
|
2549
2554
|
export { default as IconGitCompare } from './IconGitCompare';
|
|
2550
2555
|
export { default as IconGitFork } from './IconGitFork';
|
|
2556
|
+
export { default as IconGitMergeQueue } from './IconGitMergeQueue';
|
|
2551
2557
|
export { default as IconGitMerge } from './IconGitMerge';
|
|
2552
2558
|
export { default as IconGitPullRequestClosed } from './IconGitPullRequestClosed';
|
|
2553
2559
|
export { default as IconGitPullRequestConflict } from './IconGitPullRequestConflict';
|
|
2554
2560
|
export { default as IconGitPullRequestDraft } from './IconGitPullRequestDraft';
|
|
2561
|
+
export { default as IconGitPullRequestLocked } from './IconGitPullRequestLocked';
|
|
2562
|
+
export { default as IconGitPullRequestUnlisted } from './IconGitPullRequestUnlisted';
|
|
2555
2563
|
export { default as IconGitPullRequest } from './IconGitPullRequest';
|
|
2556
2564
|
export { default as IconGizmo } from './IconGizmo';
|
|
2557
2565
|
export { default as IconGlassChampagne } from './IconGlassChampagne';
|
|
@@ -3287,6 +3295,7 @@ export { default as IconMenuDeep } from './IconMenuDeep';
|
|
|
3287
3295
|
export { default as IconMenuOrder } from './IconMenuOrder';
|
|
3288
3296
|
export { default as IconMenu } from './IconMenu';
|
|
3289
3297
|
export { default as IconMesh } from './IconMesh';
|
|
3298
|
+
export { default as IconMessage2Ai } from './IconMessage2Ai';
|
|
3290
3299
|
export { default as IconMessage2Bolt } from './IconMessage2Bolt';
|
|
3291
3300
|
export { default as IconMessage2Cancel } from './IconMessage2Cancel';
|
|
3292
3301
|
export { default as IconMessage2Check } from './IconMessage2Check';
|
|
@@ -3304,10 +3313,12 @@ export { default as IconMessage2Plus } from './IconMessage2Plus';
|
|
|
3304
3313
|
export { default as IconMessage2Question } from './IconMessage2Question';
|
|
3305
3314
|
export { default as IconMessage2Search } from './IconMessage2Search';
|
|
3306
3315
|
export { default as IconMessage2Share } from './IconMessage2Share';
|
|
3316
|
+
export { default as IconMessage2Sparkle } from './IconMessage2Sparkle';
|
|
3307
3317
|
export { default as IconMessage2Star } from './IconMessage2Star';
|
|
3308
3318
|
export { default as IconMessage2Up } from './IconMessage2Up';
|
|
3309
3319
|
export { default as IconMessage2X } from './IconMessage2X';
|
|
3310
3320
|
export { default as IconMessage2 } from './IconMessage2';
|
|
3321
|
+
export { default as IconMessageAi } from './IconMessageAi';
|
|
3311
3322
|
export { default as IconMessageBolt } from './IconMessageBolt';
|
|
3312
3323
|
export { default as IconMessageCancel } from './IconMessageCancel';
|
|
3313
3324
|
export { default as IconMessageChatbot } from './IconMessageChatbot';
|
|
@@ -3353,6 +3364,7 @@ export { default as IconMessageReply } from './IconMessageReply';
|
|
|
3353
3364
|
export { default as IconMessageReport } from './IconMessageReport';
|
|
3354
3365
|
export { default as IconMessageSearch } from './IconMessageSearch';
|
|
3355
3366
|
export { default as IconMessageShare } from './IconMessageShare';
|
|
3367
|
+
export { default as IconMessageSparkle } from './IconMessageSparkle';
|
|
3356
3368
|
export { default as IconMessageStar } from './IconMessageStar';
|
|
3357
3369
|
export { default as IconMessageUp } from './IconMessageUp';
|
|
3358
3370
|
export { default as IconMessageUser } from './IconMessageUser';
|
|
@@ -3391,6 +3403,7 @@ export { default as IconMistOff } from './IconMistOff';
|
|
|
3391
3403
|
export { default as IconMist } from './IconMist';
|
|
3392
3404
|
export { default as IconMobiledataOff } from './IconMobiledataOff';
|
|
3393
3405
|
export { default as IconMobiledata } from './IconMobiledata';
|
|
3406
|
+
export { default as IconModelAi } from './IconModelAi';
|
|
3394
3407
|
export { default as IconMoneybagEdit } from './IconMoneybagEdit';
|
|
3395
3408
|
export { default as IconMoneybagHeart } from './IconMoneybagHeart';
|
|
3396
3409
|
export { default as IconMoneybagMinus } from './IconMoneybagMinus';
|
|
@@ -3724,6 +3737,7 @@ export { default as IconPaw } from './IconPaw';
|
|
|
3724
3737
|
export { default as IconPaywall } from './IconPaywall';
|
|
3725
3738
|
export { default as IconPdf } from './IconPdf';
|
|
3726
3739
|
export { default as IconPeace } from './IconPeace';
|
|
3740
|
+
export { default as IconPencilAi } from './IconPencilAi';
|
|
3727
3741
|
export { default as IconPencilBolt } from './IconPencilBolt';
|
|
3728
3742
|
export { default as IconPencilCancel } from './IconPencilCancel';
|
|
3729
3743
|
export { default as IconPencilCheck } from './IconPencilCheck';
|
|
@@ -4587,11 +4601,15 @@ export { default as IconStack2 } from './IconStack2';
|
|
|
4587
4601
|
export { default as IconStack3 } from './IconStack3';
|
|
4588
4602
|
export { default as IconStackBack } from './IconStackBack';
|
|
4589
4603
|
export { default as IconStackBackward } from './IconStackBackward';
|
|
4604
|
+
export { default as IconStackCheck } from './IconStackCheck';
|
|
4590
4605
|
export { default as IconStackForward } from './IconStackForward';
|
|
4591
4606
|
export { default as IconStackFront } from './IconStackFront';
|
|
4592
4607
|
export { default as IconStackMiddle } from './IconStackMiddle';
|
|
4608
|
+
export { default as IconStackMinus } from './IconStackMinus';
|
|
4609
|
+
export { default as IconStackPlus } from './IconStackPlus';
|
|
4593
4610
|
export { default as IconStackPop } from './IconStackPop';
|
|
4594
4611
|
export { default as IconStackPush } from './IconStackPush';
|
|
4612
|
+
export { default as IconStackX } from './IconStackX';
|
|
4595
4613
|
export { default as IconStack } from './IconStack';
|
|
4596
4614
|
export { default as IconStairsDown } from './IconStairsDown';
|
|
4597
4615
|
export { default as IconStairsUp } from './IconStairsUp';
|
|
@@ -2146,6 +2146,7 @@ export default [
|
|
|
2146
2146
|
"dual-screen",
|
|
2147
2147
|
"dumbbell",
|
|
2148
2148
|
"dumpling",
|
|
2149
|
+
"duplicate",
|
|
2149
2150
|
"e-passport",
|
|
2150
2151
|
"ear-off",
|
|
2151
2152
|
"ear-scan",
|
|
@@ -2458,6 +2459,7 @@ export default [
|
|
|
2458
2459
|
"fold-down",
|
|
2459
2460
|
"fold-up",
|
|
2460
2461
|
"fold",
|
|
2462
|
+
"folder-ai",
|
|
2461
2463
|
"folder-bolt",
|
|
2462
2464
|
"folder-cancel",
|
|
2463
2465
|
"folder-check",
|
|
@@ -2477,6 +2479,7 @@ export default [
|
|
|
2477
2479
|
"folder-root",
|
|
2478
2480
|
"folder-search",
|
|
2479
2481
|
"folder-share",
|
|
2482
|
+
"folder-sparkle",
|
|
2480
2483
|
"folder-star",
|
|
2481
2484
|
"folder-stats",
|
|
2482
2485
|
"folder-symlink",
|
|
@@ -2543,16 +2546,21 @@ export default [
|
|
|
2543
2546
|
"gift-card",
|
|
2544
2547
|
"gift-off",
|
|
2545
2548
|
"gift",
|
|
2549
|
+
"git-branch-check",
|
|
2546
2550
|
"git-branch-deleted",
|
|
2551
|
+
"git-branch-x",
|
|
2547
2552
|
"git-branch",
|
|
2548
2553
|
"git-cherry-pick",
|
|
2549
2554
|
"git-commit",
|
|
2550
2555
|
"git-compare",
|
|
2551
2556
|
"git-fork",
|
|
2557
|
+
"git-merge-queue",
|
|
2552
2558
|
"git-merge",
|
|
2553
2559
|
"git-pull-request-closed",
|
|
2554
2560
|
"git-pull-request-conflict",
|
|
2555
2561
|
"git-pull-request-draft",
|
|
2562
|
+
"git-pull-request-locked",
|
|
2563
|
+
"git-pull-request-unlisted",
|
|
2556
2564
|
"git-pull-request",
|
|
2557
2565
|
"gizmo",
|
|
2558
2566
|
"glass-champagne",
|
|
@@ -3288,6 +3296,7 @@ export default [
|
|
|
3288
3296
|
"menu-order",
|
|
3289
3297
|
"menu",
|
|
3290
3298
|
"mesh",
|
|
3299
|
+
"message-2-ai",
|
|
3291
3300
|
"message-2-bolt",
|
|
3292
3301
|
"message-2-cancel",
|
|
3293
3302
|
"message-2-check",
|
|
@@ -3305,10 +3314,12 @@ export default [
|
|
|
3305
3314
|
"message-2-question",
|
|
3306
3315
|
"message-2-search",
|
|
3307
3316
|
"message-2-share",
|
|
3317
|
+
"message-2-sparkle",
|
|
3308
3318
|
"message-2-star",
|
|
3309
3319
|
"message-2-up",
|
|
3310
3320
|
"message-2-x",
|
|
3311
3321
|
"message-2",
|
|
3322
|
+
"message-ai",
|
|
3312
3323
|
"message-bolt",
|
|
3313
3324
|
"message-cancel",
|
|
3314
3325
|
"message-chatbot",
|
|
@@ -3354,6 +3365,7 @@ export default [
|
|
|
3354
3365
|
"message-report",
|
|
3355
3366
|
"message-search",
|
|
3356
3367
|
"message-share",
|
|
3368
|
+
"message-sparkle",
|
|
3357
3369
|
"message-star",
|
|
3358
3370
|
"message-up",
|
|
3359
3371
|
"message-user",
|
|
@@ -3392,6 +3404,7 @@ export default [
|
|
|
3392
3404
|
"mist",
|
|
3393
3405
|
"mobiledata-off",
|
|
3394
3406
|
"mobiledata",
|
|
3407
|
+
"model-ai",
|
|
3395
3408
|
"moneybag-edit",
|
|
3396
3409
|
"moneybag-heart",
|
|
3397
3410
|
"moneybag-minus",
|
|
@@ -3725,6 +3738,7 @@ export default [
|
|
|
3725
3738
|
"paywall",
|
|
3726
3739
|
"pdf",
|
|
3727
3740
|
"peace",
|
|
3741
|
+
"pencil-ai",
|
|
3728
3742
|
"pencil-bolt",
|
|
3729
3743
|
"pencil-cancel",
|
|
3730
3744
|
"pencil-check",
|
|
@@ -4588,11 +4602,15 @@ export default [
|
|
|
4588
4602
|
"stack-3",
|
|
4589
4603
|
"stack-back",
|
|
4590
4604
|
"stack-backward",
|
|
4605
|
+
"stack-check",
|
|
4591
4606
|
"stack-forward",
|
|
4592
4607
|
"stack-front",
|
|
4593
4608
|
"stack-middle",
|
|
4609
|
+
"stack-minus",
|
|
4610
|
+
"stack-plus",
|
|
4594
4611
|
"stack-pop",
|
|
4595
4612
|
"stack-push",
|
|
4613
|
+
"stack-x",
|
|
4596
4614
|
"stack",
|
|
4597
4615
|
"stairs-down",
|
|
4598
4616
|
"stairs-up",
|
|
@@ -2145,6 +2145,7 @@ export { default as IconDroplets } from './IconDroplets';
|
|
|
2145
2145
|
export { default as IconDualScreen } from './IconDualScreen';
|
|
2146
2146
|
export { default as IconDumbbell } from './IconDumbbell';
|
|
2147
2147
|
export { default as IconDumpling } from './IconDumpling';
|
|
2148
|
+
export { default as IconDuplicate } from './IconDuplicate';
|
|
2148
2149
|
export { default as IconEPassport } from './IconEPassport';
|
|
2149
2150
|
export { default as IconEarOff } from './IconEarOff';
|
|
2150
2151
|
export { default as IconEarScan } from './IconEarScan';
|
|
@@ -2457,6 +2458,7 @@ export { default as IconFocus } from './IconFocus';
|
|
|
2457
2458
|
export { default as IconFoldDown } from './IconFoldDown';
|
|
2458
2459
|
export { default as IconFoldUp } from './IconFoldUp';
|
|
2459
2460
|
export { default as IconFold } from './IconFold';
|
|
2461
|
+
export { default as IconFolderAi } from './IconFolderAi';
|
|
2460
2462
|
export { default as IconFolderBolt } from './IconFolderBolt';
|
|
2461
2463
|
export { default as IconFolderCancel } from './IconFolderCancel';
|
|
2462
2464
|
export { default as IconFolderCheck } from './IconFolderCheck';
|
|
@@ -2476,6 +2478,7 @@ export { default as IconFolderQuestion } from './IconFolderQuestion';
|
|
|
2476
2478
|
export { default as IconFolderRoot } from './IconFolderRoot';
|
|
2477
2479
|
export { default as IconFolderSearch } from './IconFolderSearch';
|
|
2478
2480
|
export { default as IconFolderShare } from './IconFolderShare';
|
|
2481
|
+
export { default as IconFolderSparkle } from './IconFolderSparkle';
|
|
2479
2482
|
export { default as IconFolderStar } from './IconFolderStar';
|
|
2480
2483
|
export { default as IconFolderStats } from './IconFolderStats';
|
|
2481
2484
|
export { default as IconFolderSymlink } from './IconFolderSymlink';
|
|
@@ -2542,16 +2545,21 @@ export { default as IconGif } from './IconGif';
|
|
|
2542
2545
|
export { default as IconGiftCard } from './IconGiftCard';
|
|
2543
2546
|
export { default as IconGiftOff } from './IconGiftOff';
|
|
2544
2547
|
export { default as IconGift } from './IconGift';
|
|
2548
|
+
export { default as IconGitBranchCheck } from './IconGitBranchCheck';
|
|
2545
2549
|
export { default as IconGitBranchDeleted } from './IconGitBranchDeleted';
|
|
2550
|
+
export { default as IconGitBranchX } from './IconGitBranchX';
|
|
2546
2551
|
export { default as IconGitBranch } from './IconGitBranch';
|
|
2547
2552
|
export { default as IconGitCherryPick } from './IconGitCherryPick';
|
|
2548
2553
|
export { default as IconGitCommit } from './IconGitCommit';
|
|
2549
2554
|
export { default as IconGitCompare } from './IconGitCompare';
|
|
2550
2555
|
export { default as IconGitFork } from './IconGitFork';
|
|
2556
|
+
export { default as IconGitMergeQueue } from './IconGitMergeQueue';
|
|
2551
2557
|
export { default as IconGitMerge } from './IconGitMerge';
|
|
2552
2558
|
export { default as IconGitPullRequestClosed } from './IconGitPullRequestClosed';
|
|
2553
2559
|
export { default as IconGitPullRequestConflict } from './IconGitPullRequestConflict';
|
|
2554
2560
|
export { default as IconGitPullRequestDraft } from './IconGitPullRequestDraft';
|
|
2561
|
+
export { default as IconGitPullRequestLocked } from './IconGitPullRequestLocked';
|
|
2562
|
+
export { default as IconGitPullRequestUnlisted } from './IconGitPullRequestUnlisted';
|
|
2555
2563
|
export { default as IconGitPullRequest } from './IconGitPullRequest';
|
|
2556
2564
|
export { default as IconGizmo } from './IconGizmo';
|
|
2557
2565
|
export { default as IconGlassChampagne } from './IconGlassChampagne';
|
|
@@ -3287,6 +3295,7 @@ export { default as IconMenuDeep } from './IconMenuDeep';
|
|
|
3287
3295
|
export { default as IconMenuOrder } from './IconMenuOrder';
|
|
3288
3296
|
export { default as IconMenu } from './IconMenu';
|
|
3289
3297
|
export { default as IconMesh } from './IconMesh';
|
|
3298
|
+
export { default as IconMessage2Ai } from './IconMessage2Ai';
|
|
3290
3299
|
export { default as IconMessage2Bolt } from './IconMessage2Bolt';
|
|
3291
3300
|
export { default as IconMessage2Cancel } from './IconMessage2Cancel';
|
|
3292
3301
|
export { default as IconMessage2Check } from './IconMessage2Check';
|
|
@@ -3304,10 +3313,12 @@ export { default as IconMessage2Plus } from './IconMessage2Plus';
|
|
|
3304
3313
|
export { default as IconMessage2Question } from './IconMessage2Question';
|
|
3305
3314
|
export { default as IconMessage2Search } from './IconMessage2Search';
|
|
3306
3315
|
export { default as IconMessage2Share } from './IconMessage2Share';
|
|
3316
|
+
export { default as IconMessage2Sparkle } from './IconMessage2Sparkle';
|
|
3307
3317
|
export { default as IconMessage2Star } from './IconMessage2Star';
|
|
3308
3318
|
export { default as IconMessage2Up } from './IconMessage2Up';
|
|
3309
3319
|
export { default as IconMessage2X } from './IconMessage2X';
|
|
3310
3320
|
export { default as IconMessage2 } from './IconMessage2';
|
|
3321
|
+
export { default as IconMessageAi } from './IconMessageAi';
|
|
3311
3322
|
export { default as IconMessageBolt } from './IconMessageBolt';
|
|
3312
3323
|
export { default as IconMessageCancel } from './IconMessageCancel';
|
|
3313
3324
|
export { default as IconMessageChatbot } from './IconMessageChatbot';
|
|
@@ -3353,6 +3364,7 @@ export { default as IconMessageReply } from './IconMessageReply';
|
|
|
3353
3364
|
export { default as IconMessageReport } from './IconMessageReport';
|
|
3354
3365
|
export { default as IconMessageSearch } from './IconMessageSearch';
|
|
3355
3366
|
export { default as IconMessageShare } from './IconMessageShare';
|
|
3367
|
+
export { default as IconMessageSparkle } from './IconMessageSparkle';
|
|
3356
3368
|
export { default as IconMessageStar } from './IconMessageStar';
|
|
3357
3369
|
export { default as IconMessageUp } from './IconMessageUp';
|
|
3358
3370
|
export { default as IconMessageUser } from './IconMessageUser';
|
|
@@ -3391,6 +3403,7 @@ export { default as IconMistOff } from './IconMistOff';
|
|
|
3391
3403
|
export { default as IconMist } from './IconMist';
|
|
3392
3404
|
export { default as IconMobiledataOff } from './IconMobiledataOff';
|
|
3393
3405
|
export { default as IconMobiledata } from './IconMobiledata';
|
|
3406
|
+
export { default as IconModelAi } from './IconModelAi';
|
|
3394
3407
|
export { default as IconMoneybagEdit } from './IconMoneybagEdit';
|
|
3395
3408
|
export { default as IconMoneybagHeart } from './IconMoneybagHeart';
|
|
3396
3409
|
export { default as IconMoneybagMinus } from './IconMoneybagMinus';
|
|
@@ -3724,6 +3737,7 @@ export { default as IconPaw } from './IconPaw';
|
|
|
3724
3737
|
export { default as IconPaywall } from './IconPaywall';
|
|
3725
3738
|
export { default as IconPdf } from './IconPdf';
|
|
3726
3739
|
export { default as IconPeace } from './IconPeace';
|
|
3740
|
+
export { default as IconPencilAi } from './IconPencilAi';
|
|
3727
3741
|
export { default as IconPencilBolt } from './IconPencilBolt';
|
|
3728
3742
|
export { default as IconPencilCancel } from './IconPencilCancel';
|
|
3729
3743
|
export { default as IconPencilCheck } from './IconPencilCheck';
|
|
@@ -4587,11 +4601,15 @@ export { default as IconStack2 } from './IconStack2';
|
|
|
4587
4601
|
export { default as IconStack3 } from './IconStack3';
|
|
4588
4602
|
export { default as IconStackBack } from './IconStackBack';
|
|
4589
4603
|
export { default as IconStackBackward } from './IconStackBackward';
|
|
4604
|
+
export { default as IconStackCheck } from './IconStackCheck';
|
|
4590
4605
|
export { default as IconStackForward } from './IconStackForward';
|
|
4591
4606
|
export { default as IconStackFront } from './IconStackFront';
|
|
4592
4607
|
export { default as IconStackMiddle } from './IconStackMiddle';
|
|
4608
|
+
export { default as IconStackMinus } from './IconStackMinus';
|
|
4609
|
+
export { default as IconStackPlus } from './IconStackPlus';
|
|
4593
4610
|
export { default as IconStackPop } from './IconStackPop';
|
|
4594
4611
|
export { default as IconStackPush } from './IconStackPush';
|
|
4612
|
+
export { default as IconStackX } from './IconStackX';
|
|
4595
4613
|
export { default as IconStack } from './IconStack';
|
|
4596
4614
|
export { default as IconStairsDown } from './IconStairsDown';
|
|
4597
4615
|
export { default as IconStairsUp } from './IconStairsUp';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-solidjs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.48.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"dist"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@tabler/icons": "3.
|
|
54
|
+
"@tabler/icons": "3.48.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@solidjs/testing-library": "^0.8.6",
|
|
58
58
|
"rollup-preset-solid": "^2.0.1",
|
|
59
59
|
"vite-plugin-solid": "^2.10.1",
|
|
60
60
|
"solid-js": "^1.8.15",
|
|
61
|
-
"rollup": "4.
|
|
61
|
+
"rollup": "4.63.4"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"solid-js": "^1.4.7"
|