@tabler/icons-webfont 2.26.0 → 2.28.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 +2 -2
- package/tabler-icons.css +891 -7
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +2000 -11
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +449 -7
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.28.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";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.28.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.28.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.28.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.28.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1742,14 +1742,94 @@
|
|
|
1742
1742
|
content: "\ebe1";
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
|
+
.ti-basket-bolt:before {
|
|
1746
|
+
content: "\fb43";
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.ti-basket-cancel:before {
|
|
1750
|
+
content: "\fb44";
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.ti-basket-check:before {
|
|
1754
|
+
content: "\fb45";
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.ti-basket-code:before {
|
|
1758
|
+
content: "\fb46";
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.ti-basket-cog:before {
|
|
1762
|
+
content: "\fb47";
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.ti-basket-discount:before {
|
|
1766
|
+
content: "\fb48";
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
.ti-basket-dollar:before {
|
|
1770
|
+
content: "\fb49";
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.ti-basket-down:before {
|
|
1774
|
+
content: "\fb4a";
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.ti-basket-exclamation:before {
|
|
1778
|
+
content: "\fb4b";
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1745
1781
|
.ti-basket-filled:before {
|
|
1746
1782
|
content: "\f7df";
|
|
1747
1783
|
}
|
|
1748
1784
|
|
|
1785
|
+
.ti-basket-heart:before {
|
|
1786
|
+
content: "\fb4c";
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.ti-basket-minus:before {
|
|
1790
|
+
content: "\fb4d";
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1749
1793
|
.ti-basket-off:before {
|
|
1750
1794
|
content: "\f0b6";
|
|
1751
1795
|
}
|
|
1752
1796
|
|
|
1797
|
+
.ti-basket-pause:before {
|
|
1798
|
+
content: "\fb4e";
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
.ti-basket-pin:before {
|
|
1802
|
+
content: "\fb4f";
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.ti-basket-plus:before {
|
|
1806
|
+
content: "\fb50";
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.ti-basket-question:before {
|
|
1810
|
+
content: "\fb51";
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.ti-basket-search:before {
|
|
1814
|
+
content: "\fb52";
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.ti-basket-share:before {
|
|
1818
|
+
content: "\fb53";
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.ti-basket-star:before {
|
|
1822
|
+
content: "\fb54";
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
.ti-basket-up:before {
|
|
1826
|
+
content: "\fb55";
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.ti-basket-x:before {
|
|
1830
|
+
content: "\fb56";
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1753
1833
|
.ti-bat:before {
|
|
1754
1834
|
content: "\f284";
|
|
1755
1835
|
}
|
|
@@ -4494,6 +4574,90 @@
|
|
|
4494
4574
|
content: "\f3d0";
|
|
4495
4575
|
}
|
|
4496
4576
|
|
|
4577
|
+
.ti-cart-bolt:before {
|
|
4578
|
+
content: "\fb57";
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4581
|
+
.ti-cart-cancel:before {
|
|
4582
|
+
content: "\fb58";
|
|
4583
|
+
}
|
|
4584
|
+
|
|
4585
|
+
.ti-cart-check:before {
|
|
4586
|
+
content: "\fb59";
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
.ti-cart-code:before {
|
|
4590
|
+
content: "\fb5a";
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4593
|
+
.ti-cart-cog:before {
|
|
4594
|
+
content: "\fb5b";
|
|
4595
|
+
}
|
|
4596
|
+
|
|
4597
|
+
.ti-cart-copy:before {
|
|
4598
|
+
content: "\fb5c";
|
|
4599
|
+
}
|
|
4600
|
+
|
|
4601
|
+
.ti-cart-discount:before {
|
|
4602
|
+
content: "\fb5d";
|
|
4603
|
+
}
|
|
4604
|
+
|
|
4605
|
+
.ti-cart-dollar:before {
|
|
4606
|
+
content: "\fb5e";
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
.ti-cart-down:before {
|
|
4610
|
+
content: "\fb5f";
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4613
|
+
.ti-cart-exclamation:before {
|
|
4614
|
+
content: "\fb60";
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4617
|
+
.ti-cart-heart:before {
|
|
4618
|
+
content: "\fb61";
|
|
4619
|
+
}
|
|
4620
|
+
|
|
4621
|
+
.ti-cart-minus:before {
|
|
4622
|
+
content: "\fb62";
|
|
4623
|
+
}
|
|
4624
|
+
|
|
4625
|
+
.ti-cart-pause:before {
|
|
4626
|
+
content: "\fb63";
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
.ti-cart-pin:before {
|
|
4630
|
+
content: "\fb64";
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
.ti-cart-plus:before {
|
|
4634
|
+
content: "\fb65";
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4637
|
+
.ti-cart-question:before {
|
|
4638
|
+
content: "\fb66";
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4641
|
+
.ti-cart-search:before {
|
|
4642
|
+
content: "\fb67";
|
|
4643
|
+
}
|
|
4644
|
+
|
|
4645
|
+
.ti-cart-share:before {
|
|
4646
|
+
content: "\fb68";
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
.ti-cart-star:before {
|
|
4650
|
+
content: "\fb69";
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.ti-cart-up:before {
|
|
4654
|
+
content: "\fb6a";
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4657
|
+
.ti-cart-x:before {
|
|
4658
|
+
content: "\fb6b";
|
|
4659
|
+
}
|
|
4660
|
+
|
|
4497
4661
|
.ti-cash:before {
|
|
4498
4662
|
content: "\ea55";
|
|
4499
4663
|
}
|
|
@@ -7810,10 +7974,6 @@
|
|
|
7810
7974
|
content: "\ee80";
|
|
7811
7975
|
}
|
|
7812
7976
|
|
|
7813
|
-
.ti-droplet-filled-2:before {
|
|
7814
|
-
content: "\ee7f";
|
|
7815
|
-
}
|
|
7816
|
-
|
|
7817
7977
|
.ti-droplet-half:before {
|
|
7818
7978
|
content: "\ee82";
|
|
7819
7979
|
}
|
|
@@ -7822,6 +7982,10 @@
|
|
|
7822
7982
|
content: "\ee81";
|
|
7823
7983
|
}
|
|
7824
7984
|
|
|
7985
|
+
.ti-droplet-half-2-filled:before {
|
|
7986
|
+
content: "\fb6c";
|
|
7987
|
+
}
|
|
7988
|
+
|
|
7825
7989
|
.ti-droplet-half-filled:before {
|
|
7826
7990
|
content: "\f6c5";
|
|
7827
7991
|
}
|
|
@@ -8094,6 +8258,14 @@
|
|
|
8094
8258
|
content: "\ea9a";
|
|
8095
8259
|
}
|
|
8096
8260
|
|
|
8261
|
+
.ti-eye-bolt:before {
|
|
8262
|
+
content: "\fb6d";
|
|
8263
|
+
}
|
|
8264
|
+
|
|
8265
|
+
.ti-eye-cancel:before {
|
|
8266
|
+
content: "\fb6e";
|
|
8267
|
+
}
|
|
8268
|
+
|
|
8097
8269
|
.ti-eye-check:before {
|
|
8098
8270
|
content: "\ee88";
|
|
8099
8271
|
}
|
|
@@ -8102,10 +8274,26 @@
|
|
|
8102
8274
|
content: "\f7ec";
|
|
8103
8275
|
}
|
|
8104
8276
|
|
|
8277
|
+
.ti-eye-code:before {
|
|
8278
|
+
content: "\fb6f";
|
|
8279
|
+
}
|
|
8280
|
+
|
|
8105
8281
|
.ti-eye-cog:before {
|
|
8106
8282
|
content: "\f7ed";
|
|
8107
8283
|
}
|
|
8108
8284
|
|
|
8285
|
+
.ti-eye-discount:before {
|
|
8286
|
+
content: "\fb70";
|
|
8287
|
+
}
|
|
8288
|
+
|
|
8289
|
+
.ti-eye-dollar:before {
|
|
8290
|
+
content: "\fb71";
|
|
8291
|
+
}
|
|
8292
|
+
|
|
8293
|
+
.ti-eye-down:before {
|
|
8294
|
+
content: "\fb72";
|
|
8295
|
+
}
|
|
8296
|
+
|
|
8109
8297
|
.ti-eye-edit:before {
|
|
8110
8298
|
content: "\f7ee";
|
|
8111
8299
|
}
|
|
@@ -8122,14 +8310,50 @@
|
|
|
8122
8310
|
content: "\f7f0";
|
|
8123
8311
|
}
|
|
8124
8312
|
|
|
8313
|
+
.ti-eye-minus:before {
|
|
8314
|
+
content: "\fb73";
|
|
8315
|
+
}
|
|
8316
|
+
|
|
8125
8317
|
.ti-eye-off:before {
|
|
8126
8318
|
content: "\ecf0";
|
|
8127
8319
|
}
|
|
8128
8320
|
|
|
8321
|
+
.ti-eye-pause:before {
|
|
8322
|
+
content: "\fb74";
|
|
8323
|
+
}
|
|
8324
|
+
|
|
8325
|
+
.ti-eye-pin:before {
|
|
8326
|
+
content: "\fb75";
|
|
8327
|
+
}
|
|
8328
|
+
|
|
8329
|
+
.ti-eye-plus:before {
|
|
8330
|
+
content: "\fb76";
|
|
8331
|
+
}
|
|
8332
|
+
|
|
8333
|
+
.ti-eye-question:before {
|
|
8334
|
+
content: "\fb77";
|
|
8335
|
+
}
|
|
8336
|
+
|
|
8337
|
+
.ti-eye-search:before {
|
|
8338
|
+
content: "\fb78";
|
|
8339
|
+
}
|
|
8340
|
+
|
|
8341
|
+
.ti-eye-share:before {
|
|
8342
|
+
content: "\fb79";
|
|
8343
|
+
}
|
|
8344
|
+
|
|
8345
|
+
.ti-eye-star:before {
|
|
8346
|
+
content: "\fb7a";
|
|
8347
|
+
}
|
|
8348
|
+
|
|
8129
8349
|
.ti-eye-table:before {
|
|
8130
8350
|
content: "\ef5e";
|
|
8131
8351
|
}
|
|
8132
8352
|
|
|
8353
|
+
.ti-eye-up:before {
|
|
8354
|
+
content: "\fb7b";
|
|
8355
|
+
}
|
|
8356
|
+
|
|
8133
8357
|
.ti-eye-x:before {
|
|
8134
8358
|
content: "\f7f1";
|
|
8135
8359
|
}
|
|
@@ -8546,18 +8770,50 @@
|
|
|
8546
8770
|
content: "\eaa5";
|
|
8547
8771
|
}
|
|
8548
8772
|
|
|
8773
|
+
.ti-filter-bolt:before {
|
|
8774
|
+
content: "\fb7c";
|
|
8775
|
+
}
|
|
8776
|
+
|
|
8777
|
+
.ti-filter-cancel:before {
|
|
8778
|
+
content: "\fb7d";
|
|
8779
|
+
}
|
|
8780
|
+
|
|
8781
|
+
.ti-filter-check:before {
|
|
8782
|
+
content: "\fb7e";
|
|
8783
|
+
}
|
|
8784
|
+
|
|
8785
|
+
.ti-filter-code:before {
|
|
8786
|
+
content: "\fb7f";
|
|
8787
|
+
}
|
|
8788
|
+
|
|
8549
8789
|
.ti-filter-cog:before {
|
|
8550
8790
|
content: "\f9fe";
|
|
8551
8791
|
}
|
|
8552
8792
|
|
|
8793
|
+
.ti-filter-discount:before {
|
|
8794
|
+
content: "\fb80";
|
|
8795
|
+
}
|
|
8796
|
+
|
|
8553
8797
|
.ti-filter-dollar:before {
|
|
8554
8798
|
content: "\f9ff";
|
|
8555
8799
|
}
|
|
8556
8800
|
|
|
8801
|
+
.ti-filter-down:before {
|
|
8802
|
+
content: "\fb81";
|
|
8803
|
+
}
|
|
8804
|
+
|
|
8557
8805
|
.ti-filter-edit:before {
|
|
8558
8806
|
content: "\fa00";
|
|
8559
8807
|
}
|
|
8560
8808
|
|
|
8809
|
+
.ti-filter-exclamation:before {
|
|
8810
|
+
content: "\fb82";
|
|
8811
|
+
}
|
|
8812
|
+
|
|
8813
|
+
.ti-filter-heart:before {
|
|
8814
|
+
content: "\fb83";
|
|
8815
|
+
}
|
|
8816
|
+
|
|
8561
8817
|
.ti-filter-minus:before {
|
|
8562
8818
|
content: "\fa01";
|
|
8563
8819
|
}
|
|
@@ -8566,14 +8822,38 @@
|
|
|
8566
8822
|
content: "\ed2c";
|
|
8567
8823
|
}
|
|
8568
8824
|
|
|
8825
|
+
.ti-filter-pause:before {
|
|
8826
|
+
content: "\fb84";
|
|
8827
|
+
}
|
|
8828
|
+
|
|
8829
|
+
.ti-filter-pin:before {
|
|
8830
|
+
content: "\fb85";
|
|
8831
|
+
}
|
|
8832
|
+
|
|
8569
8833
|
.ti-filter-plus:before {
|
|
8570
8834
|
content: "\fa02";
|
|
8571
8835
|
}
|
|
8572
8836
|
|
|
8837
|
+
.ti-filter-question:before {
|
|
8838
|
+
content: "\fb86";
|
|
8839
|
+
}
|
|
8840
|
+
|
|
8841
|
+
.ti-filter-search:before {
|
|
8842
|
+
content: "\fb87";
|
|
8843
|
+
}
|
|
8844
|
+
|
|
8845
|
+
.ti-filter-share:before {
|
|
8846
|
+
content: "\fb88";
|
|
8847
|
+
}
|
|
8848
|
+
|
|
8573
8849
|
.ti-filter-star:before {
|
|
8574
8850
|
content: "\fa03";
|
|
8575
8851
|
}
|
|
8576
8852
|
|
|
8853
|
+
.ti-filter-up:before {
|
|
8854
|
+
content: "\fb89";
|
|
8855
|
+
}
|
|
8856
|
+
|
|
8577
8857
|
.ti-filter-x:before {
|
|
8578
8858
|
content: "\fa04";
|
|
8579
8859
|
}
|
|
@@ -8662,14 +8942,94 @@
|
|
|
8662
8942
|
content: "\f708";
|
|
8663
8943
|
}
|
|
8664
8944
|
|
|
8945
|
+
.ti-flag-bolt:before {
|
|
8946
|
+
content: "\fb8a";
|
|
8947
|
+
}
|
|
8948
|
+
|
|
8949
|
+
.ti-flag-cancel:before {
|
|
8950
|
+
content: "\fb8b";
|
|
8951
|
+
}
|
|
8952
|
+
|
|
8953
|
+
.ti-flag-check:before {
|
|
8954
|
+
content: "\fb8c";
|
|
8955
|
+
}
|
|
8956
|
+
|
|
8957
|
+
.ti-flag-code:before {
|
|
8958
|
+
content: "\fb8d";
|
|
8959
|
+
}
|
|
8960
|
+
|
|
8961
|
+
.ti-flag-cog:before {
|
|
8962
|
+
content: "\fb8e";
|
|
8963
|
+
}
|
|
8964
|
+
|
|
8965
|
+
.ti-flag-discount:before {
|
|
8966
|
+
content: "\fb8f";
|
|
8967
|
+
}
|
|
8968
|
+
|
|
8969
|
+
.ti-flag-dollar:before {
|
|
8970
|
+
content: "\fb90";
|
|
8971
|
+
}
|
|
8972
|
+
|
|
8973
|
+
.ti-flag-down:before {
|
|
8974
|
+
content: "\fb91";
|
|
8975
|
+
}
|
|
8976
|
+
|
|
8977
|
+
.ti-flag-exclamation:before {
|
|
8978
|
+
content: "\fb92";
|
|
8979
|
+
}
|
|
8980
|
+
|
|
8665
8981
|
.ti-flag-filled:before {
|
|
8666
8982
|
content: "\f67a";
|
|
8667
8983
|
}
|
|
8668
8984
|
|
|
8985
|
+
.ti-flag-heart:before {
|
|
8986
|
+
content: "\fb93";
|
|
8987
|
+
}
|
|
8988
|
+
|
|
8989
|
+
.ti-flag-minus:before {
|
|
8990
|
+
content: "\fb94";
|
|
8991
|
+
}
|
|
8992
|
+
|
|
8669
8993
|
.ti-flag-off:before {
|
|
8670
8994
|
content: "\f12d";
|
|
8671
8995
|
}
|
|
8672
8996
|
|
|
8997
|
+
.ti-flag-pause:before {
|
|
8998
|
+
content: "\fb95";
|
|
8999
|
+
}
|
|
9000
|
+
|
|
9001
|
+
.ti-flag-pin:before {
|
|
9002
|
+
content: "\fb96";
|
|
9003
|
+
}
|
|
9004
|
+
|
|
9005
|
+
.ti-flag-plus:before {
|
|
9006
|
+
content: "\fb97";
|
|
9007
|
+
}
|
|
9008
|
+
|
|
9009
|
+
.ti-flag-question:before {
|
|
9010
|
+
content: "\fb98";
|
|
9011
|
+
}
|
|
9012
|
+
|
|
9013
|
+
.ti-flag-search:before {
|
|
9014
|
+
content: "\fb99";
|
|
9015
|
+
}
|
|
9016
|
+
|
|
9017
|
+
.ti-flag-share:before {
|
|
9018
|
+
content: "\fb9a";
|
|
9019
|
+
}
|
|
9020
|
+
|
|
9021
|
+
.ti-flag-star:before {
|
|
9022
|
+
content: "\fb9b";
|
|
9023
|
+
}
|
|
9024
|
+
|
|
9025
|
+
.ti-flag-up:before {
|
|
9026
|
+
content: "\fb9c";
|
|
9027
|
+
}
|
|
9028
|
+
|
|
9029
|
+
.ti-flag-x:before {
|
|
9030
|
+
content: "\fb9d";
|
|
9031
|
+
}
|
|
9032
|
+
|
|
8673
9033
|
.ti-flame:before {
|
|
8674
9034
|
content: "\ec2c";
|
|
8675
9035
|
}
|
|
@@ -9390,10 +9750,46 @@
|
|
|
9390
9750
|
content: "\eabe";
|
|
9391
9751
|
}
|
|
9392
9752
|
|
|
9753
|
+
.ti-heart-bolt:before {
|
|
9754
|
+
content: "\fb9e";
|
|
9755
|
+
}
|
|
9756
|
+
|
|
9393
9757
|
.ti-heart-broken:before {
|
|
9394
9758
|
content: "\ecba";
|
|
9395
9759
|
}
|
|
9396
9760
|
|
|
9761
|
+
.ti-heart-cancel:before {
|
|
9762
|
+
content: "\fb9f";
|
|
9763
|
+
}
|
|
9764
|
+
|
|
9765
|
+
.ti-heart-check:before {
|
|
9766
|
+
content: "\fba0";
|
|
9767
|
+
}
|
|
9768
|
+
|
|
9769
|
+
.ti-heart-code:before {
|
|
9770
|
+
content: "\fba1";
|
|
9771
|
+
}
|
|
9772
|
+
|
|
9773
|
+
.ti-heart-cog:before {
|
|
9774
|
+
content: "\fba2";
|
|
9775
|
+
}
|
|
9776
|
+
|
|
9777
|
+
.ti-heart-discount:before {
|
|
9778
|
+
content: "\fba3";
|
|
9779
|
+
}
|
|
9780
|
+
|
|
9781
|
+
.ti-heart-dollar:before {
|
|
9782
|
+
content: "\fba4";
|
|
9783
|
+
}
|
|
9784
|
+
|
|
9785
|
+
.ti-heart-down:before {
|
|
9786
|
+
content: "\fba5";
|
|
9787
|
+
}
|
|
9788
|
+
|
|
9789
|
+
.ti-heart-exclamation:before {
|
|
9790
|
+
content: "\fba6";
|
|
9791
|
+
}
|
|
9792
|
+
|
|
9397
9793
|
.ti-heart-filled:before {
|
|
9398
9794
|
content: "\f67c";
|
|
9399
9795
|
}
|
|
@@ -9410,14 +9806,46 @@
|
|
|
9410
9806
|
content: "\f141";
|
|
9411
9807
|
}
|
|
9412
9808
|
|
|
9809
|
+
.ti-heart-pause:before {
|
|
9810
|
+
content: "\fba7";
|
|
9811
|
+
}
|
|
9812
|
+
|
|
9813
|
+
.ti-heart-pin:before {
|
|
9814
|
+
content: "\fba8";
|
|
9815
|
+
}
|
|
9816
|
+
|
|
9413
9817
|
.ti-heart-plus:before {
|
|
9414
9818
|
content: "\f142";
|
|
9415
9819
|
}
|
|
9416
9820
|
|
|
9821
|
+
.ti-heart-question:before {
|
|
9822
|
+
content: "\fba9";
|
|
9823
|
+
}
|
|
9824
|
+
|
|
9417
9825
|
.ti-heart-rate-monitor:before {
|
|
9418
9826
|
content: "\ef61";
|
|
9419
9827
|
}
|
|
9420
9828
|
|
|
9829
|
+
.ti-heart-search:before {
|
|
9830
|
+
content: "\fbaa";
|
|
9831
|
+
}
|
|
9832
|
+
|
|
9833
|
+
.ti-heart-share:before {
|
|
9834
|
+
content: "\fbab";
|
|
9835
|
+
}
|
|
9836
|
+
|
|
9837
|
+
.ti-heart-star:before {
|
|
9838
|
+
content: "\fbac";
|
|
9839
|
+
}
|
|
9840
|
+
|
|
9841
|
+
.ti-heart-up:before {
|
|
9842
|
+
content: "\fbad";
|
|
9843
|
+
}
|
|
9844
|
+
|
|
9845
|
+
.ti-heart-x:before {
|
|
9846
|
+
content: "\fbae";
|
|
9847
|
+
}
|
|
9848
|
+
|
|
9421
9849
|
.ti-heartbeat:before {
|
|
9422
9850
|
content: "\ef92";
|
|
9423
9851
|
}
|
|
@@ -10774,18 +11202,98 @@
|
|
|
10774
11202
|
content: "\eae0";
|
|
10775
11203
|
}
|
|
10776
11204
|
|
|
11205
|
+
.ti-location-bolt:before {
|
|
11206
|
+
content: "\fbaf";
|
|
11207
|
+
}
|
|
11208
|
+
|
|
10777
11209
|
.ti-location-broken:before {
|
|
10778
11210
|
content: "\f2c4";
|
|
10779
11211
|
}
|
|
10780
11212
|
|
|
11213
|
+
.ti-location-cancel:before {
|
|
11214
|
+
content: "\fbb0";
|
|
11215
|
+
}
|
|
11216
|
+
|
|
11217
|
+
.ti-location-check:before {
|
|
11218
|
+
content: "\fbb1";
|
|
11219
|
+
}
|
|
11220
|
+
|
|
11221
|
+
.ti-location-code:before {
|
|
11222
|
+
content: "\fbb2";
|
|
11223
|
+
}
|
|
11224
|
+
|
|
11225
|
+
.ti-location-cog:before {
|
|
11226
|
+
content: "\fbb3";
|
|
11227
|
+
}
|
|
11228
|
+
|
|
11229
|
+
.ti-location-discount:before {
|
|
11230
|
+
content: "\fbb4";
|
|
11231
|
+
}
|
|
11232
|
+
|
|
11233
|
+
.ti-location-dollar:before {
|
|
11234
|
+
content: "\fbb5";
|
|
11235
|
+
}
|
|
11236
|
+
|
|
11237
|
+
.ti-location-down:before {
|
|
11238
|
+
content: "\fbb6";
|
|
11239
|
+
}
|
|
11240
|
+
|
|
11241
|
+
.ti-location-exclamation:before {
|
|
11242
|
+
content: "\fbb7";
|
|
11243
|
+
}
|
|
11244
|
+
|
|
10781
11245
|
.ti-location-filled:before {
|
|
10782
11246
|
content: "\f67f";
|
|
10783
11247
|
}
|
|
10784
11248
|
|
|
11249
|
+
.ti-location-heart:before {
|
|
11250
|
+
content: "\fbb8";
|
|
11251
|
+
}
|
|
11252
|
+
|
|
11253
|
+
.ti-location-minus:before {
|
|
11254
|
+
content: "\fbb9";
|
|
11255
|
+
}
|
|
11256
|
+
|
|
10785
11257
|
.ti-location-off:before {
|
|
10786
11258
|
content: "\f155";
|
|
10787
11259
|
}
|
|
10788
11260
|
|
|
11261
|
+
.ti-location-pause:before {
|
|
11262
|
+
content: "\fbba";
|
|
11263
|
+
}
|
|
11264
|
+
|
|
11265
|
+
.ti-location-pin:before {
|
|
11266
|
+
content: "\fbbb";
|
|
11267
|
+
}
|
|
11268
|
+
|
|
11269
|
+
.ti-location-plus:before {
|
|
11270
|
+
content: "\fbbc";
|
|
11271
|
+
}
|
|
11272
|
+
|
|
11273
|
+
.ti-location-question:before {
|
|
11274
|
+
content: "\fbbd";
|
|
11275
|
+
}
|
|
11276
|
+
|
|
11277
|
+
.ti-location-search:before {
|
|
11278
|
+
content: "\fbbe";
|
|
11279
|
+
}
|
|
11280
|
+
|
|
11281
|
+
.ti-location-share:before {
|
|
11282
|
+
content: "\fbbf";
|
|
11283
|
+
}
|
|
11284
|
+
|
|
11285
|
+
.ti-location-star:before {
|
|
11286
|
+
content: "\fbc0";
|
|
11287
|
+
}
|
|
11288
|
+
|
|
11289
|
+
.ti-location-up:before {
|
|
11290
|
+
content: "\fbc1";
|
|
11291
|
+
}
|
|
11292
|
+
|
|
11293
|
+
.ti-location-x:before {
|
|
11294
|
+
content: "\fbc2";
|
|
11295
|
+
}
|
|
11296
|
+
|
|
10789
11297
|
.ti-lock:before {
|
|
10790
11298
|
content: "\eae2";
|
|
10791
11299
|
}
|
|
@@ -11114,10 +11622,58 @@
|
|
|
11114
11622
|
content: "\eae7";
|
|
11115
11623
|
}
|
|
11116
11624
|
|
|
11625
|
+
.ti-map-bolt:before {
|
|
11626
|
+
content: "\fbc3";
|
|
11627
|
+
}
|
|
11628
|
+
|
|
11629
|
+
.ti-map-cancel:before {
|
|
11630
|
+
content: "\fbc4";
|
|
11631
|
+
}
|
|
11632
|
+
|
|
11633
|
+
.ti-map-check:before {
|
|
11634
|
+
content: "\fbc5";
|
|
11635
|
+
}
|
|
11636
|
+
|
|
11637
|
+
.ti-map-code:before {
|
|
11638
|
+
content: "\fbc6";
|
|
11639
|
+
}
|
|
11640
|
+
|
|
11641
|
+
.ti-map-cog:before {
|
|
11642
|
+
content: "\fbc7";
|
|
11643
|
+
}
|
|
11644
|
+
|
|
11645
|
+
.ti-map-discount:before {
|
|
11646
|
+
content: "\fbc8";
|
|
11647
|
+
}
|
|
11648
|
+
|
|
11649
|
+
.ti-map-dollar:before {
|
|
11650
|
+
content: "\fbc9";
|
|
11651
|
+
}
|
|
11652
|
+
|
|
11653
|
+
.ti-map-down:before {
|
|
11654
|
+
content: "\fbca";
|
|
11655
|
+
}
|
|
11656
|
+
|
|
11657
|
+
.ti-map-exclamation:before {
|
|
11658
|
+
content: "\fbcb";
|
|
11659
|
+
}
|
|
11660
|
+
|
|
11661
|
+
.ti-map-heart:before {
|
|
11662
|
+
content: "\fbcc";
|
|
11663
|
+
}
|
|
11664
|
+
|
|
11665
|
+
.ti-map-minus:before {
|
|
11666
|
+
content: "\fbcd";
|
|
11667
|
+
}
|
|
11668
|
+
|
|
11117
11669
|
.ti-map-off:before {
|
|
11118
11670
|
content: "\f15c";
|
|
11119
11671
|
}
|
|
11120
11672
|
|
|
11673
|
+
.ti-map-pause:before {
|
|
11674
|
+
content: "\fbce";
|
|
11675
|
+
}
|
|
11676
|
+
|
|
11121
11677
|
.ti-map-pin:before {
|
|
11122
11678
|
content: "\eae8";
|
|
11123
11679
|
}
|
|
@@ -11210,10 +11766,34 @@
|
|
|
11210
11766
|
content: "\ed5e";
|
|
11211
11767
|
}
|
|
11212
11768
|
|
|
11769
|
+
.ti-map-plus:before {
|
|
11770
|
+
content: "\fbcf";
|
|
11771
|
+
}
|
|
11772
|
+
|
|
11773
|
+
.ti-map-question:before {
|
|
11774
|
+
content: "\fbd0";
|
|
11775
|
+
}
|
|
11776
|
+
|
|
11213
11777
|
.ti-map-search:before {
|
|
11214
11778
|
content: "\ef82";
|
|
11215
11779
|
}
|
|
11216
11780
|
|
|
11781
|
+
.ti-map-share:before {
|
|
11782
|
+
content: "\fbd1";
|
|
11783
|
+
}
|
|
11784
|
+
|
|
11785
|
+
.ti-map-star:before {
|
|
11786
|
+
content: "\fbd2";
|
|
11787
|
+
}
|
|
11788
|
+
|
|
11789
|
+
.ti-map-up:before {
|
|
11790
|
+
content: "\fbd3";
|
|
11791
|
+
}
|
|
11792
|
+
|
|
11793
|
+
.ti-map-x:before {
|
|
11794
|
+
content: "\fbd4";
|
|
11795
|
+
}
|
|
11796
|
+
|
|
11217
11797
|
.ti-markdown:before {
|
|
11218
11798
|
content: "\ec41";
|
|
11219
11799
|
}
|
|
@@ -12174,18 +12754,142 @@
|
|
|
12174
12754
|
content: "\eafc";
|
|
12175
12755
|
}
|
|
12176
12756
|
|
|
12757
|
+
.ti-music-bolt:before {
|
|
12758
|
+
content: "\fbd5";
|
|
12759
|
+
}
|
|
12760
|
+
|
|
12761
|
+
.ti-music-cancel:before {
|
|
12762
|
+
content: "\fbd6";
|
|
12763
|
+
}
|
|
12764
|
+
|
|
12765
|
+
.ti-music-check:before {
|
|
12766
|
+
content: "\fbd7";
|
|
12767
|
+
}
|
|
12768
|
+
|
|
12769
|
+
.ti-music-code:before {
|
|
12770
|
+
content: "\fbd8";
|
|
12771
|
+
}
|
|
12772
|
+
|
|
12773
|
+
.ti-music-cog:before {
|
|
12774
|
+
content: "\fbd9";
|
|
12775
|
+
}
|
|
12776
|
+
|
|
12777
|
+
.ti-music-discount:before {
|
|
12778
|
+
content: "\fbda";
|
|
12779
|
+
}
|
|
12780
|
+
|
|
12781
|
+
.ti-music-dollar:before {
|
|
12782
|
+
content: "\fbdb";
|
|
12783
|
+
}
|
|
12784
|
+
|
|
12785
|
+
.ti-music-down:before {
|
|
12786
|
+
content: "\fbdc";
|
|
12787
|
+
}
|
|
12788
|
+
|
|
12789
|
+
.ti-music-exclamation:before {
|
|
12790
|
+
content: "\fbdd";
|
|
12791
|
+
}
|
|
12792
|
+
|
|
12793
|
+
.ti-music-heart:before {
|
|
12794
|
+
content: "\fbde";
|
|
12795
|
+
}
|
|
12796
|
+
|
|
12797
|
+
.ti-music-minus:before {
|
|
12798
|
+
content: "\fbdf";
|
|
12799
|
+
}
|
|
12800
|
+
|
|
12177
12801
|
.ti-music-off:before {
|
|
12178
12802
|
content: "\f166";
|
|
12179
12803
|
}
|
|
12180
12804
|
|
|
12805
|
+
.ti-music-pause:before {
|
|
12806
|
+
content: "\fbe0";
|
|
12807
|
+
}
|
|
12808
|
+
|
|
12809
|
+
.ti-music-pin:before {
|
|
12810
|
+
content: "\fbe1";
|
|
12811
|
+
}
|
|
12812
|
+
|
|
12813
|
+
.ti-music-plus:before {
|
|
12814
|
+
content: "\fbe2";
|
|
12815
|
+
}
|
|
12816
|
+
|
|
12817
|
+
.ti-music-question:before {
|
|
12818
|
+
content: "\fbe3";
|
|
12819
|
+
}
|
|
12820
|
+
|
|
12821
|
+
.ti-music-search:before {
|
|
12822
|
+
content: "\fbe4";
|
|
12823
|
+
}
|
|
12824
|
+
|
|
12825
|
+
.ti-music-share:before {
|
|
12826
|
+
content: "\fbe5";
|
|
12827
|
+
}
|
|
12828
|
+
|
|
12829
|
+
.ti-music-star:before {
|
|
12830
|
+
content: "\fbe6";
|
|
12831
|
+
}
|
|
12832
|
+
|
|
12833
|
+
.ti-music-up:before {
|
|
12834
|
+
content: "\fbe7";
|
|
12835
|
+
}
|
|
12836
|
+
|
|
12837
|
+
.ti-music-x:before {
|
|
12838
|
+
content: "\fbe8";
|
|
12839
|
+
}
|
|
12840
|
+
|
|
12181
12841
|
.ti-navigation:before {
|
|
12182
12842
|
content: "\f2c8";
|
|
12183
12843
|
}
|
|
12184
12844
|
|
|
12845
|
+
.ti-navigation-bolt:before {
|
|
12846
|
+
content: "\fbe9";
|
|
12847
|
+
}
|
|
12848
|
+
|
|
12849
|
+
.ti-navigation-cancel:before {
|
|
12850
|
+
content: "\fbea";
|
|
12851
|
+
}
|
|
12852
|
+
|
|
12853
|
+
.ti-navigation-check:before {
|
|
12854
|
+
content: "\fbeb";
|
|
12855
|
+
}
|
|
12856
|
+
|
|
12857
|
+
.ti-navigation-code:before {
|
|
12858
|
+
content: "\fbec";
|
|
12859
|
+
}
|
|
12860
|
+
|
|
12861
|
+
.ti-navigation-cog:before {
|
|
12862
|
+
content: "\fbed";
|
|
12863
|
+
}
|
|
12864
|
+
|
|
12865
|
+
.ti-navigation-discount:before {
|
|
12866
|
+
content: "\fbee";
|
|
12867
|
+
}
|
|
12868
|
+
|
|
12869
|
+
.ti-navigation-dollar:before {
|
|
12870
|
+
content: "\fbef";
|
|
12871
|
+
}
|
|
12872
|
+
|
|
12873
|
+
.ti-navigation-down:before {
|
|
12874
|
+
content: "\fbf0";
|
|
12875
|
+
}
|
|
12876
|
+
|
|
12877
|
+
.ti-navigation-exclamation:before {
|
|
12878
|
+
content: "\fbf1";
|
|
12879
|
+
}
|
|
12880
|
+
|
|
12185
12881
|
.ti-navigation-filled:before {
|
|
12186
12882
|
content: "\f685";
|
|
12187
12883
|
}
|
|
12188
12884
|
|
|
12885
|
+
.ti-navigation-heart:before {
|
|
12886
|
+
content: "\fbf2";
|
|
12887
|
+
}
|
|
12888
|
+
|
|
12889
|
+
.ti-navigation-minus:before {
|
|
12890
|
+
content: "\fbf3";
|
|
12891
|
+
}
|
|
12892
|
+
|
|
12189
12893
|
.ti-navigation-north:before {
|
|
12190
12894
|
content: "\faec";
|
|
12191
12895
|
}
|
|
@@ -12194,6 +12898,42 @@
|
|
|
12194
12898
|
content: "\f413";
|
|
12195
12899
|
}
|
|
12196
12900
|
|
|
12901
|
+
.ti-navigation-pause:before {
|
|
12902
|
+
content: "\fbf4";
|
|
12903
|
+
}
|
|
12904
|
+
|
|
12905
|
+
.ti-navigation-pin:before {
|
|
12906
|
+
content: "\fbf5";
|
|
12907
|
+
}
|
|
12908
|
+
|
|
12909
|
+
.ti-navigation-plus:before {
|
|
12910
|
+
content: "\fbf6";
|
|
12911
|
+
}
|
|
12912
|
+
|
|
12913
|
+
.ti-navigation-question:before {
|
|
12914
|
+
content: "\fbf7";
|
|
12915
|
+
}
|
|
12916
|
+
|
|
12917
|
+
.ti-navigation-search:before {
|
|
12918
|
+
content: "\fbf8";
|
|
12919
|
+
}
|
|
12920
|
+
|
|
12921
|
+
.ti-navigation-share:before {
|
|
12922
|
+
content: "\fbf9";
|
|
12923
|
+
}
|
|
12924
|
+
|
|
12925
|
+
.ti-navigation-star:before {
|
|
12926
|
+
content: "\fbfa";
|
|
12927
|
+
}
|
|
12928
|
+
|
|
12929
|
+
.ti-navigation-up:before {
|
|
12930
|
+
content: "\fbfb";
|
|
12931
|
+
}
|
|
12932
|
+
|
|
12933
|
+
.ti-navigation-x:before {
|
|
12934
|
+
content: "\fbfc";
|
|
12935
|
+
}
|
|
12936
|
+
|
|
12197
12937
|
.ti-needle:before {
|
|
12198
12938
|
content: "\f508";
|
|
12199
12939
|
}
|
|
@@ -12530,6 +13270,46 @@
|
|
|
12530
13270
|
content: "\eb04";
|
|
12531
13271
|
}
|
|
12532
13272
|
|
|
13273
|
+
.ti-pencil-bolt:before {
|
|
13274
|
+
content: "\fbfd";
|
|
13275
|
+
}
|
|
13276
|
+
|
|
13277
|
+
.ti-pencil-cancel:before {
|
|
13278
|
+
content: "\fbfe";
|
|
13279
|
+
}
|
|
13280
|
+
|
|
13281
|
+
.ti-pencil-check:before {
|
|
13282
|
+
content: "\fbff";
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13285
|
+
.ti-pencil-code:before {
|
|
13286
|
+
content: "\fc00";
|
|
13287
|
+
}
|
|
13288
|
+
|
|
13289
|
+
.ti-pencil-cog:before {
|
|
13290
|
+
content: "\fc01";
|
|
13291
|
+
}
|
|
13292
|
+
|
|
13293
|
+
.ti-pencil-discount:before {
|
|
13294
|
+
content: "\fc02";
|
|
13295
|
+
}
|
|
13296
|
+
|
|
13297
|
+
.ti-pencil-dollar:before {
|
|
13298
|
+
content: "\fc03";
|
|
13299
|
+
}
|
|
13300
|
+
|
|
13301
|
+
.ti-pencil-down:before {
|
|
13302
|
+
content: "\fc04";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13305
|
+
.ti-pencil-exclamation:before {
|
|
13306
|
+
content: "\fc05";
|
|
13307
|
+
}
|
|
13308
|
+
|
|
13309
|
+
.ti-pencil-heart:before {
|
|
13310
|
+
content: "\fc06";
|
|
13311
|
+
}
|
|
13312
|
+
|
|
12533
13313
|
.ti-pencil-minus:before {
|
|
12534
13314
|
content: "\f1eb";
|
|
12535
13315
|
}
|
|
@@ -12538,10 +13318,42 @@
|
|
|
12538
13318
|
content: "\f173";
|
|
12539
13319
|
}
|
|
12540
13320
|
|
|
13321
|
+
.ti-pencil-pause:before {
|
|
13322
|
+
content: "\fc07";
|
|
13323
|
+
}
|
|
13324
|
+
|
|
13325
|
+
.ti-pencil-pin:before {
|
|
13326
|
+
content: "\fc08";
|
|
13327
|
+
}
|
|
13328
|
+
|
|
12541
13329
|
.ti-pencil-plus:before {
|
|
12542
13330
|
content: "\f1ec";
|
|
12543
13331
|
}
|
|
12544
13332
|
|
|
13333
|
+
.ti-pencil-question:before {
|
|
13334
|
+
content: "\fc09";
|
|
13335
|
+
}
|
|
13336
|
+
|
|
13337
|
+
.ti-pencil-search:before {
|
|
13338
|
+
content: "\fc0a";
|
|
13339
|
+
}
|
|
13340
|
+
|
|
13341
|
+
.ti-pencil-share:before {
|
|
13342
|
+
content: "\fc0b";
|
|
13343
|
+
}
|
|
13344
|
+
|
|
13345
|
+
.ti-pencil-star:before {
|
|
13346
|
+
content: "\fc0c";
|
|
13347
|
+
}
|
|
13348
|
+
|
|
13349
|
+
.ti-pencil-up:before {
|
|
13350
|
+
content: "\fc0d";
|
|
13351
|
+
}
|
|
13352
|
+
|
|
13353
|
+
.ti-pencil-x:before {
|
|
13354
|
+
content: "\fc0e";
|
|
13355
|
+
}
|
|
13356
|
+
|
|
12545
13357
|
.ti-pennant:before {
|
|
12546
13358
|
content: "\ed7d";
|
|
12547
13359
|
}
|
|
@@ -14822,22 +15634,42 @@
|
|
|
14822
15634
|
content: "\f4b7";
|
|
14823
15635
|
}
|
|
14824
15636
|
|
|
15637
|
+
.ti-square-arrow-down-filled:before {
|
|
15638
|
+
content: "\fb31";
|
|
15639
|
+
}
|
|
15640
|
+
|
|
14825
15641
|
.ti-square-arrow-left:before {
|
|
14826
15642
|
content: "\f4b8";
|
|
14827
15643
|
}
|
|
14828
15644
|
|
|
15645
|
+
.ti-square-arrow-left-filled:before {
|
|
15646
|
+
content: "\fb32";
|
|
15647
|
+
}
|
|
15648
|
+
|
|
14829
15649
|
.ti-square-arrow-right:before {
|
|
14830
15650
|
content: "\f4b9";
|
|
14831
15651
|
}
|
|
14832
15652
|
|
|
15653
|
+
.ti-square-arrow-right-filled:before {
|
|
15654
|
+
content: "\fb33";
|
|
15655
|
+
}
|
|
15656
|
+
|
|
14833
15657
|
.ti-square-arrow-up:before {
|
|
14834
15658
|
content: "\f4ba";
|
|
14835
15659
|
}
|
|
14836
15660
|
|
|
15661
|
+
.ti-square-arrow-up-filled:before {
|
|
15662
|
+
content: "\fb34";
|
|
15663
|
+
}
|
|
15664
|
+
|
|
14837
15665
|
.ti-square-asterisk:before {
|
|
14838
15666
|
content: "\f01a";
|
|
14839
15667
|
}
|
|
14840
15668
|
|
|
15669
|
+
.ti-square-asterisk-filled:before {
|
|
15670
|
+
content: "\fb35";
|
|
15671
|
+
}
|
|
15672
|
+
|
|
14841
15673
|
.ti-square-check:before {
|
|
14842
15674
|
content: "\eb28";
|
|
14843
15675
|
}
|
|
@@ -14850,38 +15682,74 @@
|
|
|
14850
15682
|
content: "\f627";
|
|
14851
15683
|
}
|
|
14852
15684
|
|
|
15685
|
+
.ti-square-chevron-down-filled:before {
|
|
15686
|
+
content: "\fb36";
|
|
15687
|
+
}
|
|
15688
|
+
|
|
14853
15689
|
.ti-square-chevron-left:before {
|
|
14854
15690
|
content: "\f628";
|
|
14855
15691
|
}
|
|
14856
15692
|
|
|
15693
|
+
.ti-square-chevron-left-filled:before {
|
|
15694
|
+
content: "\fb37";
|
|
15695
|
+
}
|
|
15696
|
+
|
|
14857
15697
|
.ti-square-chevron-right:before {
|
|
14858
15698
|
content: "\f629";
|
|
14859
15699
|
}
|
|
14860
15700
|
|
|
15701
|
+
.ti-square-chevron-right-filled:before {
|
|
15702
|
+
content: "\fb38";
|
|
15703
|
+
}
|
|
15704
|
+
|
|
14861
15705
|
.ti-square-chevron-up:before {
|
|
14862
15706
|
content: "\f62a";
|
|
14863
15707
|
}
|
|
14864
15708
|
|
|
15709
|
+
.ti-square-chevron-up-filled:before {
|
|
15710
|
+
content: "\fb39";
|
|
15711
|
+
}
|
|
15712
|
+
|
|
14865
15713
|
.ti-square-chevrons-down:before {
|
|
14866
15714
|
content: "\f64b";
|
|
14867
15715
|
}
|
|
14868
15716
|
|
|
15717
|
+
.ti-square-chevrons-down-filled:before {
|
|
15718
|
+
content: "\fb3a";
|
|
15719
|
+
}
|
|
15720
|
+
|
|
14869
15721
|
.ti-square-chevrons-left:before {
|
|
14870
15722
|
content: "\f64c";
|
|
14871
15723
|
}
|
|
14872
15724
|
|
|
15725
|
+
.ti-square-chevrons-left-filled:before {
|
|
15726
|
+
content: "\fb3b";
|
|
15727
|
+
}
|
|
15728
|
+
|
|
14873
15729
|
.ti-square-chevrons-right:before {
|
|
14874
15730
|
content: "\f64d";
|
|
14875
15731
|
}
|
|
14876
15732
|
|
|
15733
|
+
.ti-square-chevrons-right-filled:before {
|
|
15734
|
+
content: "\fb3c";
|
|
15735
|
+
}
|
|
15736
|
+
|
|
14877
15737
|
.ti-square-chevrons-up:before {
|
|
14878
15738
|
content: "\f64e";
|
|
14879
15739
|
}
|
|
14880
15740
|
|
|
15741
|
+
.ti-square-chevrons-up-filled:before {
|
|
15742
|
+
content: "\fb3d";
|
|
15743
|
+
}
|
|
15744
|
+
|
|
14881
15745
|
.ti-square-dot:before {
|
|
14882
15746
|
content: "\ed59";
|
|
14883
15747
|
}
|
|
14884
15748
|
|
|
15749
|
+
.ti-square-dot-filled:before {
|
|
15750
|
+
content: "\fb3e";
|
|
15751
|
+
}
|
|
15752
|
+
|
|
14885
15753
|
.ti-square-f0:before {
|
|
14886
15754
|
content: "\f526";
|
|
14887
15755
|
}
|
|
@@ -15086,6 +15954,10 @@
|
|
|
15086
15954
|
content: "\eb29";
|
|
15087
15955
|
}
|
|
15088
15956
|
|
|
15957
|
+
.ti-square-minus-filled:before {
|
|
15958
|
+
content: "\fb3f";
|
|
15959
|
+
}
|
|
15960
|
+
|
|
15089
15961
|
.ti-square-number-0:before {
|
|
15090
15962
|
content: "\eee5";
|
|
15091
15963
|
}
|
|
@@ -15382,6 +16254,10 @@
|
|
|
15382
16254
|
content: "\f63e";
|
|
15383
16255
|
}
|
|
15384
16256
|
|
|
16257
|
+
.ti-square-rounded-minus-filled:before {
|
|
16258
|
+
content: "\fb40";
|
|
16259
|
+
}
|
|
16260
|
+
|
|
15385
16261
|
.ti-square-rounded-number-0:before {
|
|
15386
16262
|
content: "\f5c8";
|
|
15387
16263
|
}
|
|
@@ -15490,6 +16366,10 @@
|
|
|
15490
16366
|
content: "\eb2b";
|
|
15491
16367
|
}
|
|
15492
16368
|
|
|
16369
|
+
.ti-square-x-filled:before {
|
|
16370
|
+
content: "\fb41";
|
|
16371
|
+
}
|
|
16372
|
+
|
|
15493
16373
|
.ti-squares-diagonal:before {
|
|
15494
16374
|
content: "\eef5";
|
|
15495
16375
|
}
|
|
@@ -16382,6 +17262,10 @@
|
|
|
16382
17262
|
content: "\ece8";
|
|
16383
17263
|
}
|
|
16384
17264
|
|
|
17265
|
+
.ti-triangle-square-circle-filled:before {
|
|
17266
|
+
content: "\fb42";
|
|
17267
|
+
}
|
|
17268
|
+
|
|
16385
17269
|
.ti-triangles:before {
|
|
16386
17270
|
content: "\f0a5";
|
|
16387
17271
|
}
|