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 d7a6e032..136f38d2 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.31.0 by tabler - https://tabler.io + * Tabler Icons 1.32.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -516,6 +516,10 @@ content: ""; } +.ti-brand-airbnb:before { + content: ""; +} + .ti-brand-android:before { content: ""; } @@ -524,6 +528,10 @@ content: ""; } +.ti-brand-apple-arcade:before { + content: ""; +} + .ti-brand-appstore:before { content: ""; } @@ -540,6 +548,14 @@ content: ""; } +.ti-brand-codesandbox:before { + content: ""; +} + +.ti-brand-css3:before { + content: ""; +} + .ti-brand-deviantart:before { content: ""; } @@ -600,10 +616,18 @@ content: ""; } +.ti-brand-html5:before { + content: ""; +} + .ti-brand-instagram:before { content: ""; } +.ti-brand-kotlin:before { + content: ""; +} + .ti-brand-linkedin:before { content: ""; } @@ -660,10 +684,18 @@ content: ""; } +.ti-brand-soundcloud:before { + content: ""; +} + .ti-brand-spotify:before { content: ""; } +.ti-brand-steam:before { + content: ""; +} + .ti-brand-tabler:before { content: ""; } @@ -676,10 +708,18 @@ content: ""; } +.ti-brand-tidal:before { + content: ""; +} + .ti-brand-tiktok:before { content: ""; } +.ti-brand-tinder:before { + content: ""; +} + .ti-brand-tumblr:before { content: ""; } @@ -696,6 +736,10 @@ content: ""; } +.ti-brand-vk:before { + content: ""; +} + .ti-brand-whatsapp:before { content: ""; } @@ -704,6 +748,10 @@ content: ""; } +.ti-brand-yahoo:before { + content: ""; +} + .ti-brand-youtube:before { content: ""; } |