@tabler/icons-webfont 3.19.0 → 3.20.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 +62 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +137 -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 +33 -3
- package/dist/tabler-icons-outline.css +14 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +29 -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 +9 -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.20.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-filled' !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-filled.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.20.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.20.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -596,6 +596,21 @@ $ti-icon-pill: unicode('ff07');
|
|
|
596
596
|
$ti-icon-pin: unicode('f68d');
|
|
597
597
|
$ti-icon-pinned: unicode('f68e');
|
|
598
598
|
$ti-icon-pizza: unicode('10008');
|
|
599
|
+
$ti-icon-play-card-1: unicode('10083');
|
|
600
|
+
$ti-icon-play-card-10: unicode('10082');
|
|
601
|
+
$ti-icon-play-card-2: unicode('10081');
|
|
602
|
+
$ti-icon-play-card-3: unicode('10080');
|
|
603
|
+
$ti-icon-play-card-4: unicode('1007f');
|
|
604
|
+
$ti-icon-play-card-5: unicode('1007e');
|
|
605
|
+
$ti-icon-play-card-6: unicode('1007d');
|
|
606
|
+
$ti-icon-play-card-7: unicode('1007c');
|
|
607
|
+
$ti-icon-play-card-8: unicode('1007b');
|
|
608
|
+
$ti-icon-play-card-9: unicode('1007a');
|
|
609
|
+
$ti-icon-play-card-a: unicode('10079');
|
|
610
|
+
$ti-icon-play-card-j: unicode('10078');
|
|
611
|
+
$ti-icon-play-card-k: unicode('10077');
|
|
612
|
+
$ti-icon-play-card-q: unicode('10076');
|
|
613
|
+
$ti-icon-play-card-star: unicode('10075');
|
|
599
614
|
$ti-icon-player-eject: unicode('f68f');
|
|
600
615
|
$ti-icon-player-pause: unicode('f690');
|
|
601
616
|
$ti-icon-player-play: unicode('f691');
|
|
@@ -1383,6 +1398,21 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1383
1398
|
.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
|
|
1384
1399
|
.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
|
|
1385
1400
|
.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }
|
|
1401
|
+
.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }
|
|
1402
|
+
.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }
|
|
1403
|
+
.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }
|
|
1404
|
+
.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }
|
|
1405
|
+
.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }
|
|
1406
|
+
.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }
|
|
1407
|
+
.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }
|
|
1408
|
+
.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }
|
|
1409
|
+
.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }
|
|
1410
|
+
.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }
|
|
1411
|
+
.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }
|
|
1412
|
+
.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }
|
|
1413
|
+
.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }
|
|
1414
|
+
.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }
|
|
1415
|
+
.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }
|
|
1386
1416
|
.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }
|
|
1387
1417
|
.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }
|
|
1388
1418
|
.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.20.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.20.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.20.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -8617,6 +8617,10 @@
|
|
|
8617
8617
|
content: "\f129";
|
|
8618
8618
|
}
|
|
8619
8619
|
|
|
8620
|
+
.ti-ferry:before {
|
|
8621
|
+
content: "\10074";
|
|
8622
|
+
}
|
|
8623
|
+
|
|
8620
8624
|
.ti-fidget-spinner:before {
|
|
8621
8625
|
content: "\f068";
|
|
8622
8626
|
}
|
|
@@ -12437,6 +12441,10 @@
|
|
|
12437
12441
|
content: "\f4f0";
|
|
12438
12442
|
}
|
|
12439
12443
|
|
|
12444
|
+
.ti-math-x-floor-divide-y:before {
|
|
12445
|
+
content: "\10073";
|
|
12446
|
+
}
|
|
12447
|
+
|
|
12440
12448
|
.ti-math-x-minus-x:before {
|
|
12441
12449
|
content: "\f4f2";
|
|
12442
12450
|
}
|
|
@@ -19377,6 +19385,10 @@
|
|
|
19377
19385
|
content: "\eb55";
|
|
19378
19386
|
}
|
|
19379
19387
|
|
|
19388
|
+
.ti-x-power-y:before {
|
|
19389
|
+
content: "\10072";
|
|
19390
|
+
}
|
|
19391
|
+
|
|
19380
19392
|
.ti-xbox-a:before {
|
|
19381
19393
|
content: "\f2b6";
|
|
19382
19394
|
}
|