From ec114c0eb5bbfec35ce32ec7201be01cb01b24d5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 25 Mar 2020 17:56:24 +0100 Subject: iconfont fix --- iconfont/tabler-icons.css | 122 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) (limited to 'iconfont/tabler-icons.css') diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 533a3d7..c5f5ad6 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.1.0 by tabler - https://tabler.io + * Tabler Icons 1.2.1 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -24,6 +24,118 @@ -moz-osx-font-smoothing: grayscale; } +.ti-aperture:before { + content: ""; +} + +.ti-arrows-horizontal:before { + content: ""; +} + +.ti-arrows-sort:before { + content: ""; +} + +.ti-arrows-vertical:before { + content: ""; +} + +.ti-bed:before { + content: ""; +} + +.ti-caret-down:before { + content: ""; +} + +.ti-caret-left:before { + content: ""; +} + +.ti-caret-right:before { + content: ""; +} + +.ti-caret-up:before { + content: ""; +} + +.ti-color-swatch:before { + content: ""; +} + +.ti-device-floppy:before { + content: ""; +} + +.ti-device-gamepad:before { + content: ""; +} + +.ti-device-laptop:before { + content: ""; +} + +.ti-diamond:before { + content: ""; +} + +.ti-dice:before { + content: ""; +} + +.ti-file-invoice:before { + content: ""; +} + +.ti-gift:before { + content: ""; +} + +.ti-infinity:before { + content: ""; +} + +.ti-list-check:before { + content: ""; +} + +.ti-list:before { + content: ""; +} + +.ti-messages:before { + content: ""; +} + +.ti-note:before { + content: ""; +} + +.ti-notes:before { + content: ""; +} + +.ti-plane:before { + content: ""; +} + +.ti-presentation:before { + content: ""; +} + +.ti-repeat-once:before { + content: ""; +} + +.ti-repeat:before { + content: ""; +} + +.ti-sum:before { + content: ""; +} + .ti-activity:before { content: ""; } @@ -1395,3 +1507,11 @@ .ti-zoom-out:before { content: ""; } + +.ti-virus:before { + content: ""; +} + +.ti-wallet:before { + content: ""; +} -- cgit v1.2.1