@tabler/icons-webfont 3.33.0 → 3.34.1
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-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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-200-filled.css +78 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +173 -2
- package/dist/tabler-icons-200-filled.min.css +2 -2
- package/dist/tabler-icons-200-filled.min.css.map +1 -1
- package/dist/tabler-icons-200-filled.scss +41 -3
- package/dist/tabler-icons-200-outline.css +6 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +11 -2
- package/dist/tabler-icons-200-outline.min.css +2 -2
- package/dist/tabler-icons-200-outline.min.css.map +1 -1
- package/dist/tabler-icons-200-outline.scss +5 -3
- package/dist/tabler-icons-200.css +82 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +182 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.min.css.map +1 -1
- package/dist/tabler-icons-200.scss +43 -3
- package/dist/tabler-icons-300-filled.css +78 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +173 -2
- package/dist/tabler-icons-300-filled.min.css +2 -2
- package/dist/tabler-icons-300-filled.min.css.map +1 -1
- package/dist/tabler-icons-300-filled.scss +41 -3
- package/dist/tabler-icons-300-outline.css +6 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +11 -2
- package/dist/tabler-icons-300-outline.min.css +2 -2
- package/dist/tabler-icons-300-outline.min.css.map +1 -1
- package/dist/tabler-icons-300-outline.scss +5 -3
- package/dist/tabler-icons-300.css +82 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +182 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.min.css.map +1 -1
- package/dist/tabler-icons-300.scss +43 -3
- package/dist/tabler-icons-filled.css +78 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +173 -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 +41 -3
- package/dist/tabler-icons-outline.css +6 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +11 -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 +5 -3
- package/dist/tabler-icons.css +82 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +182 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +43 -3
- package/package.json +3 -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.34.1 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
@use "sass:string";
|
|
@@ -15,9 +15,9 @@ $ti-prefix: 'ti' !default;
|
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 400;
|
|
17
17
|
font-display: $ti-font-display;
|
|
18
|
-
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.
|
|
18
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.34.1') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.34.1') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -923,6 +923,7 @@ $ti-icon-brand-dolby-digital: unicode('f4d4');
|
|
|
923
923
|
$ti-icon-brand-douban: unicode('f5ff');
|
|
924
924
|
$ti-icon-brand-dribbble: unicode('ec19');
|
|
925
925
|
$ti-icon-brand-dribbble-filled: unicode('f7e5');
|
|
926
|
+
$ti-icon-brand-dropbox: unicode('1018a');
|
|
926
927
|
$ti-icon-brand-drops: unicode('f4d5');
|
|
927
928
|
$ti-icon-brand-drupal: unicode('f393');
|
|
928
929
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
@@ -1267,6 +1268,7 @@ $ti-icon-building-arch: unicode('ea49');
|
|
|
1267
1268
|
$ti-icon-building-bank: unicode('ebe2');
|
|
1268
1269
|
$ti-icon-building-bridge: unicode('ea4b');
|
|
1269
1270
|
$ti-icon-building-bridge-2: unicode('ea4a');
|
|
1271
|
+
$ti-icon-building-bridge-2-filled: unicode('10189');
|
|
1270
1272
|
$ti-icon-building-broadcast-tower: unicode('f4be');
|
|
1271
1273
|
$ti-icon-building-broadcast-tower-filled: unicode('fe81');
|
|
1272
1274
|
$ti-icon-building-burj-al-arab: unicode('ff50');
|
|
@@ -1994,8 +1996,11 @@ $ti-icon-column-insert-right: unicode('ee45');
|
|
|
1994
1996
|
$ti-icon-column-remove: unicode('faf4');
|
|
1995
1997
|
$ti-icon-columns: unicode('eb83');
|
|
1996
1998
|
$ti-icon-columns-1: unicode('f6d4');
|
|
1999
|
+
$ti-icon-columns-1-filled: unicode('10188');
|
|
1997
2000
|
$ti-icon-columns-2: unicode('f6d5');
|
|
2001
|
+
$ti-icon-columns-2-filled: unicode('10187');
|
|
1998
2002
|
$ti-icon-columns-3: unicode('f6d6');
|
|
2003
|
+
$ti-icon-columns-3-filled: unicode('10186');
|
|
1999
2004
|
$ti-icon-columns-off: unicode('f0d4');
|
|
2000
2005
|
$ti-icon-comet: unicode('ec76');
|
|
2001
2006
|
$ti-icon-command: unicode('ea78');
|
|
@@ -2012,10 +2017,12 @@ $ti-icon-cone-filled: unicode('fe58');
|
|
|
2012
2017
|
$ti-icon-cone-off: unicode('f3d8');
|
|
2013
2018
|
$ti-icon-cone-plus: unicode('fa94');
|
|
2014
2019
|
$ti-icon-confetti: unicode('ee46');
|
|
2020
|
+
$ti-icon-confetti-filled: unicode('10185');
|
|
2015
2021
|
$ti-icon-confetti-off: unicode('f3d9');
|
|
2016
2022
|
$ti-icon-confucius: unicode('f58a');
|
|
2017
2023
|
$ti-icon-congruent-to: unicode('ffa3');
|
|
2018
2024
|
$ti-icon-container: unicode('ee47');
|
|
2025
|
+
$ti-icon-container-filled: unicode('10184');
|
|
2019
2026
|
$ti-icon-container-off: unicode('f107');
|
|
2020
2027
|
$ti-icon-contract: unicode('fefb');
|
|
2021
2028
|
$ti-icon-contrast: unicode('ec4e');
|
|
@@ -3496,7 +3503,9 @@ $ti-icon-layout-align-right-filled: unicode('fe22');
|
|
|
3496
3503
|
$ti-icon-layout-align-top: unicode('ead2');
|
|
3497
3504
|
$ti-icon-layout-align-top-filled: unicode('fe21');
|
|
3498
3505
|
$ti-icon-layout-board: unicode('ef95');
|
|
3506
|
+
$ti-icon-layout-board-filled: unicode('10182');
|
|
3499
3507
|
$ti-icon-layout-board-split: unicode('ef94');
|
|
3508
|
+
$ti-icon-layout-board-split-filled: unicode('10183');
|
|
3500
3509
|
$ti-icon-layout-bottombar: unicode('ead3');
|
|
3501
3510
|
$ti-icon-layout-bottombar-collapse: unicode('f28b');
|
|
3502
3511
|
$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');
|
|
@@ -3613,9 +3622,11 @@ $ti-icon-letter-y-small: unicode('fcdf');
|
|
|
3613
3622
|
$ti-icon-letter-z: unicode('ec69');
|
|
3614
3623
|
$ti-icon-letter-z-small: unicode('fce0');
|
|
3615
3624
|
$ti-icon-library: unicode('fd4c');
|
|
3625
|
+
$ti-icon-library-filled: unicode('10180');
|
|
3616
3626
|
$ti-icon-library-minus: unicode('fd49');
|
|
3617
3627
|
$ti-icon-library-photo: unicode('fd4a');
|
|
3618
3628
|
$ti-icon-library-plus: unicode('fd4b');
|
|
3629
|
+
$ti-icon-library-plus-filled: unicode('10181');
|
|
3619
3630
|
$ti-icon-license: unicode('ebc0');
|
|
3620
3631
|
$ti-icon-license-off: unicode('f153');
|
|
3621
3632
|
$ti-icon-lifebuoy: unicode('eadd');
|
|
@@ -4298,9 +4309,11 @@ $ti-icon-octagon: unicode('ecbd');
|
|
|
4298
4309
|
$ti-icon-octagon-filled: unicode('f686');
|
|
4299
4310
|
$ti-icon-octagon-minus: unicode('fc92');
|
|
4300
4311
|
$ti-icon-octagon-minus-2: unicode('fc91');
|
|
4312
|
+
$ti-icon-octagon-minus-filled: unicode('1017f');
|
|
4301
4313
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
4302
4314
|
$ti-icon-octagon-plus: unicode('fc94');
|
|
4303
4315
|
$ti-icon-octagon-plus-2: unicode('fc93');
|
|
4316
|
+
$ti-icon-octagon-plus-filled: unicode('1017e');
|
|
4304
4317
|
$ti-icon-octahedron: unicode('faae');
|
|
4305
4318
|
$ti-icon-octahedron-off: unicode('faac');
|
|
4306
4319
|
$ti-icon-octahedron-plus: unicode('faad');
|
|
@@ -4697,15 +4710,21 @@ $ti-icon-receipt: unicode('edfd');
|
|
|
4697
4710
|
$ti-icon-receipt-2: unicode('edfa');
|
|
4698
4711
|
$ti-icon-receipt-bitcoin: unicode('fd66');
|
|
4699
4712
|
$ti-icon-receipt-dollar: unicode('fd67');
|
|
4713
|
+
$ti-icon-receipt-dollar-filled: unicode('1017d');
|
|
4700
4714
|
$ti-icon-receipt-euro: unicode('fd68');
|
|
4715
|
+
$ti-icon-receipt-euro-filled: unicode('1017c');
|
|
4701
4716
|
$ti-icon-receipt-filled: unicode('ff06');
|
|
4702
4717
|
$ti-icon-receipt-off: unicode('edfb');
|
|
4703
4718
|
$ti-icon-receipt-pound: unicode('fd69');
|
|
4719
|
+
$ti-icon-receipt-pound-filled: unicode('1017b');
|
|
4704
4720
|
$ti-icon-receipt-refund: unicode('edfc');
|
|
4705
4721
|
$ti-icon-receipt-rupee: unicode('fd82');
|
|
4722
|
+
$ti-icon-receipt-rupee-filled: unicode('1017a');
|
|
4706
4723
|
$ti-icon-receipt-tax: unicode('edbd');
|
|
4707
4724
|
$ti-icon-receipt-yen: unicode('fd6a');
|
|
4725
|
+
$ti-icon-receipt-yen-filled: unicode('10179');
|
|
4708
4726
|
$ti-icon-receipt-yuan: unicode('fd6b');
|
|
4727
|
+
$ti-icon-receipt-yuan-filled: unicode('10178');
|
|
4709
4728
|
$ti-icon-recharging: unicode('eeca');
|
|
4710
4729
|
$ti-icon-record-mail: unicode('eb12');
|
|
4711
4730
|
$ti-icon-record-mail-off: unicode('f18b');
|
|
@@ -5511,6 +5530,7 @@ $ti-icon-temperature-plus-filled: unicode('10102');
|
|
|
5511
5530
|
$ti-icon-temperature-snow: unicode('fda3');
|
|
5512
5531
|
$ti-icon-temperature-sun: unicode('fda4');
|
|
5513
5532
|
$ti-icon-template: unicode('eb39');
|
|
5533
|
+
$ti-icon-template-filled: unicode('10177');
|
|
5514
5534
|
$ti-icon-template-off: unicode('f1b0');
|
|
5515
5535
|
$ti-icon-tent: unicode('eefb');
|
|
5516
5536
|
$ti-icon-tent-off: unicode('f435');
|
|
@@ -6850,6 +6870,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6850
6870
|
.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }
|
|
6851
6871
|
.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }
|
|
6852
6872
|
.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; }
|
|
6873
|
+
.#{$ti-prefix}-brand-dropbox:before { content: $ti-icon-brand-dropbox; }
|
|
6853
6874
|
.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }
|
|
6854
6875
|
.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }
|
|
6855
6876
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
@@ -7194,6 +7215,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7194
7215
|
.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }
|
|
7195
7216
|
.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }
|
|
7196
7217
|
.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }
|
|
7218
|
+
.#{$ti-prefix}-building-bridge-2-filled:before { content: $ti-icon-building-bridge-2-filled; }
|
|
7197
7219
|
.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }
|
|
7198
7220
|
.#{$ti-prefix}-building-broadcast-tower-filled:before { content: $ti-icon-building-broadcast-tower-filled; }
|
|
7199
7221
|
.#{$ti-prefix}-building-burj-al-arab:before { content: $ti-icon-building-burj-al-arab; }
|
|
@@ -7921,8 +7943,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7921
7943
|
.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; }
|
|
7922
7944
|
.#{$ti-prefix}-columns:before { content: $ti-icon-columns; }
|
|
7923
7945
|
.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }
|
|
7946
|
+
.#{$ti-prefix}-columns-1-filled:before { content: $ti-icon-columns-1-filled; }
|
|
7924
7947
|
.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }
|
|
7948
|
+
.#{$ti-prefix}-columns-2-filled:before { content: $ti-icon-columns-2-filled; }
|
|
7925
7949
|
.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }
|
|
7950
|
+
.#{$ti-prefix}-columns-3-filled:before { content: $ti-icon-columns-3-filled; }
|
|
7926
7951
|
.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; }
|
|
7927
7952
|
.#{$ti-prefix}-comet:before { content: $ti-icon-comet; }
|
|
7928
7953
|
.#{$ti-prefix}-command:before { content: $ti-icon-command; }
|
|
@@ -7939,10 +7964,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7939
7964
|
.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }
|
|
7940
7965
|
.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }
|
|
7941
7966
|
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
7967
|
+
.#{$ti-prefix}-confetti-filled:before { content: $ti-icon-confetti-filled; }
|
|
7942
7968
|
.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }
|
|
7943
7969
|
.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }
|
|
7944
7970
|
.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }
|
|
7945
7971
|
.#{$ti-prefix}-container:before { content: $ti-icon-container; }
|
|
7972
|
+
.#{$ti-prefix}-container-filled:before { content: $ti-icon-container-filled; }
|
|
7946
7973
|
.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }
|
|
7947
7974
|
.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }
|
|
7948
7975
|
.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }
|
|
@@ -9423,7 +9450,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9423
9450
|
.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }
|
|
9424
9451
|
.#{$ti-prefix}-layout-align-top-filled:before { content: $ti-icon-layout-align-top-filled; }
|
|
9425
9452
|
.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }
|
|
9453
|
+
.#{$ti-prefix}-layout-board-filled:before { content: $ti-icon-layout-board-filled; }
|
|
9426
9454
|
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
9455
|
+
.#{$ti-prefix}-layout-board-split-filled:before { content: $ti-icon-layout-board-split-filled; }
|
|
9427
9456
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
9428
9457
|
.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }
|
|
9429
9458
|
.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }
|
|
@@ -9540,9 +9569,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9540
9569
|
.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }
|
|
9541
9570
|
.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }
|
|
9542
9571
|
.#{$ti-prefix}-library:before { content: $ti-icon-library; }
|
|
9572
|
+
.#{$ti-prefix}-library-filled:before { content: $ti-icon-library-filled; }
|
|
9543
9573
|
.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }
|
|
9544
9574
|
.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }
|
|
9545
9575
|
.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }
|
|
9576
|
+
.#{$ti-prefix}-library-plus-filled:before { content: $ti-icon-library-plus-filled; }
|
|
9546
9577
|
.#{$ti-prefix}-license:before { content: $ti-icon-license; }
|
|
9547
9578
|
.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }
|
|
9548
9579
|
.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }
|
|
@@ -10225,9 +10256,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10225
10256
|
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
10226
10257
|
.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }
|
|
10227
10258
|
.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }
|
|
10259
|
+
.#{$ti-prefix}-octagon-minus-filled:before { content: $ti-icon-octagon-minus-filled; }
|
|
10228
10260
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
10229
10261
|
.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }
|
|
10230
10262
|
.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; }
|
|
10263
|
+
.#{$ti-prefix}-octagon-plus-filled:before { content: $ti-icon-octagon-plus-filled; }
|
|
10231
10264
|
.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }
|
|
10232
10265
|
.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }
|
|
10233
10266
|
.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }
|
|
@@ -10624,15 +10657,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10624
10657
|
.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; }
|
|
10625
10658
|
.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; }
|
|
10626
10659
|
.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }
|
|
10660
|
+
.#{$ti-prefix}-receipt-dollar-filled:before { content: $ti-icon-receipt-dollar-filled; }
|
|
10627
10661
|
.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }
|
|
10662
|
+
.#{$ti-prefix}-receipt-euro-filled:before { content: $ti-icon-receipt-euro-filled; }
|
|
10628
10663
|
.#{$ti-prefix}-receipt-filled:before { content: $ti-icon-receipt-filled; }
|
|
10629
10664
|
.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; }
|
|
10630
10665
|
.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }
|
|
10666
|
+
.#{$ti-prefix}-receipt-pound-filled:before { content: $ti-icon-receipt-pound-filled; }
|
|
10631
10667
|
.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; }
|
|
10632
10668
|
.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }
|
|
10669
|
+
.#{$ti-prefix}-receipt-rupee-filled:before { content: $ti-icon-receipt-rupee-filled; }
|
|
10633
10670
|
.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; }
|
|
10634
10671
|
.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }
|
|
10672
|
+
.#{$ti-prefix}-receipt-yen-filled:before { content: $ti-icon-receipt-yen-filled; }
|
|
10635
10673
|
.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }
|
|
10674
|
+
.#{$ti-prefix}-receipt-yuan-filled:before { content: $ti-icon-receipt-yuan-filled; }
|
|
10636
10675
|
.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; }
|
|
10637
10676
|
.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }
|
|
10638
10677
|
.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }
|
|
@@ -11438,6 +11477,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
11438
11477
|
.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }
|
|
11439
11478
|
.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }
|
|
11440
11479
|
.#{$ti-prefix}-template:before { content: $ti-icon-template; }
|
|
11480
|
+
.#{$ti-prefix}-template-filled:before { content: $ti-icon-template-filled; }
|
|
11441
11481
|
.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }
|
|
11442
11482
|
.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }
|
|
11443
11483
|
.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.34.1",
|
|
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": {
|
|
@@ -28,13 +28,14 @@
|
|
|
28
28
|
"copy": "pnpm run copy:license",
|
|
29
29
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
|
30
30
|
},
|
|
31
|
+
"amdName": "TablerIconsWebfont",
|
|
31
32
|
"files": [
|
|
32
33
|
"dist/*"
|
|
33
34
|
],
|
|
34
35
|
"sass": "./tabler-icons.scss",
|
|
35
36
|
"style": "./tabler-icons.min.css",
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
38
|
+
"@tabler/icons": "3.34.1",
|
|
38
39
|
"sharp": "^0.34.1"
|
|
39
40
|
},
|
|
40
41
|
"keywords": [
|