diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 122 |
1 files changed, 121 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 533a3d71..c5f5ad65 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: ""; +} |