@tabler/icons-webfont 2.47.0 → 3.0.0-alpha.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/LICENSE +1 -1
- package/fonts/.gitkeep +0 -0
- 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 +4 -7
- package/tabler-icons.css +656 -40
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +1406 -83
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +335 -31
package/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons
|
|
3
|
+
* Tabler Icons 3.0.0-alpha.1 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,11 +13,11 @@ $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.eot?
|
|
17
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.woff2?
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v3.0.0-alpha.1');
|
|
17
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v3.0.0-alpha.1') format('embedded-opentype'),
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-alpha.1') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.0.0-alpha.1') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -442,20 +442,32 @@ $ti-icon-backspace: unicode('ea2d');
|
|
|
442
442
|
$ti-icon-backspace-filled: unicode('f7dc');
|
|
443
443
|
$ti-icon-badge: unicode('efc2');
|
|
444
444
|
$ti-icon-badge-3d: unicode('f555');
|
|
445
|
+
$ti-icon-badge-3d-filled: unicode('ea01');
|
|
445
446
|
$ti-icon-badge-4k: unicode('f556');
|
|
447
|
+
$ti-icon-badge-4k-filled: unicode('eaa9');
|
|
446
448
|
$ti-icon-badge-8k: unicode('f557');
|
|
449
|
+
$ti-icon-badge-8k-filled: unicode('eabb');
|
|
447
450
|
$ti-icon-badge-ad: unicode('f558');
|
|
451
|
+
$ti-icon-badge-ad-filled: unicode('eb81');
|
|
448
452
|
$ti-icon-badge-ad-off: unicode('fd8f');
|
|
449
453
|
$ti-icon-badge-ar: unicode('f559');
|
|
454
|
+
$ti-icon-badge-ar-filled: unicode('eb98');
|
|
450
455
|
$ti-icon-badge-cc: unicode('f55a');
|
|
456
|
+
$ti-icon-badge-cc-filled: unicode('ebbf');
|
|
451
457
|
$ti-icon-badge-filled: unicode('f667');
|
|
452
458
|
$ti-icon-badge-hd: unicode('f55b');
|
|
459
|
+
$ti-icon-badge-hd-filled: unicode('ebc3');
|
|
453
460
|
$ti-icon-badge-off: unicode('f0fb');
|
|
454
461
|
$ti-icon-badge-sd: unicode('f55c');
|
|
462
|
+
$ti-icon-badge-sd-filled: unicode('ebe0');
|
|
455
463
|
$ti-icon-badge-tm: unicode('f55d');
|
|
464
|
+
$ti-icon-badge-tm-filled: unicode('ebf8');
|
|
456
465
|
$ti-icon-badge-vo: unicode('f55e');
|
|
466
|
+
$ti-icon-badge-vo-filled: unicode('ebfc');
|
|
457
467
|
$ti-icon-badge-vr: unicode('f55f');
|
|
468
|
+
$ti-icon-badge-vr-filled: unicode('ebfd');
|
|
458
469
|
$ti-icon-badge-wc: unicode('f560');
|
|
470
|
+
$ti-icon-badge-wc-filled: unicode('ebfe');
|
|
459
471
|
$ti-icon-badges: unicode('efc3');
|
|
460
472
|
$ti-icon-badges-filled: unicode('f7dd');
|
|
461
473
|
$ti-icon-badges-off: unicode('f0fc');
|
|
@@ -583,6 +595,7 @@ $ti-icon-binary-off: unicode('f3c5');
|
|
|
583
595
|
$ti-icon-binary-tree: unicode('f5d4');
|
|
584
596
|
$ti-icon-binary-tree-2: unicode('f5d3');
|
|
585
597
|
$ti-icon-biohazard: unicode('ecb8');
|
|
598
|
+
$ti-icon-biohazard-filled: unicode('ebff');
|
|
586
599
|
$ti-icon-biohazard-off: unicode('f0b9');
|
|
587
600
|
$ti-icon-blade: unicode('f4bd');
|
|
588
601
|
$ti-icon-blade-filled: unicode('f7e2');
|
|
@@ -629,6 +642,7 @@ $ti-icon-bookmarks-filled: unicode('fb1f');
|
|
|
629
642
|
$ti-icon-bookmarks-off: unicode('f0bd');
|
|
630
643
|
$ti-icon-books: unicode('eff2');
|
|
631
644
|
$ti-icon-books-off: unicode('f0be');
|
|
645
|
+
$ti-icon-boom: unicode('ec11');
|
|
632
646
|
$ti-icon-border-all: unicode('ea3b');
|
|
633
647
|
$ti-icon-border-bottom: unicode('ea3c');
|
|
634
648
|
$ti-icon-border-corner-ios: unicode('fd98');
|
|
@@ -731,6 +745,7 @@ $ti-icon-brand-apple-filled: unicode('fd74');
|
|
|
731
745
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
732
746
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
733
747
|
$ti-icon-brand-asana: unicode('edc5');
|
|
748
|
+
$ti-icon-brand-astro: unicode('ec32');
|
|
734
749
|
$ti-icon-brand-auth0: unicode('fcb3');
|
|
735
750
|
$ti-icon-brand-aws: unicode('fa4c');
|
|
736
751
|
$ti-icon-brand-azure: unicode('fa4d');
|
|
@@ -1223,8 +1238,14 @@ $ti-icon-capture: unicode('ec3c');
|
|
|
1223
1238
|
$ti-icon-capture-filled: unicode('fb29');
|
|
1224
1239
|
$ti-icon-capture-off: unicode('f0c6');
|
|
1225
1240
|
$ti-icon-car: unicode('ebbb');
|
|
1241
|
+
$ti-icon-car-4wd: unicode('ec33');
|
|
1226
1242
|
$ti-icon-car-crane: unicode('ef25');
|
|
1227
1243
|
$ti-icon-car-crash: unicode('efa4');
|
|
1244
|
+
$ti-icon-car-fan: unicode('ec4f');
|
|
1245
|
+
$ti-icon-car-fan-1: unicode('ec6a');
|
|
1246
|
+
$ti-icon-car-fan-2: unicode('ec6d');
|
|
1247
|
+
$ti-icon-car-fan-3: unicode('ec85');
|
|
1248
|
+
$ti-icon-car-fan-auto: unicode('eccc');
|
|
1228
1249
|
$ti-icon-car-garage: unicode('fc77');
|
|
1229
1250
|
$ti-icon-car-off: unicode('f0c7');
|
|
1230
1251
|
$ti-icon-car-suv: unicode('fc8b');
|
|
@@ -1254,6 +1275,7 @@ $ti-icon-carrot: unicode('f21c');
|
|
|
1254
1275
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1255
1276
|
$ti-icon-cash: unicode('ea55');
|
|
1256
1277
|
$ti-icon-cash-banknote: unicode('ee25');
|
|
1278
|
+
$ti-icon-cash-banknote-filled: unicode('eccd');
|
|
1257
1279
|
$ti-icon-cash-banknote-off: unicode('ee24');
|
|
1258
1280
|
$ti-icon-cash-off: unicode('f105');
|
|
1259
1281
|
$ti-icon-cast: unicode('ea56');
|
|
@@ -1434,31 +1456,57 @@ $ti-icon-circle-half-vertical: unicode('ee3e');
|
|
|
1434
1456
|
$ti-icon-circle-key: unicode('f633');
|
|
1435
1457
|
$ti-icon-circle-key-filled: unicode('f706');
|
|
1436
1458
|
$ti-icon-circle-letter-a: unicode('f441');
|
|
1459
|
+
$ti-icon-circle-letter-a-filled: unicode('ecce');
|
|
1437
1460
|
$ti-icon-circle-letter-b: unicode('f442');
|
|
1461
|
+
$ti-icon-circle-letter-b-filled: unicode('eccf');
|
|
1438
1462
|
$ti-icon-circle-letter-c: unicode('f443');
|
|
1463
|
+
$ti-icon-circle-letter-c-filled: unicode('ecd1');
|
|
1439
1464
|
$ti-icon-circle-letter-d: unicode('f444');
|
|
1465
|
+
$ti-icon-circle-letter-d-filled: unicode('ecd2');
|
|
1440
1466
|
$ti-icon-circle-letter-e: unicode('f445');
|
|
1467
|
+
$ti-icon-circle-letter-e-filled: unicode('ecd6');
|
|
1441
1468
|
$ti-icon-circle-letter-f: unicode('f446');
|
|
1469
|
+
$ti-icon-circle-letter-f-filled: unicode('ed31');
|
|
1442
1470
|
$ti-icon-circle-letter-g: unicode('f447');
|
|
1471
|
+
$ti-icon-circle-letter-g-filled: unicode('ed3a');
|
|
1443
1472
|
$ti-icon-circle-letter-h: unicode('f448');
|
|
1473
|
+
$ti-icon-circle-letter-h-filled: unicode('ed3b');
|
|
1444
1474
|
$ti-icon-circle-letter-i: unicode('f449');
|
|
1475
|
+
$ti-icon-circle-letter-i-filled: unicode('ed83');
|
|
1445
1476
|
$ti-icon-circle-letter-j: unicode('f44a');
|
|
1477
|
+
$ti-icon-circle-letter-j-filled: unicode('ed8b');
|
|
1446
1478
|
$ti-icon-circle-letter-k: unicode('f44b');
|
|
1479
|
+
$ti-icon-circle-letter-k-filled: unicode('ed99');
|
|
1447
1480
|
$ti-icon-circle-letter-l: unicode('f44c');
|
|
1481
|
+
$ti-icon-circle-letter-l-filled: unicode('eda5');
|
|
1448
1482
|
$ti-icon-circle-letter-m: unicode('f44d');
|
|
1483
|
+
$ti-icon-circle-letter-m-filled: unicode('ee52');
|
|
1449
1484
|
$ti-icon-circle-letter-n: unicode('f44e');
|
|
1485
|
+
$ti-icon-circle-letter-n-filled: unicode('ee7f');
|
|
1450
1486
|
$ti-icon-circle-letter-o: unicode('f44f');
|
|
1487
|
+
$ti-icon-circle-letter-o-filled: unicode('eedb');
|
|
1451
1488
|
$ti-icon-circle-letter-p: unicode('f450');
|
|
1489
|
+
$ti-icon-circle-letter-p-filled: unicode('eedd');
|
|
1452
1490
|
$ti-icon-circle-letter-q: unicode('f451');
|
|
1491
|
+
$ti-icon-circle-letter-q-filled: unicode('eede');
|
|
1453
1492
|
$ti-icon-circle-letter-r: unicode('f452');
|
|
1493
|
+
$ti-icon-circle-letter-r-filled: unicode('ef0f');
|
|
1454
1494
|
$ti-icon-circle-letter-s: unicode('f453');
|
|
1495
|
+
$ti-icon-circle-letter-s-filled: unicode('ef4a');
|
|
1455
1496
|
$ti-icon-circle-letter-t: unicode('f454');
|
|
1497
|
+
$ti-icon-circle-letter-t-filled: unicode('efce');
|
|
1456
1498
|
$ti-icon-circle-letter-u: unicode('f455');
|
|
1499
|
+
$ti-icon-circle-letter-u-filled: unicode('f066');
|
|
1457
1500
|
$ti-icon-circle-letter-v: unicode('f4ad');
|
|
1501
|
+
$ti-icon-circle-letter-v-filled: unicode('f06f');
|
|
1458
1502
|
$ti-icon-circle-letter-w: unicode('f456');
|
|
1503
|
+
$ti-icon-circle-letter-w-filled: unicode('f13b');
|
|
1459
1504
|
$ti-icon-circle-letter-x: unicode('f4ae');
|
|
1505
|
+
$ti-icon-circle-letter-x-filled: unicode('f152');
|
|
1460
1506
|
$ti-icon-circle-letter-y: unicode('f457');
|
|
1507
|
+
$ti-icon-circle-letter-y-filled: unicode('f1ac');
|
|
1461
1508
|
$ti-icon-circle-letter-z: unicode('f458');
|
|
1509
|
+
$ti-icon-circle-letter-z-filled: unicode('f1d5');
|
|
1462
1510
|
$ti-icon-circle-minus: unicode('ea68');
|
|
1463
1511
|
$ti-icon-circle-minus-2: unicode('fc8c');
|
|
1464
1512
|
$ti-icon-circle-number-0: unicode('ee34');
|
|
@@ -1534,17 +1582,29 @@ $ti-icon-clock-exclamation: unicode('f847');
|
|
|
1534
1582
|
$ti-icon-clock-filled: unicode('f73a');
|
|
1535
1583
|
$ti-icon-clock-heart: unicode('f7c4');
|
|
1536
1584
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1585
|
+
$ti-icon-clock-hour-1-filled: unicode('f23f');
|
|
1537
1586
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
1587
|
+
$ti-icon-clock-hour-10-filled: unicode('f2ac');
|
|
1538
1588
|
$ti-icon-clock-hour-11: unicode('f315');
|
|
1589
|
+
$ti-icon-clock-hour-11-filled: unicode('f39c');
|
|
1539
1590
|
$ti-icon-clock-hour-12: unicode('f316');
|
|
1591
|
+
$ti-icon-clock-hour-12-filled: unicode('f4c4');
|
|
1540
1592
|
$ti-icon-clock-hour-2: unicode('f317');
|
|
1593
|
+
$ti-icon-clock-hour-2-filled: unicode('f637');
|
|
1541
1594
|
$ti-icon-clock-hour-3: unicode('f318');
|
|
1595
|
+
$ti-icon-clock-hour-3-filled: unicode('f677');
|
|
1542
1596
|
$ti-icon-clock-hour-4: unicode('f319');
|
|
1597
|
+
$ti-icon-clock-hour-4-filled: unicode('f6b3');
|
|
1543
1598
|
$ti-icon-clock-hour-5: unicode('f31a');
|
|
1599
|
+
$ti-icon-clock-hour-5-filled: unicode('f6b4');
|
|
1544
1600
|
$ti-icon-clock-hour-6: unicode('f31b');
|
|
1601
|
+
$ti-icon-clock-hour-6-filled: unicode('f6b5');
|
|
1545
1602
|
$ti-icon-clock-hour-7: unicode('f31c');
|
|
1603
|
+
$ti-icon-clock-hour-7-filled: unicode('f6b6');
|
|
1546
1604
|
$ti-icon-clock-hour-8: unicode('f31d');
|
|
1605
|
+
$ti-icon-clock-hour-8-filled: unicode('f6b7');
|
|
1547
1606
|
$ti-icon-clock-hour-9: unicode('f31e');
|
|
1607
|
+
$ti-icon-clock-hour-9-filled: unicode('f6b8');
|
|
1548
1608
|
$ti-icon-clock-minus: unicode('f848');
|
|
1549
1609
|
$ti-icon-clock-off: unicode('f0cf');
|
|
1550
1610
|
$ti-icon-clock-pause: unicode('f548');
|
|
@@ -1600,7 +1660,7 @@ $ti-icon-clover-2: unicode('f21e');
|
|
|
1600
1660
|
$ti-icon-clubs: unicode('eff4');
|
|
1601
1661
|
$ti-icon-clubs-filled: unicode('f674');
|
|
1602
1662
|
$ti-icon-code: unicode('ea77');
|
|
1603
|
-
$ti-icon-code-
|
|
1663
|
+
$ti-icon-code-asterisk: unicode('f312');
|
|
1604
1664
|
$ti-icon-code-circle: unicode('f4ff');
|
|
1605
1665
|
$ti-icon-code-circle-2: unicode('f4fe');
|
|
1606
1666
|
$ti-icon-code-dots: unicode('f61a');
|
|
@@ -1653,6 +1713,8 @@ $ti-icon-components: unicode('efa5');
|
|
|
1653
1713
|
$ti-icon-components-off: unicode('f0d6');
|
|
1654
1714
|
$ti-icon-cone: unicode('efdd');
|
|
1655
1715
|
$ti-icon-cone-2: unicode('efdc');
|
|
1716
|
+
$ti-icon-cone-2-filled: unicode('f6b9');
|
|
1717
|
+
$ti-icon-cone-filled: unicode('f6ba');
|
|
1656
1718
|
$ti-icon-cone-off: unicode('f3d8');
|
|
1657
1719
|
$ti-icon-cone-plus: unicode('fa94');
|
|
1658
1720
|
$ti-icon-confetti: unicode('ee46');
|
|
@@ -1662,18 +1724,20 @@ $ti-icon-container: unicode('ee47');
|
|
|
1662
1724
|
$ti-icon-container-off: unicode('f107');
|
|
1663
1725
|
$ti-icon-contrast: unicode('ec4e');
|
|
1664
1726
|
$ti-icon-contrast-2: unicode('efc7');
|
|
1727
|
+
$ti-icon-contrast-2-filled: unicode('f6bb');
|
|
1665
1728
|
$ti-icon-contrast-2-off: unicode('f3da');
|
|
1729
|
+
$ti-icon-contrast-filled: unicode('f6bc');
|
|
1666
1730
|
$ti-icon-contrast-off: unicode('f3db');
|
|
1667
1731
|
$ti-icon-cooker: unicode('f57a');
|
|
1668
|
-
$ti-icon-cookie: unicode('
|
|
1669
|
-
$ti-icon-cookie-man: unicode('
|
|
1732
|
+
$ti-icon-cookie-filled: unicode('f6bd');
|
|
1733
|
+
$ti-icon-cookie-man-filled: unicode('f6be');
|
|
1670
1734
|
$ti-icon-cookie-off: unicode('f0d7');
|
|
1671
1735
|
$ti-icon-copy: unicode('ea7a');
|
|
1672
|
-
$ti-icon-copy-check: unicode('
|
|
1673
|
-
$ti-icon-copy-minus: unicode('
|
|
1736
|
+
$ti-icon-copy-check-filled: unicode('f6bf');
|
|
1737
|
+
$ti-icon-copy-minus-filled: unicode('f6c0');
|
|
1674
1738
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1675
|
-
$ti-icon-copy-plus: unicode('
|
|
1676
|
-
$ti-icon-copy-x: unicode('
|
|
1739
|
+
$ti-icon-copy-plus-filled: unicode('f6c1');
|
|
1740
|
+
$ti-icon-copy-x-filled: unicode('f6c2');
|
|
1677
1741
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1678
1742
|
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1679
1743
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
@@ -1716,12 +1780,19 @@ $ti-icon-credit-card-refund: unicode('fd33');
|
|
|
1716
1780
|
$ti-icon-cricket: unicode('f09a');
|
|
1717
1781
|
$ti-icon-crop: unicode('ea85');
|
|
1718
1782
|
$ti-icon-crop-1-1: unicode('fd50');
|
|
1783
|
+
$ti-icon-crop-1-1-filled: unicode('f6c3');
|
|
1719
1784
|
$ti-icon-crop-16-9: unicode('fd51');
|
|
1785
|
+
$ti-icon-crop-16-9-filled: unicode('f6c4');
|
|
1720
1786
|
$ti-icon-crop-3-2: unicode('fd52');
|
|
1787
|
+
$ti-icon-crop-3-2-filled: unicode('f6f3');
|
|
1721
1788
|
$ti-icon-crop-5-4: unicode('fd53');
|
|
1789
|
+
$ti-icon-crop-5-4-filled: unicode('fd3f');
|
|
1722
1790
|
$ti-icon-crop-7-5: unicode('fd54');
|
|
1791
|
+
$ti-icon-crop-7-5-filled: unicode('fd40');
|
|
1723
1792
|
$ti-icon-crop-landscape: unicode('fd55');
|
|
1793
|
+
$ti-icon-crop-landscape-filled: unicode('fd41');
|
|
1724
1794
|
$ti-icon-crop-portrait: unicode('fd56');
|
|
1795
|
+
$ti-icon-crop-portrait-filled: unicode('fd42');
|
|
1725
1796
|
$ti-icon-cross: unicode('ef8f');
|
|
1726
1797
|
$ti-icon-cross-filled: unicode('f675');
|
|
1727
1798
|
$ti-icon-cross-off: unicode('f10b');
|
|
@@ -2101,10 +2172,6 @@ $ti-icon-disc: unicode('ea90');
|
|
|
2101
2172
|
$ti-icon-disc-golf: unicode('f385');
|
|
2102
2173
|
$ti-icon-disc-off: unicode('f118');
|
|
2103
2174
|
$ti-icon-discount: unicode('ebbd');
|
|
2104
|
-
$ti-icon-discount-2: unicode('ee7c');
|
|
2105
|
-
$ti-icon-discount-2-off: unicode('f3e6');
|
|
2106
|
-
$ti-icon-discount-check: unicode('f1f8');
|
|
2107
|
-
$ti-icon-discount-check-filled: unicode('f746');
|
|
2108
2175
|
$ti-icon-discount-off: unicode('f3e7');
|
|
2109
2176
|
$ti-icon-divide: unicode('ed5c');
|
|
2110
2177
|
$ti-icon-dna: unicode('ee7d');
|
|
@@ -2553,6 +2620,7 @@ $ti-icon-go-game: unicode('f512');
|
|
|
2553
2620
|
$ti-icon-golf: unicode('ed8c');
|
|
2554
2621
|
$ti-icon-golf-off: unicode('f13a');
|
|
2555
2622
|
$ti-icon-gps: unicode('ed7a');
|
|
2623
|
+
$ti-icon-gps-filled: unicode('fdaa');
|
|
2556
2624
|
$ti-icon-gradienter: unicode('f3ab');
|
|
2557
2625
|
$ti-icon-grain: unicode('ee92');
|
|
2558
2626
|
$ti-icon-graph: unicode('f288');
|
|
@@ -2589,11 +2657,11 @@ $ti-icon-hand-finger: unicode('ee94');
|
|
|
2589
2657
|
$ti-icon-hand-finger-off: unicode('f13d');
|
|
2590
2658
|
$ti-icon-hand-grab: unicode('f091');
|
|
2591
2659
|
$ti-icon-hand-little-finger: unicode('ee95');
|
|
2660
|
+
$ti-icon-hand-love-you: unicode('ee97');
|
|
2592
2661
|
$ti-icon-hand-middle-finger: unicode('ec2d');
|
|
2593
2662
|
$ti-icon-hand-move: unicode('ef50');
|
|
2594
2663
|
$ti-icon-hand-off: unicode('ed15');
|
|
2595
2664
|
$ti-icon-hand-ring-finger: unicode('ee96');
|
|
2596
|
-
$ti-icon-hand-rock: unicode('ee97');
|
|
2597
2665
|
$ti-icon-hand-sanitizer: unicode('f5f4');
|
|
2598
2666
|
$ti-icon-hand-stop: unicode('ec2e');
|
|
2599
2667
|
$ti-icon-hand-three-fingers: unicode('ee98');
|
|
@@ -2900,11 +2968,17 @@ $ti-icon-layers-union: unicode('eacb');
|
|
|
2900
2968
|
$ti-icon-layout: unicode('eadb');
|
|
2901
2969
|
$ti-icon-layout-2: unicode('eacc');
|
|
2902
2970
|
$ti-icon-layout-align-bottom: unicode('eacd');
|
|
2971
|
+
$ti-icon-layout-align-bottom-filled: unicode('fdab');
|
|
2903
2972
|
$ti-icon-layout-align-center: unicode('eace');
|
|
2973
|
+
$ti-icon-layout-align-center-filled: unicode('fdac');
|
|
2904
2974
|
$ti-icon-layout-align-left: unicode('eacf');
|
|
2975
|
+
$ti-icon-layout-align-left-filled: unicode('fdad');
|
|
2905
2976
|
$ti-icon-layout-align-middle: unicode('ead0');
|
|
2977
|
+
$ti-icon-layout-align-middle-filled: unicode('fdae');
|
|
2906
2978
|
$ti-icon-layout-align-right: unicode('ead1');
|
|
2979
|
+
$ti-icon-layout-align-right-filled: unicode('fdaf');
|
|
2907
2980
|
$ti-icon-layout-align-top: unicode('ead2');
|
|
2981
|
+
$ti-icon-layout-align-top-filled: unicode('fdb0');
|
|
2908
2982
|
$ti-icon-layout-board: unicode('ef95');
|
|
2909
2983
|
$ti-icon-layout-board-split: unicode('ef94');
|
|
2910
2984
|
$ti-icon-layout-bottombar: unicode('ead3');
|
|
@@ -3347,10 +3421,12 @@ $ti-icon-mickey-filled: unicode('f683');
|
|
|
3347
3421
|
$ti-icon-microphone: unicode('eaf0');
|
|
3348
3422
|
$ti-icon-microphone-2: unicode('ef2c');
|
|
3349
3423
|
$ti-icon-microphone-2-off: unicode('f40d');
|
|
3424
|
+
$ti-icon-microphone-filled: unicode('fdb1');
|
|
3350
3425
|
$ti-icon-microphone-off: unicode('ed16');
|
|
3351
3426
|
$ti-icon-microscope: unicode('ef64');
|
|
3352
3427
|
$ti-icon-microscope-off: unicode('f40e');
|
|
3353
3428
|
$ti-icon-microwave: unicode('f248');
|
|
3429
|
+
$ti-icon-microwave-filled: unicode('fdb2');
|
|
3354
3430
|
$ti-icon-microwave-off: unicode('f264');
|
|
3355
3431
|
$ti-icon-military-award: unicode('f079');
|
|
3356
3432
|
$ti-icon-military-rank: unicode('efcf');
|
|
@@ -3874,6 +3950,7 @@ $ti-icon-quote-off: unicode('f188');
|
|
|
3874
3950
|
$ti-icon-quotes: unicode('fb1e');
|
|
3875
3951
|
$ti-icon-radar: unicode('f017');
|
|
3876
3952
|
$ti-icon-radar-2: unicode('f016');
|
|
3953
|
+
$ti-icon-radar-filled: unicode('fdb3');
|
|
3877
3954
|
$ti-icon-radar-off: unicode('f41f');
|
|
3878
3955
|
$ti-icon-radio: unicode('ef2d');
|
|
3879
3956
|
$ti-icon-radio-off: unicode('f420');
|
|
@@ -3927,8 +4004,11 @@ $ti-icon-regex: unicode('f31f');
|
|
|
3927
4004
|
$ti-icon-regex-off: unicode('f421');
|
|
3928
4005
|
$ti-icon-registered: unicode('eb14');
|
|
3929
4006
|
$ti-icon-relation-many-to-many: unicode('ed7f');
|
|
4007
|
+
$ti-icon-relation-many-to-many-filled: unicode('fdb4');
|
|
3930
4008
|
$ti-icon-relation-one-to-many: unicode('ed80');
|
|
4009
|
+
$ti-icon-relation-one-to-many-filled: unicode('fdb5');
|
|
3931
4010
|
$ti-icon-relation-one-to-one: unicode('ed81');
|
|
4011
|
+
$ti-icon-relation-one-to-one-filled: unicode('fdb6');
|
|
3932
4012
|
$ti-icon-reload: unicode('f3ae');
|
|
3933
4013
|
$ti-icon-reorder: unicode('fc15');
|
|
3934
4014
|
$ti-icon-repeat: unicode('eb72');
|
|
@@ -3978,6 +4058,10 @@ $ti-icon-roller-skating: unicode('efd1');
|
|
|
3978
4058
|
$ti-icon-rollercoaster: unicode('f0a2');
|
|
3979
4059
|
$ti-icon-rollercoaster-off: unicode('f423');
|
|
3980
4060
|
$ti-icon-rosette: unicode('f599');
|
|
4061
|
+
$ti-icon-rosette-discount: unicode('ee7c');
|
|
4062
|
+
$ti-icon-rosette-discount-check: unicode('f1f8');
|
|
4063
|
+
$ti-icon-rosette-discount-check-filled: unicode('f746');
|
|
4064
|
+
$ti-icon-rosette-discount-off: unicode('f3e6');
|
|
3981
4065
|
$ti-icon-rosette-filled: unicode('f69d');
|
|
3982
4066
|
$ti-icon-rosette-number-0: unicode('f58f');
|
|
3983
4067
|
$ti-icon-rosette-number-1: unicode('f590');
|
|
@@ -4041,6 +4125,7 @@ $ti-icon-scale-outline: unicode('ef53');
|
|
|
4041
4125
|
$ti-icon-scale-outline-off: unicode('f199');
|
|
4042
4126
|
$ti-icon-scan: unicode('ebc8');
|
|
4043
4127
|
$ti-icon-scan-eye: unicode('f1ff');
|
|
4128
|
+
$ti-icon-scan-position: unicode('fdb7');
|
|
4044
4129
|
$ti-icon-schema: unicode('f200');
|
|
4045
4130
|
$ti-icon-schema-off: unicode('f426');
|
|
4046
4131
|
$ti-icon-school: unicode('ecf7');
|
|
@@ -4067,6 +4152,7 @@ $ti-icon-sdk: unicode('f3af');
|
|
|
4067
4152
|
$ti-icon-search: unicode('eb1c');
|
|
4068
4153
|
$ti-icon-search-off: unicode('f19c');
|
|
4069
4154
|
$ti-icon-section: unicode('eed5');
|
|
4155
|
+
$ti-icon-section-filled: unicode('fdb8');
|
|
4070
4156
|
$ti-icon-section-sign: unicode('f019');
|
|
4071
4157
|
$ti-icon-seeding: unicode('ed51');
|
|
4072
4158
|
$ti-icon-seeding-off: unicode('f19d');
|
|
@@ -4252,15 +4338,16 @@ $ti-icon-sort-ascending-letters: unicode('ef18');
|
|
|
4252
4338
|
$ti-icon-sort-ascending-numbers: unicode('ef19');
|
|
4253
4339
|
$ti-icon-sort-ascending-shapes: unicode('fd94');
|
|
4254
4340
|
$ti-icon-sort-ascending-small-big: unicode('fd95');
|
|
4255
|
-
$ti-icon-sort-deacending-small-big: unicode('fd96');
|
|
4256
4341
|
$ti-icon-sort-descending: unicode('eb27');
|
|
4257
4342
|
$ti-icon-sort-descending-2: unicode('eee3');
|
|
4258
4343
|
$ti-icon-sort-descending-letters: unicode('ef1a');
|
|
4259
4344
|
$ti-icon-sort-descending-numbers: unicode('ef1b');
|
|
4260
4345
|
$ti-icon-sort-descending-shapes: unicode('fd97');
|
|
4346
|
+
$ti-icon-sort-descending-small-big: unicode('fd96');
|
|
4261
4347
|
$ti-icon-sort-z-a: unicode('f550');
|
|
4262
4348
|
$ti-icon-sos: unicode('f24a');
|
|
4263
4349
|
$ti-icon-soup: unicode('ef2e');
|
|
4350
|
+
$ti-icon-soup-filled: unicode('fdb9');
|
|
4264
4351
|
$ti-icon-soup-off: unicode('f42d');
|
|
4265
4352
|
$ti-icon-source-code: unicode('f4a2');
|
|
4266
4353
|
$ti-icon-space: unicode('ec0c');
|
|
@@ -4350,31 +4437,57 @@ $ti-icon-square-forbid-2: unicode('ed5a');
|
|
|
4350
4437
|
$ti-icon-square-half: unicode('effb');
|
|
4351
4438
|
$ti-icon-square-key: unicode('f638');
|
|
4352
4439
|
$ti-icon-square-letter-a: unicode('f47c');
|
|
4440
|
+
$ti-icon-square-letter-a-filled: unicode('fdba');
|
|
4353
4441
|
$ti-icon-square-letter-b: unicode('f47d');
|
|
4442
|
+
$ti-icon-square-letter-b-filled: unicode('fdbb');
|
|
4354
4443
|
$ti-icon-square-letter-c: unicode('f47e');
|
|
4444
|
+
$ti-icon-square-letter-c-filled: unicode('fdbc');
|
|
4355
4445
|
$ti-icon-square-letter-d: unicode('f47f');
|
|
4446
|
+
$ti-icon-square-letter-d-filled: unicode('fdbd');
|
|
4356
4447
|
$ti-icon-square-letter-e: unicode('f480');
|
|
4448
|
+
$ti-icon-square-letter-e-filled: unicode('fdbe');
|
|
4357
4449
|
$ti-icon-square-letter-f: unicode('f481');
|
|
4450
|
+
$ti-icon-square-letter-f-filled: unicode('fdbf');
|
|
4358
4451
|
$ti-icon-square-letter-g: unicode('f482');
|
|
4452
|
+
$ti-icon-square-letter-g-filled: unicode('fdc0');
|
|
4359
4453
|
$ti-icon-square-letter-h: unicode('f483');
|
|
4454
|
+
$ti-icon-square-letter-h-filled: unicode('fdc1');
|
|
4360
4455
|
$ti-icon-square-letter-i: unicode('f484');
|
|
4456
|
+
$ti-icon-square-letter-i-filled: unicode('fdc2');
|
|
4361
4457
|
$ti-icon-square-letter-j: unicode('f485');
|
|
4458
|
+
$ti-icon-square-letter-j-filled: unicode('fdc3');
|
|
4362
4459
|
$ti-icon-square-letter-k: unicode('f486');
|
|
4460
|
+
$ti-icon-square-letter-k-filled: unicode('fdc4');
|
|
4363
4461
|
$ti-icon-square-letter-l: unicode('f487');
|
|
4462
|
+
$ti-icon-square-letter-l-filled: unicode('fdc5');
|
|
4364
4463
|
$ti-icon-square-letter-m: unicode('f488');
|
|
4464
|
+
$ti-icon-square-letter-m-filled: unicode('fdc6');
|
|
4365
4465
|
$ti-icon-square-letter-n: unicode('f489');
|
|
4466
|
+
$ti-icon-square-letter-n-filled: unicode('fdc7');
|
|
4366
4467
|
$ti-icon-square-letter-o: unicode('f48a');
|
|
4468
|
+
$ti-icon-square-letter-o-filled: unicode('fdc8');
|
|
4367
4469
|
$ti-icon-square-letter-p: unicode('f48b');
|
|
4470
|
+
$ti-icon-square-letter-p-filled: unicode('fdc9');
|
|
4368
4471
|
$ti-icon-square-letter-q: unicode('f48c');
|
|
4472
|
+
$ti-icon-square-letter-q-filled: unicode('fdca');
|
|
4369
4473
|
$ti-icon-square-letter-r: unicode('f48d');
|
|
4474
|
+
$ti-icon-square-letter-r-filled: unicode('fdcb');
|
|
4370
4475
|
$ti-icon-square-letter-s: unicode('f48e');
|
|
4476
|
+
$ti-icon-square-letter-s-filled: unicode('fdcc');
|
|
4371
4477
|
$ti-icon-square-letter-t: unicode('f48f');
|
|
4478
|
+
$ti-icon-square-letter-t-filled: unicode('fdcd');
|
|
4372
4479
|
$ti-icon-square-letter-u: unicode('f490');
|
|
4480
|
+
$ti-icon-square-letter-u-filled: unicode('fdce');
|
|
4373
4481
|
$ti-icon-square-letter-v: unicode('f4bb');
|
|
4482
|
+
$ti-icon-square-letter-v-filled: unicode('fdcf');
|
|
4374
4483
|
$ti-icon-square-letter-w: unicode('f491');
|
|
4484
|
+
$ti-icon-square-letter-w-filled: unicode('fdd0');
|
|
4375
4485
|
$ti-icon-square-letter-x: unicode('f4bc');
|
|
4486
|
+
$ti-icon-square-letter-x-filled: unicode('fdd1');
|
|
4376
4487
|
$ti-icon-square-letter-y: unicode('f492');
|
|
4488
|
+
$ti-icon-square-letter-y-filled: unicode('fdd2');
|
|
4377
4489
|
$ti-icon-square-letter-z: unicode('f493');
|
|
4490
|
+
$ti-icon-square-letter-z-filled: unicode('fdd3');
|
|
4378
4491
|
$ti-icon-square-minus: unicode('eb29');
|
|
4379
4492
|
$ti-icon-square-minus-filled: unicode('fb3f');
|
|
4380
4493
|
$ti-icon-square-number-0: unicode('eee5');
|
|
@@ -4427,31 +4540,57 @@ $ti-icon-square-rounded-chevrons-up: unicode('f652');
|
|
|
4427
4540
|
$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');
|
|
4428
4541
|
$ti-icon-square-rounded-filled: unicode('f6a5');
|
|
4429
4542
|
$ti-icon-square-rounded-letter-a: unicode('f5ae');
|
|
4543
|
+
$ti-icon-square-rounded-letter-a-filled: unicode('fdd4');
|
|
4430
4544
|
$ti-icon-square-rounded-letter-b: unicode('f5af');
|
|
4545
|
+
$ti-icon-square-rounded-letter-b-filled: unicode('fdd5');
|
|
4431
4546
|
$ti-icon-square-rounded-letter-c: unicode('f5b0');
|
|
4547
|
+
$ti-icon-square-rounded-letter-c-filled: unicode('fdd6');
|
|
4432
4548
|
$ti-icon-square-rounded-letter-d: unicode('f5b1');
|
|
4549
|
+
$ti-icon-square-rounded-letter-d-filled: unicode('fdd7');
|
|
4433
4550
|
$ti-icon-square-rounded-letter-e: unicode('f5b2');
|
|
4551
|
+
$ti-icon-square-rounded-letter-e-filled: unicode('fdd8');
|
|
4434
4552
|
$ti-icon-square-rounded-letter-f: unicode('f5b3');
|
|
4553
|
+
$ti-icon-square-rounded-letter-f-filled: unicode('fdd9');
|
|
4435
4554
|
$ti-icon-square-rounded-letter-g: unicode('f5b4');
|
|
4555
|
+
$ti-icon-square-rounded-letter-g-filled: unicode('fdda');
|
|
4436
4556
|
$ti-icon-square-rounded-letter-h: unicode('f5b5');
|
|
4557
|
+
$ti-icon-square-rounded-letter-h-filled: unicode('fddb');
|
|
4437
4558
|
$ti-icon-square-rounded-letter-i: unicode('f5b6');
|
|
4559
|
+
$ti-icon-square-rounded-letter-i-filled: unicode('fddc');
|
|
4438
4560
|
$ti-icon-square-rounded-letter-j: unicode('f5b7');
|
|
4561
|
+
$ti-icon-square-rounded-letter-j-filled: unicode('fddd');
|
|
4439
4562
|
$ti-icon-square-rounded-letter-k: unicode('f5b8');
|
|
4563
|
+
$ti-icon-square-rounded-letter-k-filled: unicode('fdde');
|
|
4440
4564
|
$ti-icon-square-rounded-letter-l: unicode('f5b9');
|
|
4565
|
+
$ti-icon-square-rounded-letter-l-filled: unicode('fddf');
|
|
4441
4566
|
$ti-icon-square-rounded-letter-m: unicode('f5ba');
|
|
4567
|
+
$ti-icon-square-rounded-letter-m-filled: unicode('fde0');
|
|
4442
4568
|
$ti-icon-square-rounded-letter-n: unicode('f5bb');
|
|
4569
|
+
$ti-icon-square-rounded-letter-n-filled: unicode('fde1');
|
|
4443
4570
|
$ti-icon-square-rounded-letter-o: unicode('f5bc');
|
|
4571
|
+
$ti-icon-square-rounded-letter-o-filled: unicode('fde2');
|
|
4444
4572
|
$ti-icon-square-rounded-letter-p: unicode('f5bd');
|
|
4573
|
+
$ti-icon-square-rounded-letter-p-filled: unicode('fde3');
|
|
4445
4574
|
$ti-icon-square-rounded-letter-q: unicode('f5be');
|
|
4575
|
+
$ti-icon-square-rounded-letter-q-filled: unicode('fde4');
|
|
4446
4576
|
$ti-icon-square-rounded-letter-r: unicode('f5bf');
|
|
4577
|
+
$ti-icon-square-rounded-letter-r-filled: unicode('fde5');
|
|
4447
4578
|
$ti-icon-square-rounded-letter-s: unicode('f5c0');
|
|
4579
|
+
$ti-icon-square-rounded-letter-s-filled: unicode('fde6');
|
|
4448
4580
|
$ti-icon-square-rounded-letter-t: unicode('f5c1');
|
|
4581
|
+
$ti-icon-square-rounded-letter-t-filled: unicode('fde7');
|
|
4449
4582
|
$ti-icon-square-rounded-letter-u: unicode('f5c2');
|
|
4583
|
+
$ti-icon-square-rounded-letter-u-filled: unicode('fde8');
|
|
4450
4584
|
$ti-icon-square-rounded-letter-v: unicode('f5c3');
|
|
4585
|
+
$ti-icon-square-rounded-letter-v-filled: unicode('fde9');
|
|
4451
4586
|
$ti-icon-square-rounded-letter-w: unicode('f5c4');
|
|
4587
|
+
$ti-icon-square-rounded-letter-w-filled: unicode('fdea');
|
|
4452
4588
|
$ti-icon-square-rounded-letter-x: unicode('f5c5');
|
|
4589
|
+
$ti-icon-square-rounded-letter-x-filled: unicode('fdeb');
|
|
4453
4590
|
$ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
4591
|
+
$ti-icon-square-rounded-letter-y-filled: unicode('fdec');
|
|
4454
4592
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
4593
|
+
$ti-icon-square-rounded-letter-z-filled: unicode('fded');
|
|
4455
4594
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
4456
4595
|
$ti-icon-square-rounded-minus-2: unicode('fc97');
|
|
4457
4596
|
$ti-icon-square-rounded-minus-filled: unicode('fb40');
|
|
@@ -4489,9 +4628,12 @@ $ti-icon-squares-diagonal: unicode('eef5');
|
|
|
4489
4628
|
$ti-icon-squares-filled: unicode('eef6');
|
|
4490
4629
|
$ti-icon-stack: unicode('eb2d');
|
|
4491
4630
|
$ti-icon-stack-2: unicode('eef7');
|
|
4631
|
+
$ti-icon-stack-2-filled: unicode('fdee');
|
|
4492
4632
|
$ti-icon-stack-3: unicode('ef9d');
|
|
4633
|
+
$ti-icon-stack-3-filled: unicode('fdef');
|
|
4493
4634
|
$ti-icon-stack-back: unicode('fd26');
|
|
4494
4635
|
$ti-icon-stack-backward: unicode('fd27');
|
|
4636
|
+
$ti-icon-stack-filled: unicode('fdf0');
|
|
4495
4637
|
$ti-icon-stack-forward: unicode('fd28');
|
|
4496
4638
|
$ti-icon-stack-front: unicode('fd29');
|
|
4497
4639
|
$ti-icon-stack-middle: unicode('fd2a');
|
|
@@ -4716,9 +4858,13 @@ $ti-icon-transform-point-bottom-right: unicode('fda6');
|
|
|
4716
4858
|
$ti-icon-transform-point-top-left: unicode('fda7');
|
|
4717
4859
|
$ti-icon-transform-point-top-right: unicode('fda8');
|
|
4718
4860
|
$ti-icon-transition-bottom: unicode('f2b2');
|
|
4861
|
+
$ti-icon-transition-bottom-filled: unicode('fdf1');
|
|
4719
4862
|
$ti-icon-transition-left: unicode('f2b3');
|
|
4863
|
+
$ti-icon-transition-left-filled: unicode('fdf2');
|
|
4720
4864
|
$ti-icon-transition-right: unicode('f2b4');
|
|
4865
|
+
$ti-icon-transition-right-filled: unicode('fdf3');
|
|
4721
4866
|
$ti-icon-transition-top: unicode('f2b5');
|
|
4867
|
+
$ti-icon-transition-top-filled: unicode('fdf4');
|
|
4722
4868
|
$ti-icon-trash: unicode('eb41');
|
|
4723
4869
|
$ti-icon-trash-filled: unicode('f783');
|
|
4724
4870
|
$ti-icon-trash-off: unicode('ed65');
|
|
@@ -4758,6 +4904,7 @@ $ti-icon-truck-loading: unicode('f1da');
|
|
|
4758
4904
|
$ti-icon-truck-off: unicode('ef03');
|
|
4759
4905
|
$ti-icon-truck-return: unicode('ec4c');
|
|
4760
4906
|
$ti-icon-txt: unicode('f3b1');
|
|
4907
|
+
$ti-icon-typeface: unicode('fdf5');
|
|
4761
4908
|
$ti-icon-typography: unicode('ebc5');
|
|
4762
4909
|
$ti-icon-typography-off: unicode('f1ba');
|
|
4763
4910
|
$ti-icon-ufo: unicode('f26f');
|
|
@@ -5406,20 +5553,32 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5406
5553
|
.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }
|
|
5407
5554
|
.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }
|
|
5408
5555
|
.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }
|
|
5556
|
+
.#{$ti-prefix}-badge-3d-filled:before { content: $ti-icon-badge-3d-filled; }
|
|
5409
5557
|
.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }
|
|
5558
|
+
.#{$ti-prefix}-badge-4k-filled:before { content: $ti-icon-badge-4k-filled; }
|
|
5410
5559
|
.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }
|
|
5560
|
+
.#{$ti-prefix}-badge-8k-filled:before { content: $ti-icon-badge-8k-filled; }
|
|
5411
5561
|
.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }
|
|
5562
|
+
.#{$ti-prefix}-badge-ad-filled:before { content: $ti-icon-badge-ad-filled; }
|
|
5412
5563
|
.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }
|
|
5413
5564
|
.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }
|
|
5565
|
+
.#{$ti-prefix}-badge-ar-filled:before { content: $ti-icon-badge-ar-filled; }
|
|
5414
5566
|
.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }
|
|
5567
|
+
.#{$ti-prefix}-badge-cc-filled:before { content: $ti-icon-badge-cc-filled; }
|
|
5415
5568
|
.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; }
|
|
5416
5569
|
.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }
|
|
5570
|
+
.#{$ti-prefix}-badge-hd-filled:before { content: $ti-icon-badge-hd-filled; }
|
|
5417
5571
|
.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }
|
|
5418
5572
|
.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }
|
|
5573
|
+
.#{$ti-prefix}-badge-sd-filled:before { content: $ti-icon-badge-sd-filled; }
|
|
5419
5574
|
.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }
|
|
5575
|
+
.#{$ti-prefix}-badge-tm-filled:before { content: $ti-icon-badge-tm-filled; }
|
|
5420
5576
|
.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }
|
|
5577
|
+
.#{$ti-prefix}-badge-vo-filled:before { content: $ti-icon-badge-vo-filled; }
|
|
5421
5578
|
.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }
|
|
5579
|
+
.#{$ti-prefix}-badge-vr-filled:before { content: $ti-icon-badge-vr-filled; }
|
|
5422
5580
|
.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }
|
|
5581
|
+
.#{$ti-prefix}-badge-wc-filled:before { content: $ti-icon-badge-wc-filled; }
|
|
5423
5582
|
.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }
|
|
5424
5583
|
.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; }
|
|
5425
5584
|
.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }
|
|
@@ -5547,6 +5706,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5547
5706
|
.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }
|
|
5548
5707
|
.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }
|
|
5549
5708
|
.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }
|
|
5709
|
+
.#{$ti-prefix}-biohazard-filled:before { content: $ti-icon-biohazard-filled; }
|
|
5550
5710
|
.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }
|
|
5551
5711
|
.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }
|
|
5552
5712
|
.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; }
|
|
@@ -5593,6 +5753,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5593
5753
|
.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }
|
|
5594
5754
|
.#{$ti-prefix}-books:before { content: $ti-icon-books; }
|
|
5595
5755
|
.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }
|
|
5756
|
+
.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }
|
|
5596
5757
|
.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }
|
|
5597
5758
|
.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }
|
|
5598
5759
|
.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }
|
|
@@ -5695,6 +5856,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5695
5856
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5696
5857
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5697
5858
|
.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }
|
|
5859
|
+
.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }
|
|
5698
5860
|
.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }
|
|
5699
5861
|
.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }
|
|
5700
5862
|
.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }
|
|
@@ -6187,8 +6349,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6187
6349
|
.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }
|
|
6188
6350
|
.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }
|
|
6189
6351
|
.#{$ti-prefix}-car:before { content: $ti-icon-car; }
|
|
6352
|
+
.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }
|
|
6190
6353
|
.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }
|
|
6191
6354
|
.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }
|
|
6355
|
+
.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }
|
|
6356
|
+
.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }
|
|
6357
|
+
.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }
|
|
6358
|
+
.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }
|
|
6359
|
+
.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }
|
|
6192
6360
|
.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }
|
|
6193
6361
|
.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }
|
|
6194
6362
|
.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }
|
|
@@ -6218,6 +6386,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6218
6386
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
6219
6387
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
6220
6388
|
.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }
|
|
6389
|
+
.#{$ti-prefix}-cash-banknote-filled:before { content: $ti-icon-cash-banknote-filled; }
|
|
6221
6390
|
.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }
|
|
6222
6391
|
.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }
|
|
6223
6392
|
.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }
|
|
@@ -6398,31 +6567,57 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6398
6567
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
6399
6568
|
.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }
|
|
6400
6569
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
6570
|
+
.#{$ti-prefix}-circle-letter-a-filled:before { content: $ti-icon-circle-letter-a-filled; }
|
|
6401
6571
|
.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }
|
|
6572
|
+
.#{$ti-prefix}-circle-letter-b-filled:before { content: $ti-icon-circle-letter-b-filled; }
|
|
6402
6573
|
.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }
|
|
6574
|
+
.#{$ti-prefix}-circle-letter-c-filled:before { content: $ti-icon-circle-letter-c-filled; }
|
|
6403
6575
|
.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }
|
|
6576
|
+
.#{$ti-prefix}-circle-letter-d-filled:before { content: $ti-icon-circle-letter-d-filled; }
|
|
6404
6577
|
.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }
|
|
6578
|
+
.#{$ti-prefix}-circle-letter-e-filled:before { content: $ti-icon-circle-letter-e-filled; }
|
|
6405
6579
|
.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }
|
|
6580
|
+
.#{$ti-prefix}-circle-letter-f-filled:before { content: $ti-icon-circle-letter-f-filled; }
|
|
6406
6581
|
.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }
|
|
6582
|
+
.#{$ti-prefix}-circle-letter-g-filled:before { content: $ti-icon-circle-letter-g-filled; }
|
|
6407
6583
|
.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }
|
|
6584
|
+
.#{$ti-prefix}-circle-letter-h-filled:before { content: $ti-icon-circle-letter-h-filled; }
|
|
6408
6585
|
.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }
|
|
6586
|
+
.#{$ti-prefix}-circle-letter-i-filled:before { content: $ti-icon-circle-letter-i-filled; }
|
|
6409
6587
|
.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }
|
|
6588
|
+
.#{$ti-prefix}-circle-letter-j-filled:before { content: $ti-icon-circle-letter-j-filled; }
|
|
6410
6589
|
.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }
|
|
6590
|
+
.#{$ti-prefix}-circle-letter-k-filled:before { content: $ti-icon-circle-letter-k-filled; }
|
|
6411
6591
|
.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }
|
|
6592
|
+
.#{$ti-prefix}-circle-letter-l-filled:before { content: $ti-icon-circle-letter-l-filled; }
|
|
6412
6593
|
.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }
|
|
6594
|
+
.#{$ti-prefix}-circle-letter-m-filled:before { content: $ti-icon-circle-letter-m-filled; }
|
|
6413
6595
|
.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }
|
|
6596
|
+
.#{$ti-prefix}-circle-letter-n-filled:before { content: $ti-icon-circle-letter-n-filled; }
|
|
6414
6597
|
.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }
|
|
6598
|
+
.#{$ti-prefix}-circle-letter-o-filled:before { content: $ti-icon-circle-letter-o-filled; }
|
|
6415
6599
|
.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }
|
|
6600
|
+
.#{$ti-prefix}-circle-letter-p-filled:before { content: $ti-icon-circle-letter-p-filled; }
|
|
6416
6601
|
.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }
|
|
6602
|
+
.#{$ti-prefix}-circle-letter-q-filled:before { content: $ti-icon-circle-letter-q-filled; }
|
|
6417
6603
|
.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }
|
|
6604
|
+
.#{$ti-prefix}-circle-letter-r-filled:before { content: $ti-icon-circle-letter-r-filled; }
|
|
6418
6605
|
.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }
|
|
6606
|
+
.#{$ti-prefix}-circle-letter-s-filled:before { content: $ti-icon-circle-letter-s-filled; }
|
|
6419
6607
|
.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }
|
|
6608
|
+
.#{$ti-prefix}-circle-letter-t-filled:before { content: $ti-icon-circle-letter-t-filled; }
|
|
6420
6609
|
.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }
|
|
6610
|
+
.#{$ti-prefix}-circle-letter-u-filled:before { content: $ti-icon-circle-letter-u-filled; }
|
|
6421
6611
|
.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }
|
|
6612
|
+
.#{$ti-prefix}-circle-letter-v-filled:before { content: $ti-icon-circle-letter-v-filled; }
|
|
6422
6613
|
.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }
|
|
6614
|
+
.#{$ti-prefix}-circle-letter-w-filled:before { content: $ti-icon-circle-letter-w-filled; }
|
|
6423
6615
|
.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }
|
|
6616
|
+
.#{$ti-prefix}-circle-letter-x-filled:before { content: $ti-icon-circle-letter-x-filled; }
|
|
6424
6617
|
.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }
|
|
6618
|
+
.#{$ti-prefix}-circle-letter-y-filled:before { content: $ti-icon-circle-letter-y-filled; }
|
|
6425
6619
|
.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }
|
|
6620
|
+
.#{$ti-prefix}-circle-letter-z-filled:before { content: $ti-icon-circle-letter-z-filled; }
|
|
6426
6621
|
.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }
|
|
6427
6622
|
.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }
|
|
6428
6623
|
.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }
|
|
@@ -6498,17 +6693,29 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6498
6693
|
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
6499
6694
|
.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }
|
|
6500
6695
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
6696
|
+
.#{$ti-prefix}-clock-hour-1-filled:before { content: $ti-icon-clock-hour-1-filled; }
|
|
6501
6697
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
6698
|
+
.#{$ti-prefix}-clock-hour-10-filled:before { content: $ti-icon-clock-hour-10-filled; }
|
|
6502
6699
|
.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }
|
|
6700
|
+
.#{$ti-prefix}-clock-hour-11-filled:before { content: $ti-icon-clock-hour-11-filled; }
|
|
6503
6701
|
.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }
|
|
6702
|
+
.#{$ti-prefix}-clock-hour-12-filled:before { content: $ti-icon-clock-hour-12-filled; }
|
|
6504
6703
|
.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }
|
|
6704
|
+
.#{$ti-prefix}-clock-hour-2-filled:before { content: $ti-icon-clock-hour-2-filled; }
|
|
6505
6705
|
.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }
|
|
6706
|
+
.#{$ti-prefix}-clock-hour-3-filled:before { content: $ti-icon-clock-hour-3-filled; }
|
|
6506
6707
|
.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }
|
|
6708
|
+
.#{$ti-prefix}-clock-hour-4-filled:before { content: $ti-icon-clock-hour-4-filled; }
|
|
6507
6709
|
.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }
|
|
6710
|
+
.#{$ti-prefix}-clock-hour-5-filled:before { content: $ti-icon-clock-hour-5-filled; }
|
|
6508
6711
|
.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }
|
|
6712
|
+
.#{$ti-prefix}-clock-hour-6-filled:before { content: $ti-icon-clock-hour-6-filled; }
|
|
6509
6713
|
.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }
|
|
6714
|
+
.#{$ti-prefix}-clock-hour-7-filled:before { content: $ti-icon-clock-hour-7-filled; }
|
|
6510
6715
|
.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }
|
|
6716
|
+
.#{$ti-prefix}-clock-hour-8-filled:before { content: $ti-icon-clock-hour-8-filled; }
|
|
6511
6717
|
.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }
|
|
6718
|
+
.#{$ti-prefix}-clock-hour-9-filled:before { content: $ti-icon-clock-hour-9-filled; }
|
|
6512
6719
|
.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }
|
|
6513
6720
|
.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }
|
|
6514
6721
|
.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }
|
|
@@ -6564,7 +6771,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6564
6771
|
.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }
|
|
6565
6772
|
.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }
|
|
6566
6773
|
.#{$ti-prefix}-code:before { content: $ti-icon-code; }
|
|
6567
|
-
.#{$ti-prefix}-code-
|
|
6774
|
+
.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }
|
|
6568
6775
|
.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }
|
|
6569
6776
|
.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }
|
|
6570
6777
|
.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }
|
|
@@ -6617,6 +6824,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6617
6824
|
.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }
|
|
6618
6825
|
.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }
|
|
6619
6826
|
.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }
|
|
6827
|
+
.#{$ti-prefix}-cone-2-filled:before { content: $ti-icon-cone-2-filled; }
|
|
6828
|
+
.#{$ti-prefix}-cone-filled:before { content: $ti-icon-cone-filled; }
|
|
6620
6829
|
.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }
|
|
6621
6830
|
.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }
|
|
6622
6831
|
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
@@ -6626,18 +6835,20 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6626
6835
|
.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }
|
|
6627
6836
|
.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }
|
|
6628
6837
|
.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }
|
|
6838
|
+
.#{$ti-prefix}-contrast-2-filled:before { content: $ti-icon-contrast-2-filled; }
|
|
6629
6839
|
.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }
|
|
6840
|
+
.#{$ti-prefix}-contrast-filled:before { content: $ti-icon-contrast-filled; }
|
|
6630
6841
|
.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }
|
|
6631
6842
|
.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }
|
|
6632
|
-
.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }
|
|
6633
|
-
.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }
|
|
6843
|
+
.#{$ti-prefix}-cookie-filled:before { content: $ti-icon-cookie-filled; }
|
|
6844
|
+
.#{$ti-prefix}-cookie-man-filled:before { content: $ti-icon-cookie-man-filled; }
|
|
6634
6845
|
.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }
|
|
6635
6846
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
6636
|
-
.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }
|
|
6637
|
-
.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }
|
|
6847
|
+
.#{$ti-prefix}-copy-check-filled:before { content: $ti-icon-copy-check-filled; }
|
|
6848
|
+
.#{$ti-prefix}-copy-minus-filled:before { content: $ti-icon-copy-minus-filled; }
|
|
6638
6849
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
6639
|
-
.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }
|
|
6640
|
-
.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }
|
|
6850
|
+
.#{$ti-prefix}-copy-plus-filled:before { content: $ti-icon-copy-plus-filled; }
|
|
6851
|
+
.#{$ti-prefix}-copy-x-filled:before { content: $ti-icon-copy-x-filled; }
|
|
6641
6852
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
6642
6853
|
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
6643
6854
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
@@ -6680,12 +6891,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6680
6891
|
.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }
|
|
6681
6892
|
.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }
|
|
6682
6893
|
.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }
|
|
6894
|
+
.#{$ti-prefix}-crop-1-1-filled:before { content: $ti-icon-crop-1-1-filled; }
|
|
6683
6895
|
.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }
|
|
6896
|
+
.#{$ti-prefix}-crop-16-9-filled:before { content: $ti-icon-crop-16-9-filled; }
|
|
6684
6897
|
.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }
|
|
6898
|
+
.#{$ti-prefix}-crop-3-2-filled:before { content: $ti-icon-crop-3-2-filled; }
|
|
6685
6899
|
.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }
|
|
6900
|
+
.#{$ti-prefix}-crop-5-4-filled:before { content: $ti-icon-crop-5-4-filled; }
|
|
6686
6901
|
.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }
|
|
6902
|
+
.#{$ti-prefix}-crop-7-5-filled:before { content: $ti-icon-crop-7-5-filled; }
|
|
6687
6903
|
.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }
|
|
6904
|
+
.#{$ti-prefix}-crop-landscape-filled:before { content: $ti-icon-crop-landscape-filled; }
|
|
6688
6905
|
.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }
|
|
6906
|
+
.#{$ti-prefix}-crop-portrait-filled:before { content: $ti-icon-crop-portrait-filled; }
|
|
6689
6907
|
.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }
|
|
6690
6908
|
.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }
|
|
6691
6909
|
.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }
|
|
@@ -7065,10 +7283,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7065
7283
|
.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }
|
|
7066
7284
|
.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }
|
|
7067
7285
|
.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }
|
|
7068
|
-
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
7069
|
-
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; }
|
|
7070
|
-
.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; }
|
|
7071
|
-
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; }
|
|
7072
7286
|
.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }
|
|
7073
7287
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
7074
7288
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
@@ -7517,6 +7731,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7517
7731
|
.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }
|
|
7518
7732
|
.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }
|
|
7519
7733
|
.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }
|
|
7734
|
+
.#{$ti-prefix}-gps-filled:before { content: $ti-icon-gps-filled; }
|
|
7520
7735
|
.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }
|
|
7521
7736
|
.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }
|
|
7522
7737
|
.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }
|
|
@@ -7553,11 +7768,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7553
7768
|
.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }
|
|
7554
7769
|
.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }
|
|
7555
7770
|
.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }
|
|
7771
|
+
.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }
|
|
7556
7772
|
.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }
|
|
7557
7773
|
.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }
|
|
7558
7774
|
.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }
|
|
7559
7775
|
.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }
|
|
7560
|
-
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-rock; }
|
|
7561
7776
|
.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }
|
|
7562
7777
|
.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }
|
|
7563
7778
|
.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }
|
|
@@ -7864,11 +8079,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7864
8079
|
.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }
|
|
7865
8080
|
.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }
|
|
7866
8081
|
.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }
|
|
8082
|
+
.#{$ti-prefix}-layout-align-bottom-filled:before { content: $ti-icon-layout-align-bottom-filled; }
|
|
7867
8083
|
.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }
|
|
8084
|
+
.#{$ti-prefix}-layout-align-center-filled:before { content: $ti-icon-layout-align-center-filled; }
|
|
7868
8085
|
.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }
|
|
8086
|
+
.#{$ti-prefix}-layout-align-left-filled:before { content: $ti-icon-layout-align-left-filled; }
|
|
7869
8087
|
.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }
|
|
8088
|
+
.#{$ti-prefix}-layout-align-middle-filled:before { content: $ti-icon-layout-align-middle-filled; }
|
|
7870
8089
|
.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }
|
|
8090
|
+
.#{$ti-prefix}-layout-align-right-filled:before { content: $ti-icon-layout-align-right-filled; }
|
|
7871
8091
|
.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }
|
|
8092
|
+
.#{$ti-prefix}-layout-align-top-filled:before { content: $ti-icon-layout-align-top-filled; }
|
|
7872
8093
|
.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }
|
|
7873
8094
|
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
7874
8095
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
@@ -8311,10 +8532,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8311
8532
|
.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }
|
|
8312
8533
|
.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }
|
|
8313
8534
|
.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }
|
|
8535
|
+
.#{$ti-prefix}-microphone-filled:before { content: $ti-icon-microphone-filled; }
|
|
8314
8536
|
.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }
|
|
8315
8537
|
.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }
|
|
8316
8538
|
.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }
|
|
8317
8539
|
.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }
|
|
8540
|
+
.#{$ti-prefix}-microwave-filled:before { content: $ti-icon-microwave-filled; }
|
|
8318
8541
|
.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }
|
|
8319
8542
|
.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }
|
|
8320
8543
|
.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }
|
|
@@ -8838,6 +9061,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8838
9061
|
.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }
|
|
8839
9062
|
.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }
|
|
8840
9063
|
.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }
|
|
9064
|
+
.#{$ti-prefix}-radar-filled:before { content: $ti-icon-radar-filled; }
|
|
8841
9065
|
.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }
|
|
8842
9066
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
8843
9067
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
@@ -8891,8 +9115,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8891
9115
|
.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }
|
|
8892
9116
|
.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }
|
|
8893
9117
|
.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }
|
|
9118
|
+
.#{$ti-prefix}-relation-many-to-many-filled:before { content: $ti-icon-relation-many-to-many-filled; }
|
|
8894
9119
|
.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }
|
|
9120
|
+
.#{$ti-prefix}-relation-one-to-many-filled:before { content: $ti-icon-relation-one-to-many-filled; }
|
|
8895
9121
|
.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }
|
|
9122
|
+
.#{$ti-prefix}-relation-one-to-one-filled:before { content: $ti-icon-relation-one-to-one-filled; }
|
|
8896
9123
|
.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }
|
|
8897
9124
|
.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }
|
|
8898
9125
|
.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }
|
|
@@ -8942,6 +9169,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8942
9169
|
.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }
|
|
8943
9170
|
.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }
|
|
8944
9171
|
.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }
|
|
9172
|
+
.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }
|
|
9173
|
+
.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
9174
|
+
.#{$ti-prefix}-rosette-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }
|
|
9175
|
+
.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }
|
|
8945
9176
|
.#{$ti-prefix}-rosette-filled:before { content: $ti-icon-rosette-filled; }
|
|
8946
9177
|
.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }
|
|
8947
9178
|
.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }
|
|
@@ -9005,6 +9236,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9005
9236
|
.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }
|
|
9006
9237
|
.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }
|
|
9007
9238
|
.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }
|
|
9239
|
+
.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }
|
|
9008
9240
|
.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }
|
|
9009
9241
|
.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }
|
|
9010
9242
|
.#{$ti-prefix}-school:before { content: $ti-icon-school; }
|
|
@@ -9031,6 +9263,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9031
9263
|
.#{$ti-prefix}-search:before { content: $ti-icon-search; }
|
|
9032
9264
|
.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }
|
|
9033
9265
|
.#{$ti-prefix}-section:before { content: $ti-icon-section; }
|
|
9266
|
+
.#{$ti-prefix}-section-filled:before { content: $ti-icon-section-filled; }
|
|
9034
9267
|
.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }
|
|
9035
9268
|
.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }
|
|
9036
9269
|
.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }
|
|
@@ -9216,15 +9449,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9216
9449
|
.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }
|
|
9217
9450
|
.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }
|
|
9218
9451
|
.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }
|
|
9219
|
-
.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-deacending-small-big; }
|
|
9220
9452
|
.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }
|
|
9221
9453
|
.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }
|
|
9222
9454
|
.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }
|
|
9223
9455
|
.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }
|
|
9224
9456
|
.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }
|
|
9457
|
+
.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }
|
|
9225
9458
|
.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }
|
|
9226
9459
|
.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }
|
|
9227
9460
|
.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }
|
|
9461
|
+
.#{$ti-prefix}-soup-filled:before { content: $ti-icon-soup-filled; }
|
|
9228
9462
|
.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }
|
|
9229
9463
|
.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }
|
|
9230
9464
|
.#{$ti-prefix}-space:before { content: $ti-icon-space; }
|
|
@@ -9314,31 +9548,57 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9314
9548
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
9315
9549
|
.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }
|
|
9316
9550
|
.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }
|
|
9551
|
+
.#{$ti-prefix}-square-letter-a-filled:before { content: $ti-icon-square-letter-a-filled; }
|
|
9317
9552
|
.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }
|
|
9553
|
+
.#{$ti-prefix}-square-letter-b-filled:before { content: $ti-icon-square-letter-b-filled; }
|
|
9318
9554
|
.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }
|
|
9555
|
+
.#{$ti-prefix}-square-letter-c-filled:before { content: $ti-icon-square-letter-c-filled; }
|
|
9319
9556
|
.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }
|
|
9557
|
+
.#{$ti-prefix}-square-letter-d-filled:before { content: $ti-icon-square-letter-d-filled; }
|
|
9320
9558
|
.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }
|
|
9559
|
+
.#{$ti-prefix}-square-letter-e-filled:before { content: $ti-icon-square-letter-e-filled; }
|
|
9321
9560
|
.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }
|
|
9561
|
+
.#{$ti-prefix}-square-letter-f-filled:before { content: $ti-icon-square-letter-f-filled; }
|
|
9322
9562
|
.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }
|
|
9563
|
+
.#{$ti-prefix}-square-letter-g-filled:before { content: $ti-icon-square-letter-g-filled; }
|
|
9323
9564
|
.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }
|
|
9565
|
+
.#{$ti-prefix}-square-letter-h-filled:before { content: $ti-icon-square-letter-h-filled; }
|
|
9324
9566
|
.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }
|
|
9567
|
+
.#{$ti-prefix}-square-letter-i-filled:before { content: $ti-icon-square-letter-i-filled; }
|
|
9325
9568
|
.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }
|
|
9569
|
+
.#{$ti-prefix}-square-letter-j-filled:before { content: $ti-icon-square-letter-j-filled; }
|
|
9326
9570
|
.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }
|
|
9571
|
+
.#{$ti-prefix}-square-letter-k-filled:before { content: $ti-icon-square-letter-k-filled; }
|
|
9327
9572
|
.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }
|
|
9573
|
+
.#{$ti-prefix}-square-letter-l-filled:before { content: $ti-icon-square-letter-l-filled; }
|
|
9328
9574
|
.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }
|
|
9575
|
+
.#{$ti-prefix}-square-letter-m-filled:before { content: $ti-icon-square-letter-m-filled; }
|
|
9329
9576
|
.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }
|
|
9577
|
+
.#{$ti-prefix}-square-letter-n-filled:before { content: $ti-icon-square-letter-n-filled; }
|
|
9330
9578
|
.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }
|
|
9579
|
+
.#{$ti-prefix}-square-letter-o-filled:before { content: $ti-icon-square-letter-o-filled; }
|
|
9331
9580
|
.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }
|
|
9581
|
+
.#{$ti-prefix}-square-letter-p-filled:before { content: $ti-icon-square-letter-p-filled; }
|
|
9332
9582
|
.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }
|
|
9583
|
+
.#{$ti-prefix}-square-letter-q-filled:before { content: $ti-icon-square-letter-q-filled; }
|
|
9333
9584
|
.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }
|
|
9585
|
+
.#{$ti-prefix}-square-letter-r-filled:before { content: $ti-icon-square-letter-r-filled; }
|
|
9334
9586
|
.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }
|
|
9587
|
+
.#{$ti-prefix}-square-letter-s-filled:before { content: $ti-icon-square-letter-s-filled; }
|
|
9335
9588
|
.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }
|
|
9589
|
+
.#{$ti-prefix}-square-letter-t-filled:before { content: $ti-icon-square-letter-t-filled; }
|
|
9336
9590
|
.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }
|
|
9591
|
+
.#{$ti-prefix}-square-letter-u-filled:before { content: $ti-icon-square-letter-u-filled; }
|
|
9337
9592
|
.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }
|
|
9593
|
+
.#{$ti-prefix}-square-letter-v-filled:before { content: $ti-icon-square-letter-v-filled; }
|
|
9338
9594
|
.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }
|
|
9595
|
+
.#{$ti-prefix}-square-letter-w-filled:before { content: $ti-icon-square-letter-w-filled; }
|
|
9339
9596
|
.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }
|
|
9597
|
+
.#{$ti-prefix}-square-letter-x-filled:before { content: $ti-icon-square-letter-x-filled; }
|
|
9340
9598
|
.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }
|
|
9599
|
+
.#{$ti-prefix}-square-letter-y-filled:before { content: $ti-icon-square-letter-y-filled; }
|
|
9341
9600
|
.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }
|
|
9601
|
+
.#{$ti-prefix}-square-letter-z-filled:before { content: $ti-icon-square-letter-z-filled; }
|
|
9342
9602
|
.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }
|
|
9343
9603
|
.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }
|
|
9344
9604
|
.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }
|
|
@@ -9391,31 +9651,57 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9391
9651
|
.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }
|
|
9392
9652
|
.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }
|
|
9393
9653
|
.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }
|
|
9654
|
+
.#{$ti-prefix}-square-rounded-letter-a-filled:before { content: $ti-icon-square-rounded-letter-a-filled; }
|
|
9394
9655
|
.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }
|
|
9656
|
+
.#{$ti-prefix}-square-rounded-letter-b-filled:before { content: $ti-icon-square-rounded-letter-b-filled; }
|
|
9395
9657
|
.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }
|
|
9658
|
+
.#{$ti-prefix}-square-rounded-letter-c-filled:before { content: $ti-icon-square-rounded-letter-c-filled; }
|
|
9396
9659
|
.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }
|
|
9660
|
+
.#{$ti-prefix}-square-rounded-letter-d-filled:before { content: $ti-icon-square-rounded-letter-d-filled; }
|
|
9397
9661
|
.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }
|
|
9662
|
+
.#{$ti-prefix}-square-rounded-letter-e-filled:before { content: $ti-icon-square-rounded-letter-e-filled; }
|
|
9398
9663
|
.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }
|
|
9664
|
+
.#{$ti-prefix}-square-rounded-letter-f-filled:before { content: $ti-icon-square-rounded-letter-f-filled; }
|
|
9399
9665
|
.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }
|
|
9666
|
+
.#{$ti-prefix}-square-rounded-letter-g-filled:before { content: $ti-icon-square-rounded-letter-g-filled; }
|
|
9400
9667
|
.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }
|
|
9668
|
+
.#{$ti-prefix}-square-rounded-letter-h-filled:before { content: $ti-icon-square-rounded-letter-h-filled; }
|
|
9401
9669
|
.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }
|
|
9670
|
+
.#{$ti-prefix}-square-rounded-letter-i-filled:before { content: $ti-icon-square-rounded-letter-i-filled; }
|
|
9402
9671
|
.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }
|
|
9672
|
+
.#{$ti-prefix}-square-rounded-letter-j-filled:before { content: $ti-icon-square-rounded-letter-j-filled; }
|
|
9403
9673
|
.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }
|
|
9674
|
+
.#{$ti-prefix}-square-rounded-letter-k-filled:before { content: $ti-icon-square-rounded-letter-k-filled; }
|
|
9404
9675
|
.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }
|
|
9676
|
+
.#{$ti-prefix}-square-rounded-letter-l-filled:before { content: $ti-icon-square-rounded-letter-l-filled; }
|
|
9405
9677
|
.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }
|
|
9678
|
+
.#{$ti-prefix}-square-rounded-letter-m-filled:before { content: $ti-icon-square-rounded-letter-m-filled; }
|
|
9406
9679
|
.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }
|
|
9680
|
+
.#{$ti-prefix}-square-rounded-letter-n-filled:before { content: $ti-icon-square-rounded-letter-n-filled; }
|
|
9407
9681
|
.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }
|
|
9682
|
+
.#{$ti-prefix}-square-rounded-letter-o-filled:before { content: $ti-icon-square-rounded-letter-o-filled; }
|
|
9408
9683
|
.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }
|
|
9684
|
+
.#{$ti-prefix}-square-rounded-letter-p-filled:before { content: $ti-icon-square-rounded-letter-p-filled; }
|
|
9409
9685
|
.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }
|
|
9686
|
+
.#{$ti-prefix}-square-rounded-letter-q-filled:before { content: $ti-icon-square-rounded-letter-q-filled; }
|
|
9410
9687
|
.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }
|
|
9688
|
+
.#{$ti-prefix}-square-rounded-letter-r-filled:before { content: $ti-icon-square-rounded-letter-r-filled; }
|
|
9411
9689
|
.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }
|
|
9690
|
+
.#{$ti-prefix}-square-rounded-letter-s-filled:before { content: $ti-icon-square-rounded-letter-s-filled; }
|
|
9412
9691
|
.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }
|
|
9692
|
+
.#{$ti-prefix}-square-rounded-letter-t-filled:before { content: $ti-icon-square-rounded-letter-t-filled; }
|
|
9413
9693
|
.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }
|
|
9694
|
+
.#{$ti-prefix}-square-rounded-letter-u-filled:before { content: $ti-icon-square-rounded-letter-u-filled; }
|
|
9414
9695
|
.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }
|
|
9696
|
+
.#{$ti-prefix}-square-rounded-letter-v-filled:before { content: $ti-icon-square-rounded-letter-v-filled; }
|
|
9415
9697
|
.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }
|
|
9698
|
+
.#{$ti-prefix}-square-rounded-letter-w-filled:before { content: $ti-icon-square-rounded-letter-w-filled; }
|
|
9416
9699
|
.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }
|
|
9700
|
+
.#{$ti-prefix}-square-rounded-letter-x-filled:before { content: $ti-icon-square-rounded-letter-x-filled; }
|
|
9417
9701
|
.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }
|
|
9702
|
+
.#{$ti-prefix}-square-rounded-letter-y-filled:before { content: $ti-icon-square-rounded-letter-y-filled; }
|
|
9418
9703
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
9704
|
+
.#{$ti-prefix}-square-rounded-letter-z-filled:before { content: $ti-icon-square-rounded-letter-z-filled; }
|
|
9419
9705
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
9420
9706
|
.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }
|
|
9421
9707
|
.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }
|
|
@@ -9453,9 +9739,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9453
9739
|
.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }
|
|
9454
9740
|
.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }
|
|
9455
9741
|
.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }
|
|
9742
|
+
.#{$ti-prefix}-stack-2-filled:before { content: $ti-icon-stack-2-filled; }
|
|
9456
9743
|
.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }
|
|
9744
|
+
.#{$ti-prefix}-stack-3-filled:before { content: $ti-icon-stack-3-filled; }
|
|
9457
9745
|
.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }
|
|
9458
9746
|
.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }
|
|
9747
|
+
.#{$ti-prefix}-stack-filled:before { content: $ti-icon-stack-filled; }
|
|
9459
9748
|
.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }
|
|
9460
9749
|
.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }
|
|
9461
9750
|
.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }
|
|
@@ -9680,9 +9969,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9680
9969
|
.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }
|
|
9681
9970
|
.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }
|
|
9682
9971
|
.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }
|
|
9972
|
+
.#{$ti-prefix}-transition-bottom-filled:before { content: $ti-icon-transition-bottom-filled; }
|
|
9683
9973
|
.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }
|
|
9974
|
+
.#{$ti-prefix}-transition-left-filled:before { content: $ti-icon-transition-left-filled; }
|
|
9684
9975
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
9976
|
+
.#{$ti-prefix}-transition-right-filled:before { content: $ti-icon-transition-right-filled; }
|
|
9685
9977
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
9978
|
+
.#{$ti-prefix}-transition-top-filled:before { content: $ti-icon-transition-top-filled; }
|
|
9686
9979
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
9687
9980
|
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
9688
9981
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
@@ -9722,6 +10015,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9722
10015
|
.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }
|
|
9723
10016
|
.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }
|
|
9724
10017
|
.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }
|
|
10018
|
+
.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }
|
|
9725
10019
|
.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }
|
|
9726
10020
|
.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }
|
|
9727
10021
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
@@ -9965,3 +10259,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9965
10259
|
.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }
|
|
9966
10260
|
.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }
|
|
9967
10261
|
.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }
|
|
10262
|
+
|
|
10263
|
+
// Aliases
|
|
10264
|
+
.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }
|
|
10265
|
+
.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }
|
|
10266
|
+
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }
|
|
10267
|
+
.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
10268
|
+
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }
|
|
10269
|
+
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }
|
|
10270
|
+
.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }
|
|
10271
|
+
|