@tabler/icons 1.41.1 → 1.44.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.
Files changed (159) hide show
  1. package/README.md +49 -7
  2. package/iconfont/fonts/tabler-icons.eot +0 -0
  3. package/iconfont/fonts/tabler-icons.svg +177 -9
  4. package/iconfont/fonts/tabler-icons.ttf +0 -0
  5. package/iconfont/fonts/tabler-icons.woff +0 -0
  6. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  7. package/iconfont/tabler-icons.css +225 -1
  8. package/iconfont/tabler-icons.html +506 -2
  9. package/iconfont/tabler-icons.min.css +2 -2
  10. package/iconfont/tabler-icons.scss +113 -1
  11. package/icons/arrow-autofit-content.svg +10 -0
  12. package/icons/arrow-autofit-down.svg +8 -0
  13. package/icons/arrow-autofit-height.svg +10 -0
  14. package/icons/arrow-autofit-left.svg +8 -0
  15. package/icons/arrow-autofit-right.svg +8 -0
  16. package/icons/arrow-autofit-up.svg +8 -0
  17. package/icons/arrow-autofit-width.svg +10 -0
  18. package/icons/arrows-diagonal-minimize-2.svg +9 -0
  19. package/icons/arrows-diagonal-minimize.svg +9 -0
  20. package/icons/axis-x.svg +10 -0
  21. package/icons/axis-y.svg +10 -0
  22. package/icons/backpack.svg +8 -0
  23. package/icons/ballon.svg +8 -0
  24. package/icons/bath.svg +9 -0
  25. package/icons/battery-charging-2.svg +10 -0
  26. package/icons/battery-eco.svg +8 -0
  27. package/icons/beach.svg +10 -0
  28. package/icons/box-multiple-2.svg +1 -1
  29. package/icons/brand-bootstrap.svg +8 -0
  30. package/icons/brand-debian.svg +7 -0
  31. package/icons/brand-docker.svg +1 -1
  32. package/icons/brand-mastercard.svg +8 -0
  33. package/icons/brand-stackoverflow.svg +10 -0
  34. package/icons/brand-steam.svg +1 -1
  35. package/icons/brand-ubuntu.svg +9 -0
  36. package/icons/checkup-list.svg +10 -0
  37. package/icons/circle-2.svg +1 -1
  38. package/icons/crutches.svg +10 -0
  39. package/icons/currency-dogecoin.svg +8 -0
  40. package/icons/device-computer-camera-off.svg +2 -2
  41. package/icons/dna-2.svg +11 -0
  42. package/icons/door-enter.svg +9 -0
  43. package/icons/door-exit.svg +9 -0
  44. package/icons/door.svg +8 -0
  45. package/icons/emergency-bed.svg +12 -0
  46. package/icons/eye-table.svg +14 -0
  47. package/icons/first-aid-kit.svg +9 -0
  48. package/icons/flask-2.svg +8 -0
  49. package/icons/glass-full.svg +1 -1
  50. package/icons/h-2.svg +1 -1
  51. package/icons/hand-click.svg +13 -0
  52. package/icons/hand-move.svg +11 -0
  53. package/icons/heart-rate-monitor.svg +10 -0
  54. package/icons/highlight.svg +9 -0
  55. package/icons/ice-cream-2.svg +1 -1
  56. package/icons/list-details.svg +11 -0
  57. package/icons/lock-square.svg +8 -0
  58. package/icons/lungs.svg +9 -0
  59. package/icons/medicine-syrup.svg +9 -0
  60. package/icons/microscope.svg +12 -0
  61. package/icons/multiplier-0-5x.svg +9 -0
  62. package/icons/multiplier-1-5x.svg +10 -0
  63. package/icons/multiplier-1x.svg +8 -0
  64. package/icons/multiplier-2x.svg +8 -0
  65. package/icons/nurse.svg +8 -0
  66. package/icons/pig.svg +7 -0
  67. package/icons/pills.svg +9 -0
  68. package/icons/scale-outline.svg +7 -0
  69. package/icons/spacing-horizontal.svg +8 -0
  70. package/icons/spacing-vertical.svg +8 -0
  71. package/icons/square-2.svg +1 -1
  72. package/icons/thermometer.svg +10 -0
  73. package/icons/tree.svg +1 -1
  74. package/icons/trees.svg +1 -1
  75. package/icons/user-circle.svg +8 -0
  76. package/icons/vaccine-bottle.svg +10 -0
  77. package/icons/wallpaper.svg +8 -0
  78. package/icons-png/arrow-autofit-content.png +0 -0
  79. package/icons-png/arrow-autofit-down.png +0 -0
  80. package/icons-png/arrow-autofit-height.png +0 -0
  81. package/icons-png/arrow-autofit-left.png +0 -0
  82. package/icons-png/arrow-autofit-right.png +0 -0
  83. package/icons-png/arrow-autofit-up.png +0 -0
  84. package/icons-png/arrow-autofit-width.png +0 -0
  85. package/icons-png/arrows-diagonal-minimize-2.png +0 -0
  86. package/icons-png/arrows-diagonal-minimize.png +0 -0
  87. package/icons-png/axis-x.png +0 -0
  88. package/icons-png/axis-y.png +0 -0
  89. package/icons-png/backpack.png +0 -0
  90. package/icons-png/ballon.png +0 -0
  91. package/icons-png/bath.png +0 -0
  92. package/icons-png/battery-charging-2.png +0 -0
  93. package/icons-png/battery-eco.png +0 -0
  94. package/icons-png/beach.png +0 -0
  95. package/icons-png/box-multiple-2.png +0 -0
  96. package/icons-png/brand-bootstrap.png +0 -0
  97. package/icons-png/brand-debian.png +0 -0
  98. package/icons-png/brand-docker.png +0 -0
  99. package/icons-png/brand-mastercard.png +0 -0
  100. package/icons-png/brand-stackoverflow.png +0 -0
  101. package/icons-png/brand-steam.png +0 -0
  102. package/icons-png/brand-ubuntu.png +0 -0
  103. package/icons-png/checkup-list.png +0 -0
  104. package/icons-png/circle-2.png +0 -0
  105. package/icons-png/crutches.png +0 -0
  106. package/icons-png/currency-dogecoin.png +0 -0
  107. package/icons-png/device-computer-camera-off.png +0 -0
  108. package/icons-png/dna-2.png +0 -0
  109. package/icons-png/door-enter.png +0 -0
  110. package/icons-png/door-exit.png +0 -0
  111. package/icons-png/door.png +0 -0
  112. package/icons-png/emergency-bed.png +0 -0
  113. package/icons-png/eye-table.png +0 -0
  114. package/icons-png/first-aid-kit.png +0 -0
  115. package/icons-png/flask-2.png +0 -0
  116. package/icons-png/glass-full.png +0 -0
  117. package/icons-png/h-2.png +0 -0
  118. package/icons-png/hand-click.png +0 -0
  119. package/icons-png/hand-move.png +0 -0
  120. package/icons-png/heart-rate-monitor.png +0 -0
  121. package/icons-png/highlight.png +0 -0
  122. package/icons-png/ice-cream-2.png +0 -0
  123. package/icons-png/list-details.png +0 -0
  124. package/icons-png/lock-square.png +0 -0
  125. package/icons-png/lungs.png +0 -0
  126. package/icons-png/medicine-syrup.png +0 -0
  127. package/icons-png/microscope.png +0 -0
  128. package/icons-png/multiplier-0-5x.png +0 -0
  129. package/icons-png/multiplier-1-5x.png +0 -0
  130. package/icons-png/multiplier-1x.png +0 -0
  131. package/icons-png/multiplier-2x.png +0 -0
  132. package/icons-png/nurse.png +0 -0
  133. package/icons-png/pig.png +0 -0
  134. package/icons-png/pills.png +0 -0
  135. package/icons-png/scale-outline.png +0 -0
  136. package/icons-png/spacing-horizontal.png +0 -0
  137. package/icons-png/spacing-vertical.png +0 -0
  138. package/icons-png/square-2.png +0 -0
  139. package/icons-png/thermometer.png +0 -0
  140. package/icons-png/user-circle.png +0 -0
  141. package/icons-png/vaccine-bottle.png +0 -0
  142. package/icons-png/wallpaper.png +0 -0
  143. package/icons-react/dist/index.cjs.js +2081 -31
  144. package/icons-react/dist/index.cjs.js.map +1 -1
  145. package/icons-react/dist/index.cjs.min.js +1 -1
  146. package/icons-react/dist/index.cjs.min.js.map +1 -1
  147. package/icons-react/dist/index.esm.js +2026 -32
  148. package/icons-react/dist/index.esm.js.map +1 -1
  149. package/icons-react/dist/index.esm.min.js +1 -1
  150. package/icons-react/dist/index.esm.min.js.map +1 -1
  151. package/icons-react/dist/index.umd.js +2081 -31
  152. package/icons-react/dist/index.umd.js.map +1 -1
  153. package/icons-react/dist/index.umd.min.js +1 -1
  154. package/icons-react/dist/index.umd.min.js.map +1 -1
  155. package/icons-react/index.d.ts +56 -0
  156. package/package.json +5 -2
  157. package/tabler-sprite-nostroke.svg +1 -1
  158. package/tabler-sprite.svg +1 -1
  159. package/tags.json +534 -29
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tabler Icons 1.41.1 by tabler - https://tabler.io
2
+ * Tabler Icons 1.44.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
  }
@@ -894,6 +966,10 @@
894
966
  content: "\ed6b";
895
967
  }
896
968
 
969
+ .ti-brand-debian:before {
970
+ content: "\ef57";
971
+ }
972
+
897
973
  .ti-brand-deviantart:before {
898
974
  content: "\ecfb";
899
975
  }
@@ -998,6 +1074,10 @@
998
1074
  content: "\ec8c";
999
1075
  }
1000
1076
 
1077
+ .ti-brand-mastercard:before {
1078
+ content: "\ef49";
1079
+ }
1080
+
1001
1081
  .ti-brand-medium:before {
1002
1082
  content: "\ec70";
1003
1083
  }
@@ -1090,6 +1170,10 @@
1090
1170
  content: "\ed03";
1091
1171
  }
1092
1172
 
1173
+ .ti-brand-stackoverflow:before {
1174
+ content: "\ef58";
1175
+ }
1176
+
1093
1177
  .ti-brand-steam:before {
1094
1178
  content: "\ed6f";
1095
1179
  }
@@ -1134,6 +1218,10 @@
1134
1218
  content: "\ec27";
1135
1219
  }
1136
1220
 
1221
+ .ti-brand-ubuntu:before {
1222
+ content: "\ef59";
1223
+ }
1224
+
1137
1225
  .ti-brand-unsplash:before {
1138
1226
  content: "\edd8";
1139
1227
  }
@@ -1530,6 +1618,10 @@
1530
1618
  content: "\ebaa";
1531
1619
  }
1532
1620
 
1621
+ .ti-checkup-list:before {
1622
+ content: "\ef5a";
1623
+ }
1624
+
1533
1625
  .ti-cheese:before {
1534
1626
  content: "\ef26";
1535
1627
  }
@@ -1926,6 +2018,10 @@
1926
2018
  content: "\ee50";
1927
2019
  }
1928
2020
 
2021
+ .ti-crutches:before {
2022
+ content: "\ef5b";
2023
+ }
2024
+
1929
2025
  .ti-cup:before {
1930
2026
  content: "\ef28";
1931
2027
  }
@@ -1958,6 +2054,10 @@
1958
2054
  content: "\ee55";
1959
2055
  }
1960
2056
 
2057
+ .ti-currency-dogecoin:before {
2058
+ content: "\ef4b";
2059
+ }
2060
+
1961
2061
  .ti-currency-dollar:before {
1962
2062
  content: "\eb84";
1963
2063
  }
@@ -2246,10 +2346,26 @@
2246
2346
  content: "\ee7d";
2247
2347
  }
2248
2348
 
2349
+ .ti-dna-2:before {
2350
+ content: "\ef5c";
2351
+ }
2352
+
2249
2353
  .ti-dog-bowl:before {
2250
2354
  content: "\ef29";
2251
2355
  }
2252
2356
 
2357
+ .ti-door:before {
2358
+ content: "\ef4e";
2359
+ }
2360
+
2361
+ .ti-door-enter:before {
2362
+ content: "\ef4c";
2363
+ }
2364
+
2365
+ .ti-door-exit:before {
2366
+ content: "\ef4d";
2367
+ }
2368
+
2253
2369
  .ti-dots:before {
2254
2370
  content: "\ea95";
2255
2371
  }
@@ -2334,6 +2450,10 @@
2334
2450
  content: "\eb8a";
2335
2451
  }
2336
2452
 
2453
+ .ti-emergency-bed:before {
2454
+ content: "\ef5d";
2455
+ }
2456
+
2337
2457
  .ti-emphasis:before {
2338
2458
  content: "\ebcf";
2339
2459
  }
@@ -2374,6 +2494,10 @@
2374
2494
  content: "\ecf0";
2375
2495
  }
2376
2496
 
2497
+ .ti-eye-table:before {
2498
+ content: "\ef5e";
2499
+ }
2500
+
2377
2501
  .ti-eyeglass:before {
2378
2502
  content: "\ee8a";
2379
2503
  }
@@ -2538,6 +2662,10 @@
2538
2662
  content: "\ebe8";
2539
2663
  }
2540
2664
 
2665
+ .ti-first-aid-kit:before {
2666
+ content: "\ef5f";
2667
+ }
2668
+
2541
2669
  .ti-fish:before {
2542
2670
  content: "\ef2b";
2543
2671
  }
@@ -2566,6 +2694,10 @@
2566
2694
  content: "\ebd2";
2567
2695
  }
2568
2696
 
2697
+ .ti-flask-2:before {
2698
+ content: "\ef60";
2699
+ }
2700
+
2569
2701
  .ti-flip-horizontal:before {
2570
2702
  content: "\eaa7";
2571
2703
  }
@@ -2770,6 +2902,10 @@
2770
2902
  content: "\ec99";
2771
2903
  }
2772
2904
 
2905
+ .ti-hand-click:before {
2906
+ content: "\ef4f";
2907
+ }
2908
+
2773
2909
  .ti-hand-finger:before {
2774
2910
  content: "\ee94";
2775
2911
  }
@@ -2782,6 +2918,10 @@
2782
2918
  content: "\ec2d";
2783
2919
  }
2784
2920
 
2921
+ .ti-hand-move:before {
2922
+ content: "\ef50";
2923
+ }
2924
+
2785
2925
  .ti-hand-off:before {
2786
2926
  content: "\ed15";
2787
2927
  }
@@ -2838,6 +2978,10 @@
2838
2978
  content: "\ecba";
2839
2979
  }
2840
2980
 
2981
+ .ti-heart-rate-monitor:before {
2982
+ content: "\ef61";
2983
+ }
2984
+
2841
2985
  .ti-helicopter:before {
2842
2986
  content: "\ed8e";
2843
2987
  }
@@ -2866,6 +3010,10 @@
2866
3010
  content: "\ee9d";
2867
3011
  }
2868
3012
 
3013
+ .ti-highlight:before {
3014
+ content: "\ef3f";
3015
+ }
3016
+
2869
3017
  .ti-history:before {
2870
3018
  content: "\ebea";
2871
3019
  }
@@ -3230,6 +3378,10 @@
3230
3378
  content: "\eb6a";
3231
3379
  }
3232
3380
 
3381
+ .ti-list-details:before {
3382
+ content: "\ef40";
3383
+ }
3384
+
3233
3385
  .ti-list-numbers:before {
3234
3386
  content: "\ef11";
3235
3387
  }
@@ -3274,6 +3426,10 @@
3274
3426
  content: "\eae1";
3275
3427
  }
3276
3428
 
3429
+ .ti-lock-square:before {
3430
+ content: "\ef51";
3431
+ }
3432
+
3277
3433
  .ti-login:before {
3278
3434
  content: "\eba7";
3279
3435
  }
@@ -3282,6 +3438,10 @@
3282
3438
  content: "\eba8";
3283
3439
  }
3284
3440
 
3441
+ .ti-lungs:before {
3442
+ content: "\ef62";
3443
+ }
3444
+
3285
3445
  .ti-macro:before {
3286
3446
  content: "\eeab";
3287
3447
  }
@@ -3390,6 +3550,10 @@
3390
3550
  content: "\ec2f";
3391
3551
  }
3392
3552
 
3553
+ .ti-medicine-syrup:before {
3554
+ content: "\ef63";
3555
+ }
3556
+
3393
3557
  .ti-menu:before {
3394
3558
  content: "\eaeb";
3395
3559
  }
@@ -3454,6 +3618,10 @@
3454
3618
  content: "\ed16";
3455
3619
  }
3456
3620
 
3621
+ .ti-microscope:before {
3622
+ content: "\ef64";
3623
+ }
3624
+
3457
3625
  .ti-milk:before {
3458
3626
  content: "\ef13";
3459
3627
  }
@@ -3554,6 +3722,22 @@
3554
3722
  content: "\eafb";
3555
3723
  }
3556
3724
 
3725
+ .ti-multiplier-0-5x:before {
3726
+ content: "\ef41";
3727
+ }
3728
+
3729
+ .ti-multiplier-1-5x:before {
3730
+ content: "\ef42";
3731
+ }
3732
+
3733
+ .ti-multiplier-1x:before {
3734
+ content: "\ef43";
3735
+ }
3736
+
3737
+ .ti-multiplier-2x:before {
3738
+ content: "\ef44";
3739
+ }
3740
+
3557
3741
  .ti-mushroom:before {
3558
3742
  content: "\ef14";
3559
3743
  }
@@ -3630,6 +3814,10 @@
3630
3814
  content: "\edf9";
3631
3815
  }
3632
3816
 
3817
+ .ti-nurse:before {
3818
+ content: "\ef65";
3819
+ }
3820
+
3633
3821
  .ti-octagon:before {
3634
3822
  content: "\ecbd";
3635
3823
  }
@@ -3790,10 +3978,18 @@
3790
3978
  content: "\ed44";
3791
3979
  }
3792
3980
 
3981
+ .ti-pig:before {
3982
+ content: "\ef52";
3983
+ }
3984
+
3793
3985
  .ti-pill:before {
3794
3986
  content: "\ec44";
3795
3987
  }
3796
3988
 
3989
+ .ti-pills:before {
3990
+ content: "\ef66";
3991
+ }
3992
+
3797
3993
  .ti-pin:before {
3798
3994
  content: "\ec9c";
3799
3995
  }
@@ -4150,6 +4346,10 @@
4150
4346
  content: "\ebc2";
4151
4347
  }
4152
4348
 
4349
+ .ti-scale-outline:before {
4350
+ content: "\ef53";
4351
+ }
4352
+
4153
4353
  .ti-scan:before {
4154
4354
  content: "\ebc8";
4155
4355
  }
@@ -4398,6 +4598,14 @@
4398
4598
  content: "\ec0c";
4399
4599
  }
4400
4600
 
4601
+ .ti-spacing-horizontal:before {
4602
+ content: "\ef54";
4603
+ }
4604
+
4605
+ .ti-spacing-vertical:before {
4606
+ content: "\ef55";
4607
+ }
4608
+
4401
4609
  .ti-speakerphone:before {
4402
4610
  content: "\ed61";
4403
4611
  }
@@ -4742,6 +4950,10 @@
4742
4950
  content: "\eca7";
4743
4951
  }
4744
4952
 
4953
+ .ti-thermometer:before {
4954
+ content: "\ef67";
4955
+ }
4956
+
4745
4957
  .ti-thumb-down:before {
4746
4958
  content: "\eb3b";
4747
4959
  }
@@ -4934,6 +5146,10 @@
4934
5146
  content: "\eb49";
4935
5147
  }
4936
5148
 
5149
+ .ti-user-circle:before {
5150
+ content: "\ef68";
5151
+ }
5152
+
4937
5153
  .ti-user-exclamation:before {
4938
5154
  content: "\ec12";
4939
5155
  }
@@ -4962,6 +5178,10 @@
4962
5178
  content: "\ef04";
4963
5179
  }
4964
5180
 
5181
+ .ti-vaccine-bottle:before {
5182
+ content: "\ef69";
5183
+ }
5184
+
4965
5185
  .ti-variable:before {
4966
5186
  content: "\ef05";
4967
5187
  }
@@ -5058,6 +5278,10 @@
5058
5278
  content: "\eb75";
5059
5279
  }
5060
5280
 
5281
+ .ti-wallpaper:before {
5282
+ content: "\ef56";
5283
+ }
5284
+
5061
5285
  .ti-wand:before {
5062
5286
  content: "\ebcb";
5063
5287
  }