@tabler/icons-webfont 3.4.0 → 3.5.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/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +6 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +11 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +5 -3
- package/dist/tabler-icons-outline.css +70 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +155 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +37 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -3
- package/package.json +2 -2
package/dist/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.5.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.5.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.5.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -417,6 +417,7 @@ $ti-icon-augmented-reality-2: unicode('f37e');
|
|
|
417
417
|
$ti-icon-augmented-reality-off: unicode('f3c1');
|
|
418
418
|
$ti-icon-auth-2fa: unicode('eca0');
|
|
419
419
|
$ti-icon-automatic-gearbox: unicode('fc89');
|
|
420
|
+
$ti-icon-automation: unicode('fef8');
|
|
420
421
|
$ti-icon-avocado: unicode('fd8e');
|
|
421
422
|
$ti-icon-award: unicode('ea2c');
|
|
422
423
|
$ti-icon-award-filled: unicode('f71c');
|
|
@@ -1336,11 +1337,13 @@ $ti-icon-chart-arrows: unicode('ee2a');
|
|
|
1336
1337
|
$ti-icon-chart-arrows-vertical: unicode('ee29');
|
|
1337
1338
|
$ti-icon-chart-bar: unicode('ea59');
|
|
1338
1339
|
$ti-icon-chart-bar-off: unicode('f3d2');
|
|
1340
|
+
$ti-icon-chart-bar-popular: unicode('fef7');
|
|
1339
1341
|
$ti-icon-chart-bubble: unicode('ec75');
|
|
1340
1342
|
$ti-icon-chart-bubble-filled: unicode('f66d');
|
|
1341
1343
|
$ti-icon-chart-candle: unicode('ea5a');
|
|
1342
1344
|
$ti-icon-chart-candle-filled: unicode('f66e');
|
|
1343
1345
|
$ti-icon-chart-circles: unicode('ee2b');
|
|
1346
|
+
$ti-icon-chart-cohort: unicode('fef6');
|
|
1344
1347
|
$ti-icon-chart-donut: unicode('ea5b');
|
|
1345
1348
|
$ti-icon-chart-donut-2: unicode('ee2c');
|
|
1346
1349
|
$ti-icon-chart-donut-3: unicode('ee2d');
|
|
@@ -1350,6 +1353,7 @@ $ti-icon-chart-dots: unicode('ee2f');
|
|
|
1350
1353
|
$ti-icon-chart-dots-2: unicode('f097');
|
|
1351
1354
|
$ti-icon-chart-dots-3: unicode('f098');
|
|
1352
1355
|
$ti-icon-chart-dots-filled: unicode('fd04');
|
|
1356
|
+
$ti-icon-chart-funnel: unicode('fef5');
|
|
1353
1357
|
$ti-icon-chart-grid-dots: unicode('f4c2');
|
|
1354
1358
|
$ti-icon-chart-grid-dots-filled: unicode('fd05');
|
|
1355
1359
|
$ti-icon-chart-histogram: unicode('f65c');
|
|
@@ -1550,6 +1554,7 @@ $ti-icon-circle-percentage: unicode('fd7b');
|
|
|
1550
1554
|
$ti-icon-circle-percentage-filled: unicode('fed5');
|
|
1551
1555
|
$ti-icon-circle-plus: unicode('ea69');
|
|
1552
1556
|
$ti-icon-circle-plus-2: unicode('fc8d');
|
|
1557
|
+
$ti-icon-circle-plus-filled: unicode('fef9');
|
|
1553
1558
|
$ti-icon-circle-rectangle: unicode('f010');
|
|
1554
1559
|
$ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
1555
1560
|
$ti-icon-circle-square: unicode('ece4');
|
|
@@ -2119,6 +2124,7 @@ $ti-icon-device-tablet-x: unicode('f8d2');
|
|
|
2119
2124
|
$ti-icon-device-tv: unicode('ea8d');
|
|
2120
2125
|
$ti-icon-device-tv-off: unicode('f064');
|
|
2121
2126
|
$ti-icon-device-tv-old: unicode('f1d3');
|
|
2127
|
+
$ti-icon-device-unknown: unicode('fef4');
|
|
2122
2128
|
$ti-icon-device-usb: unicode('fc59');
|
|
2123
2129
|
$ti-icon-device-vision-pro: unicode('fae7');
|
|
2124
2130
|
$ti-icon-device-watch: unicode('ebf9');
|
|
@@ -2381,6 +2387,7 @@ $ti-icon-file-dollar: unicode('efe0');
|
|
|
2381
2387
|
$ti-icon-file-dots: unicode('f038');
|
|
2382
2388
|
$ti-icon-file-download: unicode('ea9d');
|
|
2383
2389
|
$ti-icon-file-euro: unicode('efe1');
|
|
2390
|
+
$ti-icon-file-excel: unicode('fef3');
|
|
2384
2391
|
$ti-icon-file-export: unicode('ede9');
|
|
2385
2392
|
$ti-icon-file-filled: unicode('f747');
|
|
2386
2393
|
$ti-icon-file-function: unicode('f53e');
|
|
@@ -2445,6 +2452,7 @@ $ti-icon-file-typography: unicode('f041');
|
|
|
2445
2452
|
$ti-icon-file-unknown: unicode('f042');
|
|
2446
2453
|
$ti-icon-file-upload: unicode('ec91');
|
|
2447
2454
|
$ti-icon-file-vector: unicode('f043');
|
|
2455
|
+
$ti-icon-file-word: unicode('fef2');
|
|
2448
2456
|
$ti-icon-file-x: unicode('eaa3');
|
|
2449
2457
|
$ti-icon-file-x-filled: unicode('f748');
|
|
2450
2458
|
$ti-icon-file-zip: unicode('ed4e');
|
|
@@ -3746,6 +3754,7 @@ $ti-icon-number-9-small: unicode('fcfe');
|
|
|
3746
3754
|
$ti-icon-numbers: unicode('f015');
|
|
3747
3755
|
$ti-icon-nurse: unicode('ef65');
|
|
3748
3756
|
$ti-icon-nut: unicode('fc61');
|
|
3757
|
+
$ti-icon-object-scan: unicode('fef1');
|
|
3749
3758
|
$ti-icon-octagon: unicode('ecbd');
|
|
3750
3759
|
$ti-icon-octagon-filled: unicode('f686');
|
|
3751
3760
|
$ti-icon-octagon-minus: unicode('fc92');
|
|
@@ -4866,6 +4875,9 @@ $ti-icon-tank: unicode('ed95');
|
|
|
4866
4875
|
$ti-icon-target: unicode('eb35');
|
|
4867
4876
|
$ti-icon-target-arrow: unicode('f51a');
|
|
4868
4877
|
$ti-icon-target-off: unicode('f1ad');
|
|
4878
|
+
$ti-icon-tax: unicode('feee');
|
|
4879
|
+
$ti-icon-tax-euro: unicode('fef0');
|
|
4880
|
+
$ti-icon-tax-pound: unicode('feef');
|
|
4869
4881
|
$ti-icon-teapot: unicode('f552');
|
|
4870
4882
|
$ti-icon-telescope: unicode('f07d');
|
|
4871
4883
|
$ti-icon-telescope-off: unicode('f1ae');
|
|
@@ -4938,6 +4950,10 @@ $ti-icon-timeline-event-minus: unicode('f663');
|
|
|
4938
4950
|
$ti-icon-timeline-event-plus: unicode('f664');
|
|
4939
4951
|
$ti-icon-timeline-event-text: unicode('f665');
|
|
4940
4952
|
$ti-icon-timeline-event-x: unicode('f666');
|
|
4953
|
+
$ti-icon-timezone: unicode('feed');
|
|
4954
|
+
$ti-icon-tip-jar: unicode('feea');
|
|
4955
|
+
$ti-icon-tip-jar-euro: unicode('feec');
|
|
4956
|
+
$ti-icon-tip-jar-pound: unicode('feeb');
|
|
4941
4957
|
$ti-icon-tir: unicode('ebf0');
|
|
4942
4958
|
$ti-icon-toggle-left: unicode('eb3e');
|
|
4943
4959
|
$ti-icon-toggle-left-filled: unicode('fec0');
|
|
@@ -5132,6 +5148,8 @@ $ti-icon-view-360-off: unicode('f1c1');
|
|
|
5132
5148
|
$ti-icon-viewfinder: unicode('eb4e');
|
|
5133
5149
|
$ti-icon-viewfinder-off: unicode('f1c2');
|
|
5134
5150
|
$ti-icon-viewport-narrow: unicode('ebf3');
|
|
5151
|
+
$ti-icon-viewport-short: unicode('fee9');
|
|
5152
|
+
$ti-icon-viewport-tall: unicode('fee8');
|
|
5135
5153
|
$ti-icon-viewport-wide: unicode('ebf4');
|
|
5136
5154
|
$ti-icon-vinyl: unicode('f00d');
|
|
5137
5155
|
$ti-icon-vip: unicode('f3b3');
|
|
@@ -5692,6 +5710,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5692
5710
|
.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }
|
|
5693
5711
|
.#{$ti-prefix}-auth-2fa:before { content: $ti-icon-auth-2fa; }
|
|
5694
5712
|
.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }
|
|
5713
|
+
.#{$ti-prefix}-automation:before { content: $ti-icon-automation; }
|
|
5695
5714
|
.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }
|
|
5696
5715
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
5697
5716
|
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
@@ -6611,11 +6630,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6611
6630
|
.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }
|
|
6612
6631
|
.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }
|
|
6613
6632
|
.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }
|
|
6633
|
+
.#{$ti-prefix}-chart-bar-popular:before { content: $ti-icon-chart-bar-popular; }
|
|
6614
6634
|
.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }
|
|
6615
6635
|
.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; }
|
|
6616
6636
|
.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }
|
|
6617
6637
|
.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; }
|
|
6618
6638
|
.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }
|
|
6639
|
+
.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }
|
|
6619
6640
|
.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }
|
|
6620
6641
|
.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }
|
|
6621
6642
|
.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }
|
|
@@ -6625,6 +6646,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6625
6646
|
.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }
|
|
6626
6647
|
.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }
|
|
6627
6648
|
.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; }
|
|
6649
|
+
.#{$ti-prefix}-chart-funnel:before { content: $ti-icon-chart-funnel; }
|
|
6628
6650
|
.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }
|
|
6629
6651
|
.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; }
|
|
6630
6652
|
.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }
|
|
@@ -6825,6 +6847,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6825
6847
|
.#{$ti-prefix}-circle-percentage-filled:before { content: $ti-icon-circle-percentage-filled; }
|
|
6826
6848
|
.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }
|
|
6827
6849
|
.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; }
|
|
6850
|
+
.#{$ti-prefix}-circle-plus-filled:before { content: $ti-icon-circle-plus-filled; }
|
|
6828
6851
|
.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }
|
|
6829
6852
|
.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; }
|
|
6830
6853
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
@@ -7394,6 +7417,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7394
7417
|
.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }
|
|
7395
7418
|
.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }
|
|
7396
7419
|
.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }
|
|
7420
|
+
.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }
|
|
7397
7421
|
.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }
|
|
7398
7422
|
.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }
|
|
7399
7423
|
.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }
|
|
@@ -7656,6 +7680,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7656
7680
|
.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }
|
|
7657
7681
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
7658
7682
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
7683
|
+
.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }
|
|
7659
7684
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
7660
7685
|
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
7661
7686
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
@@ -7720,6 +7745,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7720
7745
|
.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }
|
|
7721
7746
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
7722
7747
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
7748
|
+
.#{$ti-prefix}-file-word:before { content: $ti-icon-file-word; }
|
|
7723
7749
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
7724
7750
|
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
7725
7751
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
@@ -9021,6 +9047,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9021
9047
|
.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }
|
|
9022
9048
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
9023
9049
|
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
9050
|
+
.#{$ti-prefix}-object-scan:before { content: $ti-icon-object-scan; }
|
|
9024
9051
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
9025
9052
|
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
9026
9053
|
.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }
|
|
@@ -10141,6 +10168,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10141
10168
|
.#{$ti-prefix}-target:before { content: $ti-icon-target; }
|
|
10142
10169
|
.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; }
|
|
10143
10170
|
.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; }
|
|
10171
|
+
.#{$ti-prefix}-tax:before { content: $ti-icon-tax; }
|
|
10172
|
+
.#{$ti-prefix}-tax-euro:before { content: $ti-icon-tax-euro; }
|
|
10173
|
+
.#{$ti-prefix}-tax-pound:before { content: $ti-icon-tax-pound; }
|
|
10144
10174
|
.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; }
|
|
10145
10175
|
.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; }
|
|
10146
10176
|
.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; }
|
|
@@ -10213,6 +10243,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10213
10243
|
.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }
|
|
10214
10244
|
.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }
|
|
10215
10245
|
.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; }
|
|
10246
|
+
.#{$ti-prefix}-timezone:before { content: $ti-icon-timezone; }
|
|
10247
|
+
.#{$ti-prefix}-tip-jar:before { content: $ti-icon-tip-jar; }
|
|
10248
|
+
.#{$ti-prefix}-tip-jar-euro:before { content: $ti-icon-tip-jar-euro; }
|
|
10249
|
+
.#{$ti-prefix}-tip-jar-pound:before { content: $ti-icon-tip-jar-pound; }
|
|
10216
10250
|
.#{$ti-prefix}-tir:before { content: $ti-icon-tir; }
|
|
10217
10251
|
.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }
|
|
10218
10252
|
.#{$ti-prefix}-toggle-left-filled:before { content: $ti-icon-toggle-left-filled; }
|
|
@@ -10407,6 +10441,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10407
10441
|
.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; }
|
|
10408
10442
|
.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; }
|
|
10409
10443
|
.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; }
|
|
10444
|
+
.#{$ti-prefix}-viewport-short:before { content: $ti-icon-viewport-short; }
|
|
10445
|
+
.#{$ti-prefix}-viewport-tall:before { content: $ti-icon-viewport-tall; }
|
|
10410
10446
|
.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; }
|
|
10411
10447
|
.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; }
|
|
10412
10448
|
.#{$ti-prefix}-vip:before { content: $ti-icon-vip; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"sass": "./tabler-icons.scss",
|
|
35
35
|
"style": "./tabler-icons.min.css",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
37
|
+
"@tabler/icons": "3.5.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"icons",
|