@tabler/icons 1.41.0 → 1.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/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/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/axis-x.svg +10 -0
- package/icons/axis-y.svg +10 -0
- package/icons/backpack.svg +8 -0
- package/icons/ballon.svg +8 -0
- package/icons/bath.svg +9 -0
- package/icons/battery-charging-2.svg +10 -0
- package/icons/battery-eco.svg +8 -0
- package/icons/beach.svg +10 -0
- package/icons/brand-bootstrap.svg +8 -0
- package/icons/brand-mastercard.svg +8 -0
- package/icons/brand-stack-ofverflow.svg +10 -0
- package/icons/currency-dogecoin.svg +8 -0
- package/icons/door-enter.svg +9 -0
- package/icons/door-exit.svg +9 -0
- package/icons/door.svg +8 -0
- package/icons/hand-click.svg +13 -0
- package/icons/hand-move.svg +11 -0
- package/icons/highlight.svg +9 -0
- package/icons/list-details.svg +11 -0
- package/icons/lock-square.svg +8 -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/pig.svg +7 -0
- package/icons/scale-outline.svg +7 -0
- package/icons/spacing-horizontal.svg +8 -0
- package/icons/spacing-vertical.svg +8 -0
- package/icons/wallpaper.svg +8 -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/axis-x.png +0 -0
- package/icons-png/axis-y.png +0 -0
- package/icons-png/backpack.png +0 -0
- package/icons-png/ballon.png +0 -0
- package/icons-png/bath.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/brand-bootstrap.png +0 -0
- package/icons-png/brand-mastercard.png +0 -0
- package/icons-png/brand-stack-ofverflow.png +0 -0
- package/icons-png/currency-dogecoin.png +0 -0
- package/icons-png/door-enter.png +0 -0
- package/icons-png/door-exit.png +0 -0
- package/icons-png/door.png +0 -0
- package/icons-png/hand-click.png +0 -0
- package/icons-png/hand-move.png +0 -0
- package/icons-png/highlight.png +0 -0
- package/icons-png/list-details.png +0 -0
- package/icons-png/lock-square.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/pig.png +0 -0
- package/icons-png/scale-outline.png +0 -0
- package/icons-png/spacing-horizontal.png +0 -0
- package/icons-png/spacing-vertical.png +0 -0
- package/icons-png/wallpaper.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 +389 -22
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.43.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -170,6 +170,34 @@
|
|
|
170
170
|
content: "\ea0b";
|
|
171
171
|
}
|
|
172
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
|
+
|
|
173
201
|
.ti-arrow-back:before {
|
|
174
202
|
content: "\ea0c";
|
|
175
203
|
}
|
|
@@ -410,6 +438,14 @@
|
|
|
410
438
|
content: "\ea26";
|
|
411
439
|
}
|
|
412
440
|
|
|
441
|
+
.ti-arrows-diagonal-minimize:before {
|
|
442
|
+
content: "\ef39";
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.ti-arrows-diagonal-minimize-2:before {
|
|
446
|
+
content: "\ef38";
|
|
447
|
+
}
|
|
448
|
+
|
|
413
449
|
.ti-arrows-double-ne-sw:before {
|
|
414
450
|
content: "\edde";
|
|
415
451
|
}
|
|
@@ -534,10 +570,22 @@
|
|
|
534
570
|
content: "\ea2c";
|
|
535
571
|
}
|
|
536
572
|
|
|
573
|
+
.ti-axis-x:before {
|
|
574
|
+
content: "\ef45";
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.ti-axis-y:before {
|
|
578
|
+
content: "\ef46";
|
|
579
|
+
}
|
|
580
|
+
|
|
537
581
|
.ti-backhoe:before {
|
|
538
582
|
content: "\ed86";
|
|
539
583
|
}
|
|
540
584
|
|
|
585
|
+
.ti-backpack:before {
|
|
586
|
+
content: "\ef47";
|
|
587
|
+
}
|
|
588
|
+
|
|
541
589
|
.ti-backspace:before {
|
|
542
590
|
content: "\ea2d";
|
|
543
591
|
}
|
|
@@ -570,6 +618,10 @@
|
|
|
570
618
|
content: "\ec2b";
|
|
571
619
|
}
|
|
572
620
|
|
|
621
|
+
.ti-ballon:before {
|
|
622
|
+
content: "\ef3a";
|
|
623
|
+
}
|
|
624
|
+
|
|
573
625
|
.ti-ban:before {
|
|
574
626
|
content: "\ea2e";
|
|
575
627
|
}
|
|
@@ -586,6 +638,10 @@
|
|
|
586
638
|
content: "\ebe1";
|
|
587
639
|
}
|
|
588
640
|
|
|
641
|
+
.ti-bath:before {
|
|
642
|
+
content: "\ef48";
|
|
643
|
+
}
|
|
644
|
+
|
|
589
645
|
.ti-battery:before {
|
|
590
646
|
content: "\ea34";
|
|
591
647
|
}
|
|
@@ -614,10 +670,22 @@
|
|
|
614
670
|
content: "\ea33";
|
|
615
671
|
}
|
|
616
672
|
|
|
673
|
+
.ti-battery-charging-2:before {
|
|
674
|
+
content: "\ef3b";
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.ti-battery-eco:before {
|
|
678
|
+
content: "\ef3c";
|
|
679
|
+
}
|
|
680
|
+
|
|
617
681
|
.ti-battery-off:before {
|
|
618
682
|
content: "\ed1c";
|
|
619
683
|
}
|
|
620
684
|
|
|
685
|
+
.ti-beach:before {
|
|
686
|
+
content: "\ef3d";
|
|
687
|
+
}
|
|
688
|
+
|
|
621
689
|
.ti-bed:before {
|
|
622
690
|
content: "\eb5c";
|
|
623
691
|
}
|
|
@@ -878,6 +946,10 @@
|
|
|
878
946
|
content: "\edc8";
|
|
879
947
|
}
|
|
880
948
|
|
|
949
|
+
.ti-brand-bootstrap:before {
|
|
950
|
+
content: "\ef3e";
|
|
951
|
+
}
|
|
952
|
+
|
|
881
953
|
.ti-brand-chrome:before {
|
|
882
954
|
content: "\ec18";
|
|
883
955
|
}
|
|
@@ -998,6 +1070,10 @@
|
|
|
998
1070
|
content: "\ec8c";
|
|
999
1071
|
}
|
|
1000
1072
|
|
|
1073
|
+
.ti-brand-mastercard:before {
|
|
1074
|
+
content: "\ef49";
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1001
1077
|
.ti-brand-medium:before {
|
|
1002
1078
|
content: "\ec70";
|
|
1003
1079
|
}
|
|
@@ -1090,6 +1166,10 @@
|
|
|
1090
1166
|
content: "\ed03";
|
|
1091
1167
|
}
|
|
1092
1168
|
|
|
1169
|
+
.ti-brand-stack-ofverflow:before {
|
|
1170
|
+
content: "\ef4a";
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1093
1173
|
.ti-brand-steam:before {
|
|
1094
1174
|
content: "\ed6f";
|
|
1095
1175
|
}
|
|
@@ -1958,6 +2038,10 @@
|
|
|
1958
2038
|
content: "\ee55";
|
|
1959
2039
|
}
|
|
1960
2040
|
|
|
2041
|
+
.ti-currency-dogecoin:before {
|
|
2042
|
+
content: "\ef4b";
|
|
2043
|
+
}
|
|
2044
|
+
|
|
1961
2045
|
.ti-currency-dollar:before {
|
|
1962
2046
|
content: "\eb84";
|
|
1963
2047
|
}
|
|
@@ -2250,6 +2334,18 @@
|
|
|
2250
2334
|
content: "\ef29";
|
|
2251
2335
|
}
|
|
2252
2336
|
|
|
2337
|
+
.ti-door:before {
|
|
2338
|
+
content: "\ef4e";
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.ti-door-enter:before {
|
|
2342
|
+
content: "\ef4c";
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.ti-door-exit:before {
|
|
2346
|
+
content: "\ef4d";
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2253
2349
|
.ti-dots:before {
|
|
2254
2350
|
content: "\ea95";
|
|
2255
2351
|
}
|
|
@@ -2770,6 +2866,10 @@
|
|
|
2770
2866
|
content: "\ec99";
|
|
2771
2867
|
}
|
|
2772
2868
|
|
|
2869
|
+
.ti-hand-click:before {
|
|
2870
|
+
content: "\ef4f";
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2773
2873
|
.ti-hand-finger:before {
|
|
2774
2874
|
content: "\ee94";
|
|
2775
2875
|
}
|
|
@@ -2782,6 +2882,10 @@
|
|
|
2782
2882
|
content: "\ec2d";
|
|
2783
2883
|
}
|
|
2784
2884
|
|
|
2885
|
+
.ti-hand-move:before {
|
|
2886
|
+
content: "\ef50";
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2785
2889
|
.ti-hand-off:before {
|
|
2786
2890
|
content: "\ed15";
|
|
2787
2891
|
}
|
|
@@ -2866,6 +2970,10 @@
|
|
|
2866
2970
|
content: "\ee9d";
|
|
2867
2971
|
}
|
|
2868
2972
|
|
|
2973
|
+
.ti-highlight:before {
|
|
2974
|
+
content: "\ef3f";
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2869
2977
|
.ti-history:before {
|
|
2870
2978
|
content: "\ebea";
|
|
2871
2979
|
}
|
|
@@ -3230,6 +3338,10 @@
|
|
|
3230
3338
|
content: "\eb6a";
|
|
3231
3339
|
}
|
|
3232
3340
|
|
|
3341
|
+
.ti-list-details:before {
|
|
3342
|
+
content: "\ef40";
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3233
3345
|
.ti-list-numbers:before {
|
|
3234
3346
|
content: "\ef11";
|
|
3235
3347
|
}
|
|
@@ -3274,6 +3386,10 @@
|
|
|
3274
3386
|
content: "\eae1";
|
|
3275
3387
|
}
|
|
3276
3388
|
|
|
3389
|
+
.ti-lock-square:before {
|
|
3390
|
+
content: "\ef51";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3277
3393
|
.ti-login:before {
|
|
3278
3394
|
content: "\eba7";
|
|
3279
3395
|
}
|
|
@@ -3554,6 +3670,22 @@
|
|
|
3554
3670
|
content: "\eafb";
|
|
3555
3671
|
}
|
|
3556
3672
|
|
|
3673
|
+
.ti-multiplier-0-5x:before {
|
|
3674
|
+
content: "\ef41";
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
.ti-multiplier-1-5x:before {
|
|
3678
|
+
content: "\ef42";
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3681
|
+
.ti-multiplier-1x:before {
|
|
3682
|
+
content: "\ef43";
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.ti-multiplier-2x:before {
|
|
3686
|
+
content: "\ef44";
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3557
3689
|
.ti-mushroom:before {
|
|
3558
3690
|
content: "\ef14";
|
|
3559
3691
|
}
|
|
@@ -3790,6 +3922,10 @@
|
|
|
3790
3922
|
content: "\ed44";
|
|
3791
3923
|
}
|
|
3792
3924
|
|
|
3925
|
+
.ti-pig:before {
|
|
3926
|
+
content: "\ef52";
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3793
3929
|
.ti-pill:before {
|
|
3794
3930
|
content: "\ec44";
|
|
3795
3931
|
}
|
|
@@ -4150,6 +4286,10 @@
|
|
|
4150
4286
|
content: "\ebc2";
|
|
4151
4287
|
}
|
|
4152
4288
|
|
|
4289
|
+
.ti-scale-outline:before {
|
|
4290
|
+
content: "\ef53";
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4153
4293
|
.ti-scan:before {
|
|
4154
4294
|
content: "\ebc8";
|
|
4155
4295
|
}
|
|
@@ -4398,6 +4538,14 @@
|
|
|
4398
4538
|
content: "\ec0c";
|
|
4399
4539
|
}
|
|
4400
4540
|
|
|
4541
|
+
.ti-spacing-horizontal:before {
|
|
4542
|
+
content: "\ef54";
|
|
4543
|
+
}
|
|
4544
|
+
|
|
4545
|
+
.ti-spacing-vertical:before {
|
|
4546
|
+
content: "\ef55";
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4401
4549
|
.ti-speakerphone:before {
|
|
4402
4550
|
content: "\ed61";
|
|
4403
4551
|
}
|
|
@@ -5058,6 +5206,10 @@
|
|
|
5058
5206
|
content: "\eb75";
|
|
5059
5207
|
}
|
|
5060
5208
|
|
|
5209
|
+
.ti-wallpaper:before {
|
|
5210
|
+
content: "\ef56";
|
|
5211
|
+
}
|
|
5212
|
+
|
|
5061
5213
|
.ti-wand:before {
|
|
5062
5214
|
content: "\ebcb";
|
|
5063
5215
|
}
|