diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 4ef1767..f1adac2 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.17.0 by tabler - https://tabler.io + * Tabler Icons 1.18.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -356,6 +356,10 @@ content: ""; } +.ti-biohazard:before { + content: ""; +} + .ti-bluetooth:before { content: ""; } @@ -1124,10 +1128,6 @@ content: ""; } -.ti-electric-scooter:before { - content: ""; -} - .ti-emphasis:before { content: ""; } @@ -1156,6 +1156,10 @@ content: ""; } +.ti-fall:before { + content: ""; +} + .ti-file:before { content: ""; } @@ -1416,6 +1420,10 @@ content: ""; } +.ti-heart-broken:before { + content: ""; +} + .ti-help:before { content: ""; } @@ -1872,6 +1880,10 @@ content: ""; } +.ti-mood-cry:before { + content: ""; +} + .ti-mood-happy:before { content: ""; } @@ -1904,6 +1916,10 @@ content: ""; } +.ti-moped:before { + content: ""; +} + .ti-mouse:before { content: ""; } @@ -1944,6 +1960,10 @@ content: ""; } +.ti-octagon:before { + content: ""; +} + .ti-omega:before { content: ""; } @@ -1980,6 +2000,10 @@ content: ""; } +.ti-peace:before { + content: ""; +} + .ti-pencil:before { content: ""; } @@ -2064,6 +2088,10 @@ content: ""; } +.ti-pray:before { + content: ""; +} + .ti-presentation:before { content: ""; } @@ -2088,6 +2116,10 @@ content: ""; } +.ti-radioactive:before { + content: ""; +} + .ti-record-mail:before { content: ""; } @@ -2180,6 +2212,10 @@ content: ""; } +.ti-scooter-electric:before { + content: ""; +} + .ti-search:before { content: ""; } @@ -2256,6 +2292,10 @@ content: ""; } +.ti-skateboard:before { + content: ""; +} + .ti-slice:before { content: ""; } @@ -2264,6 +2304,14 @@ content: ""; } +.ti-smoking:before { + content: ""; +} + +.ti-smoking-no:before { + content: ""; +} + .ti-snowflake:before { content: ""; } @@ -2524,6 +2572,10 @@ content: ""; } +.ti-trident:before { + content: ""; +} + .ti-trophy:before { content: ""; } |