diff options
author | codecalm <codecalm@gmail.com> | 2020-12-11 13:42:20 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-11 13:42:20 +0100 |
commit | a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25 (patch) | |
tree | c7bfc0a64cc4ff2bfcbdb81aa8d845f870bea85f /iconfont/tabler-icons.css | |
parent | 4 new icons: `receipt-2`, `receipt-off`, `receipt-refund`, `receipt` (diff) | |
download | tabler-icons-a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25.tar.xz |
Release 1.38.0v1.38.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 8f6fc781..c0f839e2 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.37.1 by tabler - https://tabler.io + * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1812,6 +1812,10 @@ content: ""; } +.ti-file-info:before { + content: ""; +} + .ti-file-invoice:before { content: ""; } @@ -1840,6 +1844,10 @@ content: ""; } +.ti-file-report:before { + content: ""; +} + .ti-file-search:before { content: ""; } @@ -1868,6 +1876,14 @@ content: ""; } +.ti-files:before { + content: ""; +} + +.ti-files-off:before { + content: ""; +} + .ti-filter:before { content: ""; } @@ -2732,6 +2748,46 @@ content: ""; } +.ti-number-0:before { + content: ""; +} + +.ti-number-1:before { + content: ""; +} + +.ti-number-2:before { + content: ""; +} + +.ti-number-3:before { + content: ""; +} + +.ti-number-4:before { + content: ""; +} + +.ti-number-5:before { + content: ""; +} + +.ti-number-6:before { + content: ""; +} + +.ti-number-7:before { + content: ""; +} + +.ti-number-8:before { + content: ""; +} + +.ti-number-9:before { + content: ""; +} + .ti-octagon:before { content: ""; } @@ -2992,6 +3048,22 @@ content: ""; } +.ti-receipt:before { + content: ""; +} + +.ti-receipt-2:before { + content: ""; +} + +.ti-receipt-off:before { + content: ""; +} + +.ti-receipt-refund:before { + content: ""; +} + .ti-receipt-tax:before { content: ""; } |