@tabler/icons-solidjs 3.41.1 → 3.43.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 +435 -56
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +400 -57
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/icons/IconAcorn.js +2 -0
- package/dist/source/icons/IconAcrobatic.js +2 -0
- package/dist/source/icons/IconBanana.js +2 -0
- package/dist/source/icons/IconBike.js +1 -1
- package/dist/source/icons/IconBrandAudible.js +2 -0
- package/dist/source/icons/IconBrandStellar.js +2 -0
- package/dist/source/icons/IconBrandVechain.js +2 -0
- package/dist/source/icons/IconBuildingEiffelTower.js +2 -0
- package/dist/source/icons/IconCarDoor.js +2 -0
- package/dist/source/icons/IconCarLifter.js +2 -0
- package/dist/source/icons/IconChocolate.js +2 -0
- package/dist/source/icons/IconClef.js +2 -0
- package/dist/source/icons/IconClefStaff.js +2 -0
- package/dist/source/icons/IconCliffJumping.js +1 -1
- package/dist/source/icons/IconCurrencyDong.js +1 -1
- package/dist/source/icons/IconCurrencyHusd.js +2 -0
- package/dist/source/icons/IconCurrencyTether.js +2 -0
- package/dist/source/icons/IconCurrencyZcash.js +2 -0
- package/dist/source/icons/IconDeviceComputerCamera2.js +2 -0
- package/dist/source/icons/IconDoorHanger.js +2 -0
- package/dist/source/icons/IconDumbbell.js +2 -0
- package/dist/source/icons/IconEarphoneBluetooth.js +2 -0
- package/dist/source/icons/IconExerciseBall.js +2 -0
- package/dist/source/icons/IconFlood.js +2 -0
- package/dist/source/icons/IconGrape.js +2 -0
- package/dist/source/icons/IconHammerDrill.js +2 -0
- package/dist/source/icons/IconHulaHoop.js +2 -0
- package/dist/source/icons/IconInfinity2.js +2 -0
- package/dist/source/icons/IconKarate.js +1 -1
- package/dist/source/icons/IconLawnMower.js +2 -0
- package/dist/source/icons/IconLeafMaple.js +2 -0
- package/dist/source/icons/IconLoader4.js +2 -0
- package/dist/source/icons/IconMosque.js +2 -0
- package/dist/source/icons/IconNotdef.js +2 -0
- package/dist/source/icons/IconOlympicTorch.js +1 -1
- package/dist/source/icons/IconPendulum.js +2 -0
- package/dist/source/icons/IconPlayBasketball.js +1 -1
- package/dist/source/icons/IconPlayFootball.js +1 -1
- package/dist/source/icons/IconPlayHandball.js +1 -1
- package/dist/source/icons/IconPlayVolleyball.js +1 -1
- package/dist/source/icons/IconPlunger.js +2 -0
- package/dist/source/icons/IconRugby.js +2 -0
- package/dist/source/icons/IconRun.js +1 -1
- package/dist/source/icons/IconSkateboarding.js +1 -1
- package/dist/source/icons/IconSkiJumping.js +1 -1
- package/dist/source/icons/IconStretching2.js +1 -1
- package/dist/source/icons/IconTaiwanDollar.js +2 -0
- package/dist/source/icons/IconTarget2.js +2 -0
- package/dist/source/icons/IconUnicycle.js +2 -0
- package/dist/source/icons/IconWaterpolo.js +1 -1
- package/dist/source/icons/IconYoga.js +1 -1
- package/dist/source/icons/index.js +36 -0
- package/dist/source/icons-list.js +36 -0
- package/dist/types/icons/IconAcorn.d.ts +5 -0
- package/dist/types/icons/IconAcrobatic.d.ts +5 -0
- package/dist/types/icons/IconBanana.d.ts +5 -0
- package/dist/types/icons/IconBrandAudible.d.ts +5 -0
- package/dist/types/icons/IconBrandStellar.d.ts +5 -0
- package/dist/types/icons/IconBrandVechain.d.ts +5 -0
- package/dist/types/icons/IconBuildingEiffelTower.d.ts +5 -0
- package/dist/types/icons/IconCarDoor.d.ts +5 -0
- package/dist/types/icons/IconCarLifter.d.ts +5 -0
- package/dist/types/icons/IconChocolate.d.ts +5 -0
- package/dist/types/icons/IconClef.d.ts +5 -0
- package/dist/types/icons/IconClefStaff.d.ts +5 -0
- package/dist/types/icons/IconCurrencyHusd.d.ts +5 -0
- package/dist/types/icons/IconCurrencyTether.d.ts +5 -0
- package/dist/types/icons/IconCurrencyZcash.d.ts +5 -0
- package/dist/types/icons/IconDeviceComputerCamera2.d.ts +5 -0
- package/dist/types/icons/IconDoorHanger.d.ts +5 -0
- package/dist/types/icons/IconDumbbell.d.ts +5 -0
- package/dist/types/icons/IconEarphoneBluetooth.d.ts +5 -0
- package/dist/types/icons/IconExerciseBall.d.ts +5 -0
- package/dist/types/icons/IconFlood.d.ts +5 -0
- package/dist/types/icons/IconGrape.d.ts +5 -0
- package/dist/types/icons/IconHammerDrill.d.ts +5 -0
- package/dist/types/icons/IconHulaHoop.d.ts +5 -0
- package/dist/types/icons/IconInfinity2.d.ts +5 -0
- package/dist/types/icons/IconLawnMower.d.ts +5 -0
- package/dist/types/icons/IconLeafMaple.d.ts +5 -0
- package/dist/types/icons/IconLoader4.d.ts +5 -0
- package/dist/types/icons/IconMosque.d.ts +5 -0
- package/dist/types/icons/IconNotdef.d.ts +5 -0
- package/dist/types/icons/IconPendulum.d.ts +5 -0
- package/dist/types/icons/IconPlunger.d.ts +5 -0
- package/dist/types/icons/IconRugby.d.ts +5 -0
- package/dist/types/icons/IconTaiwanDollar.d.ts +5 -0
- package/dist/types/icons/IconTarget2.d.ts +5 -0
- package/dist/types/icons/IconUnicycle.d.ts +5 -0
- package/dist/types/icons/index.d.ts +36 -0
- package/package.json +2 -2
|
@@ -9,6 +9,8 @@ export default [
|
|
|
9
9
|
"access-point",
|
|
10
10
|
"accessible-off",
|
|
11
11
|
"accessible",
|
|
12
|
+
"acorn",
|
|
13
|
+
"acrobatic",
|
|
12
14
|
"activity-heartbeat",
|
|
13
15
|
"activity",
|
|
14
16
|
"ad-2",
|
|
@@ -401,6 +403,7 @@ export default [
|
|
|
401
403
|
"ballpen-off",
|
|
402
404
|
"ballpen",
|
|
403
405
|
"ban",
|
|
406
|
+
"banana",
|
|
404
407
|
"bandage-off",
|
|
405
408
|
"bandage",
|
|
406
409
|
"barbell-off",
|
|
@@ -654,6 +657,7 @@ export default [
|
|
|
654
657
|
"brand-arc",
|
|
655
658
|
"brand-asana",
|
|
656
659
|
"brand-astro",
|
|
660
|
+
"brand-audible",
|
|
657
661
|
"brand-auth0",
|
|
658
662
|
"brand-aws",
|
|
659
663
|
"brand-azure",
|
|
@@ -902,6 +906,7 @@ export default [
|
|
|
902
906
|
"brand-stackoverflow",
|
|
903
907
|
"brand-stackshare",
|
|
904
908
|
"brand-steam",
|
|
909
|
+
"brand-stellar",
|
|
905
910
|
"brand-stocktwits",
|
|
906
911
|
"brand-storj",
|
|
907
912
|
"brand-storybook",
|
|
@@ -949,6 +954,7 @@ export default [
|
|
|
949
954
|
"brand-unsplash",
|
|
950
955
|
"brand-upwork",
|
|
951
956
|
"brand-valorant",
|
|
957
|
+
"brand-vechain",
|
|
952
958
|
"brand-vercel",
|
|
953
959
|
"brand-vimeo",
|
|
954
960
|
"brand-vinted",
|
|
@@ -1043,6 +1049,7 @@ export default [
|
|
|
1043
1049
|
"building-cog",
|
|
1044
1050
|
"building-community",
|
|
1045
1051
|
"building-cottage",
|
|
1052
|
+
"building-eiffel-tower",
|
|
1046
1053
|
"building-estate",
|
|
1047
1054
|
"building-factory-2",
|
|
1048
1055
|
"building-factory",
|
|
@@ -1158,12 +1165,14 @@ export default [
|
|
|
1158
1165
|
"car-4wd",
|
|
1159
1166
|
"car-crane",
|
|
1160
1167
|
"car-crash",
|
|
1168
|
+
"car-door",
|
|
1161
1169
|
"car-fan-1",
|
|
1162
1170
|
"car-fan-2",
|
|
1163
1171
|
"car-fan-3",
|
|
1164
1172
|
"car-fan-auto",
|
|
1165
1173
|
"car-fan",
|
|
1166
1174
|
"car-garage",
|
|
1175
|
+
"car-lifter",
|
|
1167
1176
|
"car-off-road",
|
|
1168
1177
|
"car-off",
|
|
1169
1178
|
"car-suspension",
|
|
@@ -1303,6 +1312,7 @@ export default [
|
|
|
1303
1312
|
"chevrons-up-right",
|
|
1304
1313
|
"chevrons-up",
|
|
1305
1314
|
"chisel",
|
|
1315
|
+
"chocolate",
|
|
1306
1316
|
"christmas-ball",
|
|
1307
1317
|
"christmas-tree-off",
|
|
1308
1318
|
"christmas-tree",
|
|
@@ -1478,6 +1488,8 @@ export default [
|
|
|
1478
1488
|
"circuit-voltmeter",
|
|
1479
1489
|
"clear-all",
|
|
1480
1490
|
"clear-formatting",
|
|
1491
|
+
"clef-staff",
|
|
1492
|
+
"clef",
|
|
1481
1493
|
"click",
|
|
1482
1494
|
"cliff-jumping",
|
|
1483
1495
|
"clipboard-check",
|
|
@@ -1739,6 +1751,7 @@ export default [
|
|
|
1739
1751
|
"currency-frank",
|
|
1740
1752
|
"currency-guarani",
|
|
1741
1753
|
"currency-hryvnia",
|
|
1754
|
+
"currency-husd",
|
|
1742
1755
|
"currency-iranian-rial",
|
|
1743
1756
|
"currency-kip",
|
|
1744
1757
|
"currency-krone-czech",
|
|
@@ -1772,12 +1785,14 @@ export default [
|
|
|
1772
1785
|
"currency-som",
|
|
1773
1786
|
"currency-taka",
|
|
1774
1787
|
"currency-tenge",
|
|
1788
|
+
"currency-tether",
|
|
1775
1789
|
"currency-tugrik",
|
|
1776
1790
|
"currency-won",
|
|
1777
1791
|
"currency-xrp",
|
|
1778
1792
|
"currency-yen-off",
|
|
1779
1793
|
"currency-yen",
|
|
1780
1794
|
"currency-yuan",
|
|
1795
|
+
"currency-zcash",
|
|
1781
1796
|
"currency-zloty",
|
|
1782
1797
|
"currency",
|
|
1783
1798
|
"current-location-off",
|
|
@@ -1828,6 +1843,7 @@ export default [
|
|
|
1828
1843
|
"device-camera-phone",
|
|
1829
1844
|
"device-cctv-off",
|
|
1830
1845
|
"device-cctv",
|
|
1846
|
+
"device-computer-camera-2",
|
|
1831
1847
|
"device-computer-camera-off",
|
|
1832
1848
|
"device-computer-camera",
|
|
1833
1849
|
"device-desktop-analytics",
|
|
@@ -2075,6 +2091,7 @@ export default [
|
|
|
2075
2091
|
"dog",
|
|
2076
2092
|
"door-enter",
|
|
2077
2093
|
"door-exit",
|
|
2094
|
+
"door-hanger",
|
|
2078
2095
|
"door-off",
|
|
2079
2096
|
"door",
|
|
2080
2097
|
"dots-circle-horizontal",
|
|
@@ -2114,11 +2131,13 @@ export default [
|
|
|
2114
2131
|
"droplet",
|
|
2115
2132
|
"droplets",
|
|
2116
2133
|
"dual-screen",
|
|
2134
|
+
"dumbbell",
|
|
2117
2135
|
"dumpling",
|
|
2118
2136
|
"e-passport",
|
|
2119
2137
|
"ear-off",
|
|
2120
2138
|
"ear-scan",
|
|
2121
2139
|
"ear",
|
|
2140
|
+
"earphone-bluetooth",
|
|
2122
2141
|
"ease-in-control-point",
|
|
2123
2142
|
"ease-in-out-control-points",
|
|
2124
2143
|
"ease-in-out",
|
|
@@ -2157,6 +2176,7 @@ export default [
|
|
|
2157
2176
|
"exclamation-circle",
|
|
2158
2177
|
"exclamation-mark-off",
|
|
2159
2178
|
"exclamation-mark",
|
|
2179
|
+
"exercise-ball",
|
|
2160
2180
|
"explicit-off",
|
|
2161
2181
|
"explicit",
|
|
2162
2182
|
"exposure-0",
|
|
@@ -2413,6 +2433,7 @@ export default [
|
|
|
2413
2433
|
"float-left",
|
|
2414
2434
|
"float-none",
|
|
2415
2435
|
"float-right",
|
|
2436
|
+
"flood",
|
|
2416
2437
|
"flower-off",
|
|
2417
2438
|
"flower",
|
|
2418
2439
|
"focus-2",
|
|
@@ -2529,6 +2550,7 @@ export default [
|
|
|
2529
2550
|
"gps",
|
|
2530
2551
|
"gradienter",
|
|
2531
2552
|
"grain",
|
|
2553
|
+
"grape",
|
|
2532
2554
|
"graph-off",
|
|
2533
2555
|
"graph",
|
|
2534
2556
|
"grave-2",
|
|
@@ -2554,6 +2576,7 @@ export default [
|
|
|
2554
2576
|
"h-4",
|
|
2555
2577
|
"h-5",
|
|
2556
2578
|
"h-6",
|
|
2579
|
+
"hammer-drill",
|
|
2557
2580
|
"hammer-off",
|
|
2558
2581
|
"hammer",
|
|
2559
2582
|
"hand-click-off",
|
|
@@ -2761,6 +2784,7 @@ export default [
|
|
|
2761
2784
|
"http-que",
|
|
2762
2785
|
"http-trace-off",
|
|
2763
2786
|
"http-trace",
|
|
2787
|
+
"hula-hoop",
|
|
2764
2788
|
"ice-cream-2",
|
|
2765
2789
|
"ice-cream-off",
|
|
2766
2790
|
"ice-cream",
|
|
@@ -2780,6 +2804,7 @@ export default [
|
|
|
2780
2804
|
"inbox",
|
|
2781
2805
|
"indent-decrease",
|
|
2782
2806
|
"indent-increase",
|
|
2807
|
+
"infinity-2",
|
|
2783
2808
|
"infinity-off",
|
|
2784
2809
|
"infinity",
|
|
2785
2810
|
"info-circle",
|
|
@@ -2861,6 +2886,7 @@ export default [
|
|
|
2861
2886
|
"laurel-wreath-2",
|
|
2862
2887
|
"laurel-wreath-3",
|
|
2863
2888
|
"laurel-wreath",
|
|
2889
|
+
"lawn-mower",
|
|
2864
2890
|
"layers-difference",
|
|
2865
2891
|
"layers-intersect-2",
|
|
2866
2892
|
"layers-intersect",
|
|
@@ -2910,6 +2936,7 @@ export default [
|
|
|
2910
2936
|
"layout-sidebar",
|
|
2911
2937
|
"layout",
|
|
2912
2938
|
"leaf-2",
|
|
2939
|
+
"leaf-maple",
|
|
2913
2940
|
"leaf-off",
|
|
2914
2941
|
"leaf",
|
|
2915
2942
|
"lego-off",
|
|
@@ -3004,6 +3031,7 @@ export default [
|
|
|
3004
3031
|
"load-balancer",
|
|
3005
3032
|
"loader-2",
|
|
3006
3033
|
"loader-3",
|
|
3034
|
+
"loader-4",
|
|
3007
3035
|
"loader-quarter",
|
|
3008
3036
|
"loader",
|
|
3009
3037
|
"location-bolt",
|
|
@@ -3406,6 +3434,7 @@ export default [
|
|
|
3406
3434
|
"moon-stars",
|
|
3407
3435
|
"moon",
|
|
3408
3436
|
"moped",
|
|
3437
|
+
"mosque",
|
|
3409
3438
|
"motorbike",
|
|
3410
3439
|
"mountain-off",
|
|
3411
3440
|
"mountain",
|
|
@@ -3485,6 +3514,7 @@ export default [
|
|
|
3485
3514
|
"no-creative-commons",
|
|
3486
3515
|
"no-derivatives",
|
|
3487
3516
|
"north-star",
|
|
3517
|
+
"notdef",
|
|
3488
3518
|
"note-off",
|
|
3489
3519
|
"note",
|
|
3490
3520
|
"notebook-off",
|
|
@@ -3690,6 +3720,7 @@ export default [
|
|
|
3690
3720
|
"pencil-up",
|
|
3691
3721
|
"pencil-x",
|
|
3692
3722
|
"pencil",
|
|
3723
|
+
"pendulum",
|
|
3693
3724
|
"pennant-2",
|
|
3694
3725
|
"pennant-off",
|
|
3695
3726
|
"pennant",
|
|
@@ -3864,6 +3895,7 @@ export default [
|
|
|
3864
3895
|
"plug-off",
|
|
3865
3896
|
"plug-x",
|
|
3866
3897
|
"plug",
|
|
3898
|
+
"plunger",
|
|
3867
3899
|
"plus-equal",
|
|
3868
3900
|
"plus-minus",
|
|
3869
3901
|
"plus",
|
|
@@ -4090,6 +4122,7 @@ export default [
|
|
|
4090
4122
|
"rss",
|
|
4091
4123
|
"rubber-stamp-off",
|
|
4092
4124
|
"rubber-stamp",
|
|
4125
|
+
"rugby",
|
|
4093
4126
|
"ruler-2-off",
|
|
4094
4127
|
"ruler-2",
|
|
4095
4128
|
"ruler-3",
|
|
@@ -4601,12 +4634,14 @@ export default [
|
|
|
4601
4634
|
"tag",
|
|
4602
4635
|
"tags-off",
|
|
4603
4636
|
"tags",
|
|
4637
|
+
"taiwan-dollar",
|
|
4604
4638
|
"tallymark-1",
|
|
4605
4639
|
"tallymark-2",
|
|
4606
4640
|
"tallymark-3",
|
|
4607
4641
|
"tallymark-4",
|
|
4608
4642
|
"tallymarks",
|
|
4609
4643
|
"tank",
|
|
4644
|
+
"target-2",
|
|
4610
4645
|
"target-arrow",
|
|
4611
4646
|
"target-off",
|
|
4612
4647
|
"target",
|
|
@@ -4795,6 +4830,7 @@ export default [
|
|
|
4795
4830
|
"umbrella-off",
|
|
4796
4831
|
"umbrella",
|
|
4797
4832
|
"underline",
|
|
4833
|
+
"unicycle",
|
|
4798
4834
|
"universe",
|
|
4799
4835
|
"unlink",
|
|
4800
4836
|
"upload",
|