diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 18:34:12 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 18:34:12 +0200 |
commit | 9bbcbf98765422220741047252544d8fa9f043da (patch) | |
tree | 3ef7998ee0d9cfb5972c34d3c6da6dc59f036b28 /iconfont/tabler-icons.css | |
parent | h1-h6 icons (diff) | |
download | tabler-icons-9bbcbf98765422220741047252544d8fa9f043da.tar.xz |
Release 1.16.0v1.16.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 1b766fe3..324fc3e4 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.15.0 by tabler - https://tabler.io + * Tabler Icons 1.16.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -456,6 +456,10 @@ content: ""; } +.ti-brand-figma:before { + content: ""; +} + .ti-brand-framer:before { content: ""; } @@ -1356,6 +1360,30 @@ content: ""; } +.ti-h-1:before { + content: ""; +} + +.ti-h-2:before { + content: ""; +} + +.ti-h-3:before { + content: ""; +} + +.ti-h-4:before { + content: ""; +} + +.ti-h-5:before { + content: ""; +} + +.ti-h-6:before { + content: ""; +} + .ti-hand-middle-finger:before { content: ""; } @@ -1796,6 +1824,14 @@ content: ""; } +.ti-message-plus:before { + content: ""; +} + +.ti-message-report:before { + content: ""; +} + .ti-messages:before { content: ""; } @@ -1976,6 +2012,10 @@ content: ""; } +.ti-pin:before { + content: ""; +} + .ti-plane:before { content: ""; } @@ -2028,6 +2068,10 @@ content: ""; } +.ti-question-mark:before { + content: ""; +} + .ti-record-mail:before { content: ""; } @@ -2124,6 +2168,10 @@ content: ""; } +.ti-select:before { + content: ""; +} + .ti-selector:before { content: ""; } @@ -2264,6 +2312,10 @@ content: ""; } +.ti-subtask:before { + content: ""; +} + .ti-sum:before { content: ""; } |