@tabler/icons 1.40.2 → 1.42.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/README.md +28 -0
- package/iconfont/fonts/tabler-icons.eot +0 -0
- package/iconfont/fonts/tabler-icons.svg +168 -54
- package/iconfont/fonts/tabler-icons.ttf +0 -0
- package/iconfont/fonts/tabler-icons.woff +0 -0
- package/iconfont/fonts/tabler-icons.woff2 +0 -0
- package/iconfont/tabler-icons.css +153 -1
- package/iconfont/tabler-icons.html +344 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +77 -1
- package/icons/ad-2.svg +11 -0
- package/icons/angle.svg +10 -0
- package/icons/apple.svg +8 -0
- package/icons/arrow-autofit-content.svg +10 -0
- package/icons/arrow-autofit-down.svg +8 -0
- package/icons/arrow-autofit-height.svg +10 -0
- package/icons/arrow-autofit-left.svg +8 -0
- package/icons/arrow-autofit-right.svg +8 -0
- package/icons/arrow-autofit-up.svg +8 -0
- package/icons/arrow-autofit-width.svg +10 -0
- package/icons/arrows-diagonal-minimize-2.svg +9 -0
- package/icons/arrows-diagonal-minimize.svg +9 -0
- package/icons/ballon.svg +8 -0
- package/icons/battery-charging-2.svg +10 -0
- package/icons/battery-eco.svg +8 -0
- package/icons/beach.svg +10 -0
- package/icons/border-style-2.svg +14 -0
- package/icons/box-model-2.svg +7 -0
- package/icons/brand-bootstrap.svg +8 -0
- package/icons/brand-vercel.svg +6 -0
- package/icons/car-crane.svg +12 -0
- package/icons/cheese.svg +10 -0
- package/icons/crane.svg +9 -0
- package/icons/cup.svg +9 -0
- package/icons/dog-bowl.svg +8 -0
- package/icons/fence.svg +8 -0
- package/icons/fish.svg +9 -0
- package/icons/highlight.svg +9 -0
- package/icons/list-details.svg +11 -0
- package/icons/microphone-2.svg +7 -0
- package/icons/multiplier-0-5x.svg +9 -0
- package/icons/multiplier-1-5x.svg +10 -0
- package/icons/multiplier-1x.svg +8 -0
- package/icons/multiplier-2x.svg +8 -0
- package/icons/radio.svg +10 -0
- package/icons/soup.svg +10 -0
- package/icons/transfer-in.svg +8 -0
- package/icons/transfer-out.svg +8 -0
- package/icons-png/.DS_Store +0 -0
- package/icons-png/ad-2.png +0 -0
- package/icons-png/angle.png +0 -0
- package/icons-png/apple.png +0 -0
- package/icons-png/arrow-autofit-content.png +0 -0
- package/icons-png/arrow-autofit-down.png +0 -0
- package/icons-png/arrow-autofit-height.png +0 -0
- package/icons-png/arrow-autofit-left.png +0 -0
- package/icons-png/arrow-autofit-right.png +0 -0
- package/icons-png/arrow-autofit-up.png +0 -0
- package/icons-png/arrow-autofit-width.png +0 -0
- package/icons-png/arrows-diagonal-minimize-2.png +0 -0
- package/icons-png/arrows-diagonal-minimize.png +0 -0
- package/icons-png/ballon.png +0 -0
- package/icons-png/battery-charging-2.png +0 -0
- package/icons-png/battery-eco.png +0 -0
- package/icons-png/beach.png +0 -0
- package/icons-png/border-style-2.png +0 -0
- package/icons-png/box-model-2.png +0 -0
- package/icons-png/brand-bootstrap.png +0 -0
- package/icons-png/brand-vercel.png +0 -0
- package/icons-png/car-crane.png +0 -0
- package/icons-png/cheese.png +0 -0
- package/icons-png/crane.png +0 -0
- package/icons-png/cup.png +0 -0
- package/icons-png/dog-bowl.png +0 -0
- package/icons-png/fence.png +0 -0
- package/icons-png/fish.png +0 -0
- package/icons-png/highlight.png +0 -0
- package/icons-png/list-details.png +0 -0
- package/icons-png/microphone-2.png +0 -0
- package/icons-png/multiplier-0-5x.png +0 -0
- package/icons-png/multiplier-1-5x.png +0 -0
- package/icons-png/multiplier-1x.png +0 -0
- package/icons-png/multiplier-2x.png +0 -0
- package/icons-png/radio.png +0 -0
- package/icons-png/soup.png +0 -0
- package/icons-png/transfer-in.png +0 -0
- package/icons-png/transfer-out.png +0 -0
- package/icons-react/dist/index.cjs.js +1354 -0
- package/icons-react/dist/index.cjs.js.map +1 -1
- package/icons-react/dist/index.cjs.min.js +1 -1
- package/icons-react/dist/index.cjs.min.js.map +1 -1
- package/icons-react/dist/index.esm.js +1317 -1
- package/icons-react/dist/index.esm.js.map +1 -1
- package/icons-react/dist/index.esm.min.js +1 -1
- package/icons-react/dist/index.esm.min.js.map +1 -1
- package/icons-react/dist/index.umd.js +1354 -0
- package/icons-react/dist/index.umd.js.map +1 -1
- package/icons-react/dist/index.umd.min.js +1 -1
- package/icons-react/dist/index.umd.min.js.map +1 -1
- package/icons-react/index.d.ts +38 -0
- package/package.json +5 -2
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +335 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.42.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -62,6 +62,10 @@
|
|
|
62
62
|
content: "\ea02";
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
.ti-ad-2:before {
|
|
66
|
+
content: "\ef1f";
|
|
67
|
+
}
|
|
68
|
+
|
|
65
69
|
.ti-adjustments:before {
|
|
66
70
|
content: "\ea03";
|
|
67
71
|
}
|
|
@@ -126,6 +130,10 @@
|
|
|
126
130
|
content: "\eb76";
|
|
127
131
|
}
|
|
128
132
|
|
|
133
|
+
.ti-angle:before {
|
|
134
|
+
content: "\ef20";
|
|
135
|
+
}
|
|
136
|
+
|
|
129
137
|
.ti-antenna-bars-1:before {
|
|
130
138
|
content: "\ecc7";
|
|
131
139
|
}
|
|
@@ -150,6 +158,10 @@
|
|
|
150
158
|
content: "\eb58";
|
|
151
159
|
}
|
|
152
160
|
|
|
161
|
+
.ti-apple:before {
|
|
162
|
+
content: "\ef21";
|
|
163
|
+
}
|
|
164
|
+
|
|
153
165
|
.ti-apps:before {
|
|
154
166
|
content: "\ebb6";
|
|
155
167
|
}
|
|
@@ -158,6 +170,34 @@
|
|
|
158
170
|
content: "\ea0b";
|
|
159
171
|
}
|
|
160
172
|
|
|
173
|
+
.ti-arrow-autofit-content:before {
|
|
174
|
+
content: "\ef31";
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.ti-arrow-autofit-down:before {
|
|
178
|
+
content: "\ef32";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.ti-arrow-autofit-height:before {
|
|
182
|
+
content: "\ef33";
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.ti-arrow-autofit-left:before {
|
|
186
|
+
content: "\ef34";
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.ti-arrow-autofit-right:before {
|
|
190
|
+
content: "\ef35";
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.ti-arrow-autofit-up:before {
|
|
194
|
+
content: "\ef36";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.ti-arrow-autofit-width:before {
|
|
198
|
+
content: "\ef37";
|
|
199
|
+
}
|
|
200
|
+
|
|
161
201
|
.ti-arrow-back:before {
|
|
162
202
|
content: "\ea0c";
|
|
163
203
|
}
|
|
@@ -398,6 +438,14 @@
|
|
|
398
438
|
content: "\ea26";
|
|
399
439
|
}
|
|
400
440
|
|
|
441
|
+
.ti-arrows-diagonal-minimize:before {
|
|
442
|
+
content: "\ef39";
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.ti-arrows-diagonal-minimize-2:before {
|
|
446
|
+
content: "\ef38";
|
|
447
|
+
}
|
|
448
|
+
|
|
401
449
|
.ti-arrows-double-ne-sw:before {
|
|
402
450
|
content: "\edde";
|
|
403
451
|
}
|
|
@@ -558,6 +606,10 @@
|
|
|
558
606
|
content: "\ec2b";
|
|
559
607
|
}
|
|
560
608
|
|
|
609
|
+
.ti-ballon:before {
|
|
610
|
+
content: "\ef3a";
|
|
611
|
+
}
|
|
612
|
+
|
|
561
613
|
.ti-ban:before {
|
|
562
614
|
content: "\ea2e";
|
|
563
615
|
}
|
|
@@ -602,10 +654,22 @@
|
|
|
602
654
|
content: "\ea33";
|
|
603
655
|
}
|
|
604
656
|
|
|
657
|
+
.ti-battery-charging-2:before {
|
|
658
|
+
content: "\ef3b";
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.ti-battery-eco:before {
|
|
662
|
+
content: "\ef3c";
|
|
663
|
+
}
|
|
664
|
+
|
|
605
665
|
.ti-battery-off:before {
|
|
606
666
|
content: "\ed1c";
|
|
607
667
|
}
|
|
608
668
|
|
|
669
|
+
.ti-beach:before {
|
|
670
|
+
content: "\ef3d";
|
|
671
|
+
}
|
|
672
|
+
|
|
609
673
|
.ti-bed:before {
|
|
610
674
|
content: "\eb5c";
|
|
611
675
|
}
|
|
@@ -738,6 +802,10 @@
|
|
|
738
802
|
content: "\ee0a";
|
|
739
803
|
}
|
|
740
804
|
|
|
805
|
+
.ti-border-style-2:before {
|
|
806
|
+
content: "\ef22";
|
|
807
|
+
}
|
|
808
|
+
|
|
741
809
|
.ti-border-top:before {
|
|
742
810
|
content: "\ea43";
|
|
743
811
|
}
|
|
@@ -762,6 +830,10 @@
|
|
|
762
830
|
content: "\ee0c";
|
|
763
831
|
}
|
|
764
832
|
|
|
833
|
+
.ti-box-model-2:before {
|
|
834
|
+
content: "\ef23";
|
|
835
|
+
}
|
|
836
|
+
|
|
765
837
|
.ti-box-multiple:before {
|
|
766
838
|
content: "\ee17";
|
|
767
839
|
}
|
|
@@ -858,6 +930,10 @@
|
|
|
858
930
|
content: "\edc8";
|
|
859
931
|
}
|
|
860
932
|
|
|
933
|
+
.ti-brand-bootstrap:before {
|
|
934
|
+
content: "\ef3e";
|
|
935
|
+
}
|
|
936
|
+
|
|
861
937
|
.ti-brand-chrome:before {
|
|
862
938
|
content: "\ec18";
|
|
863
939
|
}
|
|
@@ -1118,6 +1194,10 @@
|
|
|
1118
1194
|
content: "\edd8";
|
|
1119
1195
|
}
|
|
1120
1196
|
|
|
1197
|
+
.ti-brand-vercel:before {
|
|
1198
|
+
content: "\ef24";
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1121
1201
|
.ti-brand-vimeo:before {
|
|
1122
1202
|
content: "\ed06";
|
|
1123
1203
|
}
|
|
@@ -1350,6 +1430,10 @@
|
|
|
1350
1430
|
content: "\ebbb";
|
|
1351
1431
|
}
|
|
1352
1432
|
|
|
1433
|
+
.ti-car-crane:before {
|
|
1434
|
+
content: "\ef25";
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1353
1437
|
.ti-caravan:before {
|
|
1354
1438
|
content: "\ec7c";
|
|
1355
1439
|
}
|
|
@@ -1502,6 +1586,10 @@
|
|
|
1502
1586
|
content: "\ebaa";
|
|
1503
1587
|
}
|
|
1504
1588
|
|
|
1589
|
+
.ti-cheese:before {
|
|
1590
|
+
content: "\ef26";
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1505
1593
|
.ti-chevron-down:before {
|
|
1506
1594
|
content: "\ea5f";
|
|
1507
1595
|
}
|
|
@@ -1866,6 +1954,10 @@
|
|
|
1866
1954
|
content: "\ee4f";
|
|
1867
1955
|
}
|
|
1868
1956
|
|
|
1957
|
+
.ti-crane:before {
|
|
1958
|
+
content: "\ef27";
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1869
1961
|
.ti-credit-card:before {
|
|
1870
1962
|
content: "\ea84";
|
|
1871
1963
|
}
|
|
@@ -1890,6 +1982,10 @@
|
|
|
1890
1982
|
content: "\ee50";
|
|
1891
1983
|
}
|
|
1892
1984
|
|
|
1985
|
+
.ti-cup:before {
|
|
1986
|
+
content: "\ef28";
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1893
1989
|
.ti-curly-loop:before {
|
|
1894
1990
|
content: "\ecda";
|
|
1895
1991
|
}
|
|
@@ -2206,6 +2302,10 @@
|
|
|
2206
2302
|
content: "\ee7d";
|
|
2207
2303
|
}
|
|
2208
2304
|
|
|
2305
|
+
.ti-dog-bowl:before {
|
|
2306
|
+
content: "\ef29";
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2209
2309
|
.ti-dots:before {
|
|
2210
2310
|
content: "\ea95";
|
|
2211
2311
|
}
|
|
@@ -2350,6 +2450,10 @@
|
|
|
2350
2450
|
content: "\ee8b";
|
|
2351
2451
|
}
|
|
2352
2452
|
|
|
2453
|
+
.ti-fence:before {
|
|
2454
|
+
content: "\ef2a";
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2353
2457
|
.ti-file:before {
|
|
2354
2458
|
content: "\eaa4";
|
|
2355
2459
|
}
|
|
@@ -2490,6 +2594,10 @@
|
|
|
2490
2594
|
content: "\ebe8";
|
|
2491
2595
|
}
|
|
2492
2596
|
|
|
2597
|
+
.ti-fish:before {
|
|
2598
|
+
content: "\ef2b";
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2493
2601
|
.ti-flag:before {
|
|
2494
2602
|
content: "\eaa6";
|
|
2495
2603
|
}
|
|
@@ -2814,6 +2922,10 @@
|
|
|
2814
2922
|
content: "\ee9d";
|
|
2815
2923
|
}
|
|
2816
2924
|
|
|
2925
|
+
.ti-highlight:before {
|
|
2926
|
+
content: "\ef3f";
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2817
2929
|
.ti-history:before {
|
|
2818
2930
|
content: "\ebea";
|
|
2819
2931
|
}
|
|
@@ -3178,6 +3290,10 @@
|
|
|
3178
3290
|
content: "\eb6a";
|
|
3179
3291
|
}
|
|
3180
3292
|
|
|
3293
|
+
.ti-list-details:before {
|
|
3294
|
+
content: "\ef40";
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3181
3297
|
.ti-list-numbers:before {
|
|
3182
3298
|
content: "\ef11";
|
|
3183
3299
|
}
|
|
@@ -3394,6 +3510,10 @@
|
|
|
3394
3510
|
content: "\eaf0";
|
|
3395
3511
|
}
|
|
3396
3512
|
|
|
3513
|
+
.ti-microphone-2:before {
|
|
3514
|
+
content: "\ef2c";
|
|
3515
|
+
}
|
|
3516
|
+
|
|
3397
3517
|
.ti-microphone-off:before {
|
|
3398
3518
|
content: "\ed16";
|
|
3399
3519
|
}
|
|
@@ -3498,6 +3618,22 @@
|
|
|
3498
3618
|
content: "\eafb";
|
|
3499
3619
|
}
|
|
3500
3620
|
|
|
3621
|
+
.ti-multiplier-0-5x:before {
|
|
3622
|
+
content: "\ef41";
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
.ti-multiplier-1-5x:before {
|
|
3626
|
+
content: "\ef42";
|
|
3627
|
+
}
|
|
3628
|
+
|
|
3629
|
+
.ti-multiplier-1x:before {
|
|
3630
|
+
content: "\ef43";
|
|
3631
|
+
}
|
|
3632
|
+
|
|
3633
|
+
.ti-multiplier-2x:before {
|
|
3634
|
+
content: "\ef44";
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3501
3637
|
.ti-mushroom:before {
|
|
3502
3638
|
content: "\ef14";
|
|
3503
3639
|
}
|
|
@@ -3886,6 +4022,10 @@
|
|
|
3886
4022
|
content: "\ec9d";
|
|
3887
4023
|
}
|
|
3888
4024
|
|
|
4025
|
+
.ti-radio:before {
|
|
4026
|
+
content: "\ef2d";
|
|
4027
|
+
}
|
|
4028
|
+
|
|
3889
4029
|
.ti-radioactive:before {
|
|
3890
4030
|
content: "\ecc0";
|
|
3891
4031
|
}
|
|
@@ -4330,6 +4470,10 @@
|
|
|
4330
4470
|
content: "\ef1b";
|
|
4331
4471
|
}
|
|
4332
4472
|
|
|
4473
|
+
.ti-soup:before {
|
|
4474
|
+
content: "\ef2e";
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4333
4477
|
.ti-space:before {
|
|
4334
4478
|
content: "\ec0c";
|
|
4335
4479
|
}
|
|
@@ -4754,6 +4898,14 @@
|
|
|
4754
4898
|
content: "\ed96";
|
|
4755
4899
|
}
|
|
4756
4900
|
|
|
4901
|
+
.ti-transfer-in:before {
|
|
4902
|
+
content: "\ef2f";
|
|
4903
|
+
}
|
|
4904
|
+
|
|
4905
|
+
.ti-transfer-out:before {
|
|
4906
|
+
content: "\ef30";
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4757
4909
|
.ti-trash:before {
|
|
4758
4910
|
content: "\eb41";
|
|
4759
4911
|
}
|