@tabler/icons-webfont 2.24.0 → 2.25.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/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +16 -16
- package/tabler-icons.css +123 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +272 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +65 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.25.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-weight: 400;
|
|
14
14
|
font-display: $ti-font-display;
|
|
15
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
17
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
15
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.25.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.25.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.25.0') format('woff2'),
|
|
18
18
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
19
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.25.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -98,6 +98,7 @@ $ti-icon-affiliate-filled: unicode('f6ed');
|
|
|
98
98
|
$ti-icon-air-balloon: unicode('f4a6');
|
|
99
99
|
$ti-icon-air-conditioning: unicode('f3a2');
|
|
100
100
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
101
|
+
$ti-icon-air-traffic-control: unicode('fb01');
|
|
101
102
|
$ti-icon-alarm: unicode('ea04');
|
|
102
103
|
$ti-icon-alarm-filled: unicode('f709');
|
|
103
104
|
$ti-icon-alarm-minus: unicode('f630');
|
|
@@ -929,6 +930,7 @@ $ti-icon-brand-ted: unicode('f658');
|
|
|
929
930
|
$ti-icon-brand-telegram: unicode('ec26');
|
|
930
931
|
$ti-icon-brand-terraform: unicode('fa56');
|
|
931
932
|
$ti-icon-brand-tether: unicode('f5a3');
|
|
933
|
+
$ti-icon-brand-threads: unicode('fb02');
|
|
932
934
|
$ti-icon-brand-threejs: unicode('f5f0');
|
|
933
935
|
$ti-icon-brand-tidal: unicode('ed70');
|
|
934
936
|
$ti-icon-brand-tikto-filled: unicode('f7ea');
|
|
@@ -995,6 +997,7 @@ $ti-icon-brand-zwift: unicode('f216');
|
|
|
995
997
|
$ti-icon-bread: unicode('efa3');
|
|
996
998
|
$ti-icon-bread-off: unicode('f3cb');
|
|
997
999
|
$ti-icon-briefcase: unicode('ea46');
|
|
1000
|
+
$ti-icon-briefcase-2: unicode('fb03');
|
|
998
1001
|
$ti-icon-briefcase-off: unicode('f3cc');
|
|
999
1002
|
$ti-icon-brightness: unicode('eb7f');
|
|
1000
1003
|
$ti-icon-brightness-2: unicode('ee19');
|
|
@@ -2017,6 +2020,9 @@ $ti-icon-eraser: unicode('eb8b');
|
|
|
2017
2020
|
$ti-icon-eraser-off: unicode('f121');
|
|
2018
2021
|
$ti-icon-error-404: unicode('f027');
|
|
2019
2022
|
$ti-icon-error-404-off: unicode('f122');
|
|
2023
|
+
$ti-icon-escalator: unicode('fb06');
|
|
2024
|
+
$ti-icon-escalator-down: unicode('fb04');
|
|
2025
|
+
$ti-icon-escalator-up: unicode('fb05');
|
|
2020
2026
|
$ti-icon-exchange: unicode('ebe7');
|
|
2021
2027
|
$ti-icon-exchange-off: unicode('f123');
|
|
2022
2028
|
$ti-icon-exclamation-circle: unicode('f634');
|
|
@@ -2114,6 +2120,29 @@ $ti-icon-file-symlink: unicode('ed53');
|
|
|
2114
2120
|
$ti-icon-file-text: unicode('eaa2');
|
|
2115
2121
|
$ti-icon-file-text-ai: unicode('fa27');
|
|
2116
2122
|
$ti-icon-file-time: unicode('f040');
|
|
2123
|
+
$ti-icon-file-type-bmp: unicode('fb07');
|
|
2124
|
+
$ti-icon-file-type-css: unicode('fb08');
|
|
2125
|
+
$ti-icon-file-type-csv: unicode('fb09');
|
|
2126
|
+
$ti-icon-file-type-doc: unicode('fb0a');
|
|
2127
|
+
$ti-icon-file-type-docx: unicode('fb0b');
|
|
2128
|
+
$ti-icon-file-type-html: unicode('fb0c');
|
|
2129
|
+
$ti-icon-file-type-jpg: unicode('fb0d');
|
|
2130
|
+
$ti-icon-file-type-js: unicode('fb0e');
|
|
2131
|
+
$ti-icon-file-type-jsx: unicode('fb0f');
|
|
2132
|
+
$ti-icon-file-type-pdf: unicode('fb10');
|
|
2133
|
+
$ti-icon-file-type-php: unicode('fb11');
|
|
2134
|
+
$ti-icon-file-type-png: unicode('fb12');
|
|
2135
|
+
$ti-icon-file-type-ppt: unicode('fb13');
|
|
2136
|
+
$ti-icon-file-type-rs: unicode('fb14');
|
|
2137
|
+
$ti-icon-file-type-sql: unicode('fb15');
|
|
2138
|
+
$ti-icon-file-type-svg: unicode('fb16');
|
|
2139
|
+
$ti-icon-file-type-ts: unicode('fb17');
|
|
2140
|
+
$ti-icon-file-type-tsx: unicode('fb18');
|
|
2141
|
+
$ti-icon-file-type-txt: unicode('fb19');
|
|
2142
|
+
$ti-icon-file-type-vue: unicode('fb1a');
|
|
2143
|
+
$ti-icon-file-type-xls: unicode('fb1b');
|
|
2144
|
+
$ti-icon-file-type-xml: unicode('fb1c');
|
|
2145
|
+
$ti-icon-file-type-zip: unicode('fb1d');
|
|
2117
2146
|
$ti-icon-file-typography: unicode('f041');
|
|
2118
2147
|
$ti-icon-file-unknown: unicode('f042');
|
|
2119
2148
|
$ti-icon-file-upload: unicode('ec91');
|
|
@@ -3324,6 +3353,7 @@ $ti-icon-qrcode-off: unicode('f41e');
|
|
|
3324
3353
|
$ti-icon-question-mark: unicode('ec9d');
|
|
3325
3354
|
$ti-icon-quote: unicode('efbe');
|
|
3326
3355
|
$ti-icon-quote-off: unicode('f188');
|
|
3356
|
+
$ti-icon-quotes: unicode('fb1e');
|
|
3327
3357
|
$ti-icon-radar: unicode('f017');
|
|
3328
3358
|
$ti-icon-radar-2: unicode('f016');
|
|
3329
3359
|
$ti-icon-radar-off: unicode('f41f');
|
|
@@ -4385,6 +4415,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4385
4415
|
.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }
|
|
4386
4416
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
4387
4417
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
4418
|
+
.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }
|
|
4388
4419
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
4389
4420
|
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
4390
4421
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
@@ -5216,6 +5247,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5216
5247
|
.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }
|
|
5217
5248
|
.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }
|
|
5218
5249
|
.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; }
|
|
5250
|
+
.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }
|
|
5219
5251
|
.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }
|
|
5220
5252
|
.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }
|
|
5221
5253
|
.#{$ti-prefix}-brand-tikto-filled:before { content: $ti-icon-brand-tikto-filled; }
|
|
@@ -5282,6 +5314,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5282
5314
|
.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }
|
|
5283
5315
|
.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }
|
|
5284
5316
|
.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }
|
|
5317
|
+
.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }
|
|
5285
5318
|
.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }
|
|
5286
5319
|
.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }
|
|
5287
5320
|
.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }
|
|
@@ -6304,6 +6337,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6304
6337
|
.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; }
|
|
6305
6338
|
.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; }
|
|
6306
6339
|
.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }
|
|
6340
|
+
.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }
|
|
6341
|
+
.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }
|
|
6342
|
+
.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }
|
|
6307
6343
|
.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }
|
|
6308
6344
|
.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }
|
|
6309
6345
|
.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }
|
|
@@ -6401,6 +6437,29 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6401
6437
|
.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }
|
|
6402
6438
|
.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }
|
|
6403
6439
|
.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }
|
|
6440
|
+
.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }
|
|
6441
|
+
.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }
|
|
6442
|
+
.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; }
|
|
6443
|
+
.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; }
|
|
6444
|
+
.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; }
|
|
6445
|
+
.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; }
|
|
6446
|
+
.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; }
|
|
6447
|
+
.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; }
|
|
6448
|
+
.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; }
|
|
6449
|
+
.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; }
|
|
6450
|
+
.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; }
|
|
6451
|
+
.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; }
|
|
6452
|
+
.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; }
|
|
6453
|
+
.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; }
|
|
6454
|
+
.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; }
|
|
6455
|
+
.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; }
|
|
6456
|
+
.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; }
|
|
6457
|
+
.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; }
|
|
6458
|
+
.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; }
|
|
6459
|
+
.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; }
|
|
6460
|
+
.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; }
|
|
6461
|
+
.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }
|
|
6462
|
+
.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }
|
|
6404
6463
|
.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }
|
|
6405
6464
|
.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }
|
|
6406
6465
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
@@ -7611,6 +7670,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7611
7670
|
.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }
|
|
7612
7671
|
.#{$ti-prefix}-quote:before { content: $ti-icon-quote; }
|
|
7613
7672
|
.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; }
|
|
7673
|
+
.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }
|
|
7614
7674
|
.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }
|
|
7615
7675
|
.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }
|
|
7616
7676
|
.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }
|