diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 087448eb..dcb66a33 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.22.0 by tabler - https://tabler.io + * Tabler Icons 1.23.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -500,6 +500,10 @@ content: ""; } +.ti-brand-deviantart:before { + content: ""; +} + .ti-brand-discord:before { content: ""; } @@ -508,6 +512,10 @@ content: ""; } +.ti-brand-edge:before { + content: ""; +} + .ti-brand-facebook:before { content: ""; } @@ -516,6 +524,18 @@ content: ""; } +.ti-brand-firefox:before { + content: ""; +} + +.ti-brand-flickr:before { + content: ""; +} + +.ti-brand-foursquare:before { + content: ""; +} + .ti-brand-framer:before { content: ""; } @@ -564,6 +584,14 @@ content: ""; } +.ti-brand-pocket:before { + content: ""; +} + +.ti-brand-python:before { + content: ""; +} + .ti-brand-reddit:before { content: ""; } @@ -576,6 +604,10 @@ content: ""; } +.ti-brand-skype:before { + content: ""; +} + .ti-brand-slack:before { content: ""; } @@ -584,6 +616,10 @@ content: ""; } +.ti-brand-spotify:before { + content: ""; +} + .ti-brand-tabler:before { content: ""; } @@ -600,10 +636,22 @@ content: ""; } +.ti-brand-tumblr:before { + content: ""; +} + +.ti-brand-twitch:before { + content: ""; +} + .ti-brand-twitter:before { content: ""; } +.ti-brand-vimeo:before { + content: ""; +} + .ti-brand-whatsapp:before { content: ""; } |