@tabler/icons 1.42.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -7
- package/iconfont/fonts/tabler-icons.eot +0 -0
- package/iconfont/fonts/tabler-icons.svg +282 -72
- package/iconfont/fonts/tabler-icons.ttf +0 -0
- package/iconfont/fonts/tabler-icons.woff +0 -0
- package/iconfont/fonts/tabler-icons.woff2 +0 -0
- package/iconfont/tabler-icons.css +281 -1
- package/iconfont/tabler-icons.html +632 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +141 -1
- package/icons/.DS_Store +0 -0
- package/icons/axis-x.svg +10 -0
- package/icons/axis-y.svg +10 -0
- package/icons/backpack.svg +8 -0
- package/icons/bath.svg +9 -0
- package/icons/box-multiple-2.svg +1 -1
- package/icons/brand-airtable.svg +8 -0
- package/icons/brand-angular.svg +8 -0
- package/icons/brand-cucumber.svg +13 -0
- package/icons/brand-debian.svg +7 -0
- package/icons/brand-docker.svg +1 -1
- package/icons/brand-doctrine.svg +9 -0
- package/icons/brand-firebase.svg +8 -0
- package/icons/brand-git.svg +12 -0
- package/icons/brand-loom.svg +9 -0
- package/icons/brand-mastercard.svg +8 -0
- package/icons/brand-netbeans.svg +12 -0
- package/icons/brand-notion.svg +11 -0
- package/icons/brand-php.svg +10 -0
- package/icons/brand-react-native.svg +12 -0
- package/icons/brand-stackoverflow.svg +10 -0
- package/icons/brand-steam.svg +1 -1
- package/icons/brand-sublime-text.svg +9 -0
- package/icons/brand-uber.svg +8 -0
- package/icons/brand-ubuntu.svg +9 -0
- package/icons/brand-visual-studio.svg +6 -0
- package/icons/checkup-list.svg +10 -0
- package/icons/circle-2.svg +1 -1
- package/icons/crutches.svg +10 -0
- package/icons/currency-dogecoin.svg +8 -0
- package/icons/device-computer-camera-off.svg +2 -2
- package/icons/device-watch-stats-2.svg +9 -0
- package/icons/device-watch-stats.svg +11 -0
- package/icons/dna-2.svg +11 -0
- package/icons/door-enter.svg +9 -0
- package/icons/door-exit.svg +9 -0
- package/icons/door.svg +8 -0
- package/icons/emergency-bed.svg +12 -0
- package/icons/engine.svg +10 -0
- package/icons/eye-table.svg +14 -0
- package/icons/first-aid-kit.svg +9 -0
- package/icons/flask-2.svg +8 -0
- package/icons/git-pull-request-closed.svg +11 -0
- package/icons/glass-full.svg +1 -1
- package/icons/h-2.svg +1 -1
- package/icons/hand-click.svg +13 -0
- package/icons/hand-move.svg +11 -0
- package/icons/heart-rate-monitor.svg +10 -0
- package/icons/hotel-service.svg +6 -0
- package/icons/ice-cream-2.svg +1 -1
- package/icons/language-hiragana.svg +10 -0
- package/icons/language-katakana.svg +9 -0
- package/icons/language.svg +5 -2
- package/icons/lemon-2.svg +6 -0
- package/icons/lock-square.svg +8 -0
- package/icons/lungs.svg +9 -0
- package/icons/map-search.svg +10 -0
- package/icons/medicine-syrup.svg +9 -0
- package/icons/microscope.svg +12 -0
- package/icons/multiplier-2x.svg +1 -1
- package/icons/nurse.svg +8 -0
- package/icons/pig.svg +7 -0
- package/icons/pills.svg +9 -0
- package/icons/prison.svg +13 -0
- package/icons/puzzle-2.svg +10 -0
- package/icons/report-search.svg +12 -0
- package/icons/rotate-360.svg +7 -0
- package/icons/scale-outline.svg +7 -0
- package/icons/spacing-horizontal.svg +8 -0
- package/icons/spacing-vertical.svg +8 -0
- package/icons/square-2.svg +1 -1
- package/icons/strikethrough.svg +2 -2
- package/icons/tag.svg +2 -2
- package/icons/tags.svg +8 -0
- package/icons/text-resize.svg +15 -0
- package/icons/thermometer.svg +10 -0
- package/icons/trash-x.svg +9 -0
- package/icons/tree.svg +1 -1
- package/icons/trees.svg +1 -1
- package/icons/user-circle.svg +8 -0
- package/icons/user-search.svg +9 -0
- package/icons/vaccine-bottle.svg +10 -0
- package/icons/wall.svg +14 -0
- package/icons/wallpaper.svg +8 -0
- package/icons/world-download.svg +11 -0
- package/icons/world-upload.svg +11 -0
- package/icons-png/.DS_Store +0 -0
- package/icons-png/axis-x.png +0 -0
- package/icons-png/axis-y.png +0 -0
- package/icons-png/backpack.png +0 -0
- package/icons-png/bath.png +0 -0
- package/icons-png/box-multiple-2.png +0 -0
- package/icons-png/brand-airtable.png +0 -0
- package/icons-png/brand-angular.png +0 -0
- package/icons-png/brand-cucumber.png +0 -0
- package/icons-png/brand-debian.png +0 -0
- package/icons-png/brand-docker.png +0 -0
- package/icons-png/brand-doctrine.png +0 -0
- package/icons-png/brand-firebase.png +0 -0
- package/icons-png/brand-git.png +0 -0
- package/icons-png/brand-loom.png +0 -0
- package/icons-png/brand-mastercard.png +0 -0
- package/icons-png/brand-netbeans.png +0 -0
- package/icons-png/brand-notion.png +0 -0
- package/icons-png/brand-php.png +0 -0
- package/icons-png/brand-react-native.png +0 -0
- package/icons-png/brand-stackoverflow.png +0 -0
- package/icons-png/brand-steam.png +0 -0
- package/icons-png/brand-sublime-text.png +0 -0
- package/icons-png/brand-uber.png +0 -0
- package/icons-png/brand-ubuntu.png +0 -0
- package/icons-png/brand-visual-studio.png +0 -0
- package/icons-png/checkup-list.png +0 -0
- package/icons-png/circle-2.png +0 -0
- package/icons-png/crutches.png +0 -0
- package/icons-png/currency-dogecoin.png +0 -0
- package/icons-png/device-computer-camera-off.png +0 -0
- package/icons-png/device-watch-stats-2.png +0 -0
- package/icons-png/device-watch-stats.png +0 -0
- package/icons-png/dna-2.png +0 -0
- package/icons-png/door-enter.png +0 -0
- package/icons-png/door-exit.png +0 -0
- package/icons-png/door.png +0 -0
- package/icons-png/emergency-bed.png +0 -0
- package/icons-png/engine.png +0 -0
- package/icons-png/eye-table.png +0 -0
- package/icons-png/first-aid-kit.png +0 -0
- package/icons-png/flask-2.png +0 -0
- package/icons-png/git-pull-request-closed.png +0 -0
- package/icons-png/glass-full.png +0 -0
- package/icons-png/h-2.png +0 -0
- package/icons-png/hand-click.png +0 -0
- package/icons-png/hand-move.png +0 -0
- package/icons-png/heart-rate-monitor.png +0 -0
- package/icons-png/hotel-service.png +0 -0
- package/icons-png/ice-cream-2.png +0 -0
- package/icons-png/language-hiragana.png +0 -0
- package/icons-png/language-katakana.png +0 -0
- package/icons-png/language.png +0 -0
- package/icons-png/lemon-2.png +0 -0
- package/icons-png/lock-square.png +0 -0
- package/icons-png/lungs.png +0 -0
- package/icons-png/map-search.png +0 -0
- package/icons-png/medicine-syrup.png +0 -0
- package/icons-png/microscope.png +0 -0
- package/icons-png/multiplier-2x.png +0 -0
- package/icons-png/nurse.png +0 -0
- package/icons-png/pig.png +0 -0
- package/icons-png/pills.png +0 -0
- package/icons-png/prison.png +0 -0
- package/icons-png/puzzle-2.png +0 -0
- package/icons-png/report-search.png +0 -0
- package/icons-png/rotate-360.png +0 -0
- package/icons-png/scale-outline.png +0 -0
- package/icons-png/spacing-horizontal.png +0 -0
- package/icons-png/spacing-vertical.png +0 -0
- package/icons-png/square-2.png +0 -0
- package/icons-png/strikethrough.png +0 -0
- package/icons-png/tag.png +0 -0
- package/icons-png/tags.png +0 -0
- package/icons-png/text-resize.png +0 -0
- package/icons-png/thermometer.png +0 -0
- package/icons-png/trash-x.png +0 -0
- package/icons-png/user-circle.png +0 -0
- package/icons-png/user-search.png +0 -0
- package/icons-png/vaccine-bottle.png +0 -0
- package/icons-png/wall.png +0 -0
- package/icons-png/wallpaper.png +0 -0
- package/icons-png/world-download.png +0 -0
- package/icons-png/world-upload.png +0 -0
- package/icons-react/dist/index.cjs.js +2686 -23
- package/icons-react/dist/index.cjs.js.map +1 -1
- package/icons-react/dist/index.cjs.min.js +1 -1
- package/icons-react/dist/index.cjs.min.js.map +1 -1
- package/icons-react/dist/index.esm.js +2617 -24
- package/icons-react/dist/index.esm.js.map +1 -1
- package/icons-react/dist/index.esm.min.js +1 -1
- package/icons-react/dist/index.esm.min.js.map +1 -1
- package/icons-react/dist/index.umd.js +2686 -23
- package/icons-react/dist/index.umd.js.map +1 -1
- package/icons-react/dist/index.umd.min.js +1 -1
- package/icons-react/dist/index.umd.min.js.map +1 -1
- package/icons-react/index.d.ts +70 -0
- package/package.json +3 -3
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +714 -50
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.46.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -180,7 +180,10 @@ $ti-icon-at: unicode('ea2b');
|
|
|
180
180
|
$ti-icon-atom: unicode('eb79');
|
|
181
181
|
$ti-icon-atom-2: unicode('ebdf');
|
|
182
182
|
$ti-icon-award: unicode('ea2c');
|
|
183
|
+
$ti-icon-axis-x: unicode('ef45');
|
|
184
|
+
$ti-icon-axis-y: unicode('ef46');
|
|
183
185
|
$ti-icon-backhoe: unicode('ed86');
|
|
186
|
+
$ti-icon-backpack: unicode('ef47');
|
|
184
187
|
$ti-icon-backspace: unicode('ea2d');
|
|
185
188
|
$ti-icon-ball-american-football: unicode('ee04');
|
|
186
189
|
$ti-icon-ball-basketball: unicode('ec28');
|
|
@@ -194,6 +197,7 @@ $ti-icon-ban: unicode('ea2e');
|
|
|
194
197
|
$ti-icon-bandage: unicode('eb7a');
|
|
195
198
|
$ti-icon-barcode: unicode('ebc6');
|
|
196
199
|
$ti-icon-basket: unicode('ebe1');
|
|
200
|
+
$ti-icon-bath: unicode('ef48');
|
|
197
201
|
$ti-icon-battery: unicode('ea34');
|
|
198
202
|
$ti-icon-battery-1: unicode('ea2f');
|
|
199
203
|
$ti-icon-battery-2: unicode('ea30');
|
|
@@ -261,7 +265,9 @@ $ti-icon-box-padding: unicode('ee18');
|
|
|
261
265
|
$ti-icon-braces: unicode('ebcc');
|
|
262
266
|
$ti-icon-brackets: unicode('ebcd');
|
|
263
267
|
$ti-icon-brand-airbnb: unicode('ed68');
|
|
268
|
+
$ti-icon-brand-airtable: unicode('ef6a');
|
|
264
269
|
$ti-icon-brand-android: unicode('ec16');
|
|
270
|
+
$ti-icon-brand-angular: unicode('ef6b');
|
|
265
271
|
$ti-icon-brand-apple: unicode('ec17');
|
|
266
272
|
$ti-icon-brand-apple-arcade: unicode('ed69');
|
|
267
273
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
@@ -275,18 +281,23 @@ $ti-icon-brand-chrome: unicode('ec18');
|
|
|
275
281
|
$ti-icon-brand-codepen: unicode('ec6f');
|
|
276
282
|
$ti-icon-brand-codesandbox: unicode('ed6a');
|
|
277
283
|
$ti-icon-brand-css3: unicode('ed6b');
|
|
284
|
+
$ti-icon-brand-cucumber: unicode('ef6c');
|
|
285
|
+
$ti-icon-brand-debian: unicode('ef57');
|
|
278
286
|
$ti-icon-brand-deviantart: unicode('ecfb');
|
|
279
287
|
$ti-icon-brand-discord: unicode('ece3');
|
|
280
288
|
$ti-icon-brand-disqus: unicode('edc9');
|
|
281
289
|
$ti-icon-brand-docker: unicode('edca');
|
|
290
|
+
$ti-icon-brand-doctrine: unicode('ef6d');
|
|
282
291
|
$ti-icon-brand-dribbble: unicode('ec19');
|
|
283
292
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
284
293
|
$ti-icon-brand-facebook: unicode('ec1a');
|
|
285
294
|
$ti-icon-brand-figma: unicode('ec93');
|
|
295
|
+
$ti-icon-brand-firebase: unicode('ef6e');
|
|
286
296
|
$ti-icon-brand-firefox: unicode('ecfd');
|
|
287
297
|
$ti-icon-brand-flickr: unicode('ecfe');
|
|
288
298
|
$ti-icon-brand-foursquare: unicode('ecff');
|
|
289
299
|
$ti-icon-brand-framer: unicode('ec1b');
|
|
300
|
+
$ti-icon-brand-git: unicode('ef6f');
|
|
290
301
|
$ti-icon-brand-github: unicode('ec1c');
|
|
291
302
|
$ti-icon-brand-gitlab: unicode('ec1d');
|
|
292
303
|
$ti-icon-brand-google: unicode('ec1f');
|
|
@@ -301,18 +312,24 @@ $ti-icon-brand-javascript: unicode('ef0c');
|
|
|
301
312
|
$ti-icon-brand-kickstarter: unicode('edce');
|
|
302
313
|
$ti-icon-brand-kotlin: unicode('ed6d');
|
|
303
314
|
$ti-icon-brand-linkedin: unicode('ec8c');
|
|
315
|
+
$ti-icon-brand-loom: unicode('ef70');
|
|
316
|
+
$ti-icon-brand-mastercard: unicode('ef49');
|
|
304
317
|
$ti-icon-brand-medium: unicode('ec70');
|
|
305
318
|
$ti-icon-brand-messenger: unicode('ec71');
|
|
319
|
+
$ti-icon-brand-netbeans: unicode('ef71');
|
|
306
320
|
$ti-icon-brand-netflix: unicode('edcf');
|
|
321
|
+
$ti-icon-brand-notion: unicode('ef7b');
|
|
307
322
|
$ti-icon-brand-open-source: unicode('edd0');
|
|
308
323
|
$ti-icon-brand-opera: unicode('ec21');
|
|
309
324
|
$ti-icon-brand-pagekit: unicode('edd1');
|
|
310
325
|
$ti-icon-brand-patreon: unicode('edd2');
|
|
311
326
|
$ti-icon-brand-paypal: unicode('ec22');
|
|
327
|
+
$ti-icon-brand-php: unicode('ef72');
|
|
312
328
|
$ti-icon-brand-pinterest: unicode('ec8d');
|
|
313
329
|
$ti-icon-brand-pocket: unicode('ed00');
|
|
314
330
|
$ti-icon-brand-producthunt: unicode('edd3');
|
|
315
331
|
$ti-icon-brand-python: unicode('ed01');
|
|
332
|
+
$ti-icon-brand-react-native: unicode('ef73');
|
|
316
333
|
$ti-icon-brand-reddit: unicode('ec8e');
|
|
317
334
|
$ti-icon-brand-safari: unicode('ec23');
|
|
318
335
|
$ti-icon-brand-sass: unicode('edd4');
|
|
@@ -324,8 +341,10 @@ $ti-icon-brand-slack: unicode('ec72');
|
|
|
324
341
|
$ti-icon-brand-snapchat: unicode('ec25');
|
|
325
342
|
$ti-icon-brand-soundcloud: unicode('ed6e');
|
|
326
343
|
$ti-icon-brand-spotify: unicode('ed03');
|
|
344
|
+
$ti-icon-brand-stackoverflow: unicode('ef58');
|
|
327
345
|
$ti-icon-brand-steam: unicode('ed6f');
|
|
328
346
|
$ti-icon-brand-stripe: unicode('edd7');
|
|
347
|
+
$ti-icon-brand-sublime-text: unicode('ef74');
|
|
329
348
|
$ti-icon-brand-tabler: unicode('ec8f');
|
|
330
349
|
$ti-icon-brand-tailwind: unicode('eca1');
|
|
331
350
|
$ti-icon-brand-telegram: unicode('ec26');
|
|
@@ -335,9 +354,12 @@ $ti-icon-brand-tinder: unicode('ed71');
|
|
|
335
354
|
$ti-icon-brand-tumblr: unicode('ed04');
|
|
336
355
|
$ti-icon-brand-twitch: unicode('ed05');
|
|
337
356
|
$ti-icon-brand-twitter: unicode('ec27');
|
|
357
|
+
$ti-icon-brand-uber: unicode('ef75');
|
|
358
|
+
$ti-icon-brand-ubuntu: unicode('ef59');
|
|
338
359
|
$ti-icon-brand-unsplash: unicode('edd8');
|
|
339
360
|
$ti-icon-brand-vercel: unicode('ef24');
|
|
340
361
|
$ti-icon-brand-vimeo: unicode('ed06');
|
|
362
|
+
$ti-icon-brand-visual-studio: unicode('ef76');
|
|
341
363
|
$ti-icon-brand-vk: unicode('ed72');
|
|
342
364
|
$ti-icon-brand-whatsapp: unicode('ec74');
|
|
343
365
|
$ti-icon-brand-windows: unicode('ecd8');
|
|
@@ -434,6 +456,7 @@ $ti-icon-chart-radar: unicode('ed77');
|
|
|
434
456
|
$ti-icon-check: unicode('ea5e');
|
|
435
457
|
$ti-icon-checkbox: unicode('eba6');
|
|
436
458
|
$ti-icon-checks: unicode('ebaa');
|
|
459
|
+
$ti-icon-checkup-list: unicode('ef5a');
|
|
437
460
|
$ti-icon-cheese: unicode('ef26');
|
|
438
461
|
$ti-icon-chevron-down: unicode('ea5f');
|
|
439
462
|
$ti-icon-chevron-down-left: unicode('ed09');
|
|
@@ -533,6 +556,7 @@ $ti-icon-crop: unicode('ea85');
|
|
|
533
556
|
$ti-icon-crosshair: unicode('ec3e');
|
|
534
557
|
$ti-icon-crown: unicode('ed12');
|
|
535
558
|
$ti-icon-crown-off: unicode('ee50');
|
|
559
|
+
$ti-icon-crutches: unicode('ef5b');
|
|
536
560
|
$ti-icon-cup: unicode('ef28');
|
|
537
561
|
$ti-icon-curly-loop: unicode('ecda');
|
|
538
562
|
$ti-icon-currency-bahraini: unicode('ee51');
|
|
@@ -541,6 +565,7 @@ $ti-icon-currency-bitcoin: unicode('ebab');
|
|
|
541
565
|
$ti-icon-currency-cent: unicode('ee53');
|
|
542
566
|
$ti-icon-currency-dinar: unicode('ee54');
|
|
543
567
|
$ti-icon-currency-dirham: unicode('ee55');
|
|
568
|
+
$ti-icon-currency-dogecoin: unicode('ef4b');
|
|
544
569
|
$ti-icon-currency-dollar: unicode('eb84');
|
|
545
570
|
$ti-icon-currency-dollar-australian: unicode('ee56');
|
|
546
571
|
$ti-icon-currency-dollar-canadian: unicode('ee57');
|
|
@@ -597,6 +622,8 @@ $ti-icon-device-speaker: unicode('ea8b');
|
|
|
597
622
|
$ti-icon-device-tablet: unicode('ea8c');
|
|
598
623
|
$ti-icon-device-tv: unicode('ea8d');
|
|
599
624
|
$ti-icon-device-watch: unicode('ebf9');
|
|
625
|
+
$ti-icon-device-watch-stats: unicode('ef7d');
|
|
626
|
+
$ti-icon-device-watch-stats-2: unicode('ef7c');
|
|
600
627
|
$ti-icon-devices: unicode('eb87');
|
|
601
628
|
$ti-icon-devices-2: unicode('ed29');
|
|
602
629
|
$ti-icon-devices-pc: unicode('ee7a');
|
|
@@ -613,7 +640,11 @@ $ti-icon-discount: unicode('ebbd');
|
|
|
613
640
|
$ti-icon-discount-2: unicode('ee7c');
|
|
614
641
|
$ti-icon-divide: unicode('ed5c');
|
|
615
642
|
$ti-icon-dna: unicode('ee7d');
|
|
643
|
+
$ti-icon-dna-2: unicode('ef5c');
|
|
616
644
|
$ti-icon-dog-bowl: unicode('ef29');
|
|
645
|
+
$ti-icon-door: unicode('ef4e');
|
|
646
|
+
$ti-icon-door-enter: unicode('ef4c');
|
|
647
|
+
$ti-icon-door-exit: unicode('ef4d');
|
|
617
648
|
$ti-icon-dots: unicode('ea95');
|
|
618
649
|
$ti-icon-dots-circle-horizontal: unicode('ea91');
|
|
619
650
|
$ti-icon-dots-diagonal: unicode('ea93');
|
|
@@ -635,7 +666,9 @@ $ti-icon-ear-off: unicode('ee84');
|
|
|
635
666
|
$ti-icon-edit: unicode('ea98');
|
|
636
667
|
$ti-icon-edit-circle: unicode('ee85');
|
|
637
668
|
$ti-icon-egg: unicode('eb8a');
|
|
669
|
+
$ti-icon-emergency-bed: unicode('ef5d');
|
|
638
670
|
$ti-icon-emphasis: unicode('ebcf');
|
|
671
|
+
$ti-icon-engine: unicode('ef7e');
|
|
639
672
|
$ti-icon-equal: unicode('ee87');
|
|
640
673
|
$ti-icon-equal-not: unicode('ee86');
|
|
641
674
|
$ti-icon-eraser: unicode('eb8b');
|
|
@@ -645,6 +678,7 @@ $ti-icon-external-link: unicode('ea99');
|
|
|
645
678
|
$ti-icon-eye: unicode('ea9a');
|
|
646
679
|
$ti-icon-eye-check: unicode('ee88');
|
|
647
680
|
$ti-icon-eye-off: unicode('ecf0');
|
|
681
|
+
$ti-icon-eye-table: unicode('ef5e');
|
|
648
682
|
$ti-icon-eyeglass: unicode('ee8a');
|
|
649
683
|
$ti-icon-eyeglass-2: unicode('ee89');
|
|
650
684
|
$ti-icon-face-id: unicode('ea9b');
|
|
@@ -686,6 +720,7 @@ $ti-icon-filter: unicode('eaa5');
|
|
|
686
720
|
$ti-icon-filter-off: unicode('ed2c');
|
|
687
721
|
$ti-icon-fingerprint: unicode('ebd1');
|
|
688
722
|
$ti-icon-firetruck: unicode('ebe8');
|
|
723
|
+
$ti-icon-first-aid-kit: unicode('ef5f');
|
|
689
724
|
$ti-icon-fish: unicode('ef2b');
|
|
690
725
|
$ti-icon-flag: unicode('eaa6');
|
|
691
726
|
$ti-icon-flag-2: unicode('ee8c');
|
|
@@ -693,6 +728,7 @@ $ti-icon-flag-3: unicode('ee8d');
|
|
|
693
728
|
$ti-icon-flame: unicode('ec2c');
|
|
694
729
|
$ti-icon-flare: unicode('ee8e');
|
|
695
730
|
$ti-icon-flask: unicode('ebd2');
|
|
731
|
+
$ti-icon-flask-2: unicode('ef60');
|
|
696
732
|
$ti-icon-flip-horizontal: unicode('eaa7');
|
|
697
733
|
$ti-icon-flip-vertical: unicode('eaa8');
|
|
698
734
|
$ti-icon-float-center: unicode('ebb1');
|
|
@@ -727,6 +763,7 @@ $ti-icon-git-compare: unicode('eab4');
|
|
|
727
763
|
$ti-icon-git-fork: unicode('eb8f');
|
|
728
764
|
$ti-icon-git-merge: unicode('eab5');
|
|
729
765
|
$ti-icon-git-pull-request: unicode('eab6');
|
|
766
|
+
$ti-icon-git-pull-request-closed: unicode('ef7f');
|
|
730
767
|
$ti-icon-glass: unicode('eab8');
|
|
731
768
|
$ti-icon-glass-full: unicode('eab7');
|
|
732
769
|
$ti-icon-glass-off: unicode('ee91');
|
|
@@ -744,9 +781,11 @@ $ti-icon-h-3: unicode('ec96');
|
|
|
744
781
|
$ti-icon-h-4: unicode('ec97');
|
|
745
782
|
$ti-icon-h-5: unicode('ec98');
|
|
746
783
|
$ti-icon-h-6: unicode('ec99');
|
|
784
|
+
$ti-icon-hand-click: unicode('ef4f');
|
|
747
785
|
$ti-icon-hand-finger: unicode('ee94');
|
|
748
786
|
$ti-icon-hand-little-finger: unicode('ee95');
|
|
749
787
|
$ti-icon-hand-middle-finger: unicode('ec2d');
|
|
788
|
+
$ti-icon-hand-move: unicode('ef50');
|
|
750
789
|
$ti-icon-hand-off: unicode('ed15');
|
|
751
790
|
$ti-icon-hand-ring-finger: unicode('ee96');
|
|
752
791
|
$ti-icon-hand-rock: unicode('ee97');
|
|
@@ -761,6 +800,7 @@ $ti-icon-headphones-off: unicode('ed1d');
|
|
|
761
800
|
$ti-icon-headset: unicode('eb90');
|
|
762
801
|
$ti-icon-heart: unicode('eabe');
|
|
763
802
|
$ti-icon-heart-broken: unicode('ecba');
|
|
803
|
+
$ti-icon-heart-rate-monitor: unicode('ef61');
|
|
764
804
|
$ti-icon-helicopter: unicode('ed8e');
|
|
765
805
|
$ti-icon-helicopter-landing: unicode('ed8d');
|
|
766
806
|
$ti-icon-help: unicode('eabf');
|
|
@@ -772,6 +812,7 @@ $ti-icon-highlight: unicode('ef3f');
|
|
|
772
812
|
$ti-icon-history: unicode('ebea');
|
|
773
813
|
$ti-icon-home: unicode('eac1');
|
|
774
814
|
$ti-icon-home-2: unicode('eac0');
|
|
815
|
+
$ti-icon-hotel-service: unicode('ef80');
|
|
775
816
|
$ti-icon-ice-cream: unicode('eac2');
|
|
776
817
|
$ti-icon-ice-cream-2: unicode('ee9f');
|
|
777
818
|
$ti-icon-id: unicode('eac3');
|
|
@@ -790,6 +831,8 @@ $ti-icon-keyboard-hide: unicode('ec7e');
|
|
|
790
831
|
$ti-icon-keyboard-off: unicode('eea0');
|
|
791
832
|
$ti-icon-keyboard-show: unicode('ec7f');
|
|
792
833
|
$ti-icon-language: unicode('ebbe');
|
|
834
|
+
$ti-icon-language-hiragana: unicode('ef77');
|
|
835
|
+
$ti-icon-language-katakana: unicode('ef78');
|
|
793
836
|
$ti-icon-layers-difference: unicode('eac8');
|
|
794
837
|
$ti-icon-layers-intersect: unicode('eac9');
|
|
795
838
|
$ti-icon-layers-linked: unicode('eea1');
|
|
@@ -819,6 +862,7 @@ $ti-icon-layout-sidebar-right: unicode('ead9');
|
|
|
819
862
|
$ti-icon-leaf: unicode('ed4f');
|
|
820
863
|
$ti-icon-lego: unicode('eadc');
|
|
821
864
|
$ti-icon-lemon: unicode('ef10');
|
|
865
|
+
$ti-icon-lemon-2: unicode('ef81');
|
|
822
866
|
$ti-icon-letter-a: unicode('ec50');
|
|
823
867
|
$ti-icon-letter-b: unicode('ec51');
|
|
824
868
|
$ti-icon-letter-c: unicode('ec52');
|
|
@@ -872,8 +916,10 @@ $ti-icon-lock: unicode('eae2');
|
|
|
872
916
|
$ti-icon-lock-access: unicode('eeaa');
|
|
873
917
|
$ti-icon-lock-off: unicode('ed1e');
|
|
874
918
|
$ti-icon-lock-open: unicode('eae1');
|
|
919
|
+
$ti-icon-lock-square: unicode('ef51');
|
|
875
920
|
$ti-icon-login: unicode('eba7');
|
|
876
921
|
$ti-icon-logout: unicode('eba8');
|
|
922
|
+
$ti-icon-lungs: unicode('ef62');
|
|
877
923
|
$ti-icon-macro: unicode('eeab');
|
|
878
924
|
$ti-icon-magnet: unicode('eae3');
|
|
879
925
|
$ti-icon-mail: unicode('eae5');
|
|
@@ -887,6 +933,7 @@ $ti-icon-map-2: unicode('eae7');
|
|
|
887
933
|
$ti-icon-map-pin: unicode('eae8');
|
|
888
934
|
$ti-icon-map-pin-off: unicode('ecf3');
|
|
889
935
|
$ti-icon-map-pins: unicode('ed5e');
|
|
936
|
+
$ti-icon-map-search: unicode('ef82');
|
|
890
937
|
$ti-icon-markdown: unicode('ec41');
|
|
891
938
|
$ti-icon-marquee: unicode('ec77');
|
|
892
939
|
$ti-icon-marquee-2: unicode('eeae');
|
|
@@ -901,6 +948,7 @@ $ti-icon-maximize: unicode('eaea');
|
|
|
901
948
|
$ti-icon-meat: unicode('ef12');
|
|
902
949
|
$ti-icon-medal: unicode('ec78');
|
|
903
950
|
$ti-icon-medical-cross: unicode('ec2f');
|
|
951
|
+
$ti-icon-medicine-syrup: unicode('ef63');
|
|
904
952
|
$ti-icon-menu: unicode('eaeb');
|
|
905
953
|
$ti-icon-menu-2: unicode('ec42');
|
|
906
954
|
$ti-icon-message: unicode('eaef');
|
|
@@ -917,6 +965,7 @@ $ti-icon-messages-off: unicode('ed42');
|
|
|
917
965
|
$ti-icon-microphone: unicode('eaf0');
|
|
918
966
|
$ti-icon-microphone-2: unicode('ef2c');
|
|
919
967
|
$ti-icon-microphone-off: unicode('ed16');
|
|
968
|
+
$ti-icon-microscope: unicode('ef64');
|
|
920
969
|
$ti-icon-milk: unicode('ef13');
|
|
921
970
|
$ti-icon-minimize: unicode('eaf1');
|
|
922
971
|
$ti-icon-minus: unicode('eaf2');
|
|
@@ -965,6 +1014,7 @@ $ti-icon-number-6: unicode('edf6');
|
|
|
965
1014
|
$ti-icon-number-7: unicode('edf7');
|
|
966
1015
|
$ti-icon-number-8: unicode('edf8');
|
|
967
1016
|
$ti-icon-number-9: unicode('edf9');
|
|
1017
|
+
$ti-icon-nurse: unicode('ef65');
|
|
968
1018
|
$ti-icon-octagon: unicode('ecbd');
|
|
969
1019
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
970
1020
|
$ti-icon-old: unicode('eeb9');
|
|
@@ -1005,7 +1055,9 @@ $ti-icon-physotherapist: unicode('eebe');
|
|
|
1005
1055
|
$ti-icon-picture-in-picture: unicode('ed35');
|
|
1006
1056
|
$ti-icon-picture-in-picture-off: unicode('ed43');
|
|
1007
1057
|
$ti-icon-picture-in-picture-on: unicode('ed44');
|
|
1058
|
+
$ti-icon-pig: unicode('ef52');
|
|
1008
1059
|
$ti-icon-pill: unicode('ec44');
|
|
1060
|
+
$ti-icon-pills: unicode('ef66');
|
|
1009
1061
|
$ti-icon-pin: unicode('ec9c');
|
|
1010
1062
|
$ti-icon-pinned: unicode('ed60');
|
|
1011
1063
|
$ti-icon-pinned-off: unicode('ed5f');
|
|
@@ -1037,9 +1089,11 @@ $ti-icon-pray: unicode('ecbf');
|
|
|
1037
1089
|
$ti-icon-presentation: unicode('eb70');
|
|
1038
1090
|
$ti-icon-presentation-analytics: unicode('eec3');
|
|
1039
1091
|
$ti-icon-printer: unicode('eb0e');
|
|
1092
|
+
$ti-icon-prison: unicode('ef79');
|
|
1040
1093
|
$ti-icon-prompt: unicode('eb0f');
|
|
1041
1094
|
$ti-icon-propeller: unicode('eec4');
|
|
1042
1095
|
$ti-icon-puzzle: unicode('eb10');
|
|
1096
|
+
$ti-icon-puzzle-2: unicode('ef83');
|
|
1043
1097
|
$ti-icon-pyramid: unicode('eec5');
|
|
1044
1098
|
$ti-icon-qrcode: unicode('eb11');
|
|
1045
1099
|
$ti-icon-question-mark: unicode('ec9d');
|
|
@@ -1073,12 +1127,14 @@ $ti-icon-report: unicode('eece');
|
|
|
1073
1127
|
$ti-icon-report-analytics: unicode('eecb');
|
|
1074
1128
|
$ti-icon-report-medical: unicode('eecc');
|
|
1075
1129
|
$ti-icon-report-money: unicode('eecd');
|
|
1130
|
+
$ti-icon-report-search: unicode('ef84');
|
|
1076
1131
|
$ti-icon-resize: unicode('eecf');
|
|
1077
1132
|
$ti-icon-ripple: unicode('ed82');
|
|
1078
1133
|
$ti-icon-road-sign: unicode('ecdd');
|
|
1079
1134
|
$ti-icon-rocket: unicode('ec45');
|
|
1080
1135
|
$ti-icon-rotate: unicode('eb16');
|
|
1081
1136
|
$ti-icon-rotate-2: unicode('ebb4');
|
|
1137
|
+
$ti-icon-rotate-360: unicode('ef85');
|
|
1082
1138
|
$ti-icon-rotate-clockwise: unicode('eb15');
|
|
1083
1139
|
$ti-icon-rotate-clockwise-2: unicode('ebb5');
|
|
1084
1140
|
$ti-icon-rotate-rectangle: unicode('ec15');
|
|
@@ -1095,6 +1151,7 @@ $ti-icon-salt: unicode('ef16');
|
|
|
1095
1151
|
$ti-icon-satellite: unicode('eed3');
|
|
1096
1152
|
$ti-icon-sausage: unicode('ef17');
|
|
1097
1153
|
$ti-icon-scale: unicode('ebc2');
|
|
1154
|
+
$ti-icon-scale-outline: unicode('ef53');
|
|
1098
1155
|
$ti-icon-scan: unicode('ebc8');
|
|
1099
1156
|
$ti-icon-school: unicode('ecf7');
|
|
1100
1157
|
$ti-icon-scissors: unicode('eb1b');
|
|
@@ -1157,6 +1214,8 @@ $ti-icon-sort-descending-letters: unicode('ef1a');
|
|
|
1157
1214
|
$ti-icon-sort-descending-numbers: unicode('ef1b');
|
|
1158
1215
|
$ti-icon-soup: unicode('ef2e');
|
|
1159
1216
|
$ti-icon-space: unicode('ec0c');
|
|
1217
|
+
$ti-icon-spacing-horizontal: unicode('ef54');
|
|
1218
|
+
$ti-icon-spacing-vertical: unicode('ef55');
|
|
1160
1219
|
$ti-icon-speakerphone: unicode('ed61');
|
|
1161
1220
|
$ti-icon-speedboat: unicode('ed93');
|
|
1162
1221
|
$ti-icon-sport-billard: unicode('eee4');
|
|
@@ -1222,6 +1281,7 @@ $ti-icon-table-export: unicode('eef8');
|
|
|
1222
1281
|
$ti-icon-table-import: unicode('eef9');
|
|
1223
1282
|
$ti-icon-table-off: unicode('eefa');
|
|
1224
1283
|
$ti-icon-tag: unicode('eb34');
|
|
1284
|
+
$ti-icon-tags: unicode('ef86');
|
|
1225
1285
|
$ti-icon-tallymark-1: unicode('ec46');
|
|
1226
1286
|
$ti-icon-tallymark-2: unicode('ec47');
|
|
1227
1287
|
$ti-icon-tallymark-3: unicode('ec48');
|
|
@@ -1241,8 +1301,10 @@ $ti-icon-terminal-2: unicode('ebef');
|
|
|
1241
1301
|
$ti-icon-test-pipe: unicode('eb3a');
|
|
1242
1302
|
$ti-icon-text-direction-ltr: unicode('eefc');
|
|
1243
1303
|
$ti-icon-text-direction-rtl: unicode('eefd');
|
|
1304
|
+
$ti-icon-text-resize: unicode('ef87');
|
|
1244
1305
|
$ti-icon-text-wrap: unicode('ebdd');
|
|
1245
1306
|
$ti-icon-text-wrap-disabled: unicode('eca7');
|
|
1307
|
+
$ti-icon-thermometer: unicode('ef67');
|
|
1246
1308
|
$ti-icon-thumb-down: unicode('eb3b');
|
|
1247
1309
|
$ti-icon-thumb-up: unicode('eb3c');
|
|
1248
1310
|
$ti-icon-ticket: unicode('eb3d');
|
|
@@ -1266,6 +1328,7 @@ $ti-icon-transfer-in: unicode('ef2f');
|
|
|
1266
1328
|
$ti-icon-transfer-out: unicode('ef30');
|
|
1267
1329
|
$ti-icon-trash: unicode('eb41');
|
|
1268
1330
|
$ti-icon-trash-off: unicode('ed65');
|
|
1331
|
+
$ti-icon-trash-x: unicode('ef88');
|
|
1269
1332
|
$ti-icon-tree: unicode('ef01');
|
|
1270
1333
|
$ti-icon-trees: unicode('ec10');
|
|
1271
1334
|
$ti-icon-trending-down: unicode('eb42');
|
|
@@ -1291,13 +1354,16 @@ $ti-icon-upload: unicode('eb47');
|
|
|
1291
1354
|
$ti-icon-urgent: unicode('eb48');
|
|
1292
1355
|
$ti-icon-user: unicode('eb4d');
|
|
1293
1356
|
$ti-icon-user-check: unicode('eb49');
|
|
1357
|
+
$ti-icon-user-circle: unicode('ef68');
|
|
1294
1358
|
$ti-icon-user-exclamation: unicode('ec12');
|
|
1295
1359
|
$ti-icon-user-minus: unicode('eb4a');
|
|
1296
1360
|
$ti-icon-user-off: unicode('ecf9');
|
|
1297
1361
|
$ti-icon-user-plus: unicode('eb4b');
|
|
1362
|
+
$ti-icon-user-search: unicode('ef89');
|
|
1298
1363
|
$ti-icon-user-x: unicode('eb4c');
|
|
1299
1364
|
$ti-icon-users: unicode('ebf2');
|
|
1300
1365
|
$ti-icon-vaccine: unicode('ef04');
|
|
1366
|
+
$ti-icon-vaccine-bottle: unicode('ef69');
|
|
1301
1367
|
$ti-icon-variable: unicode('ef05');
|
|
1302
1368
|
$ti-icon-vector: unicode('eca9');
|
|
1303
1369
|
$ti-icon-vector-beizer-2: unicode('ed3a');
|
|
@@ -1321,7 +1387,9 @@ $ti-icon-volume: unicode('eb51');
|
|
|
1321
1387
|
$ti-icon-volume-2: unicode('eb4f');
|
|
1322
1388
|
$ti-icon-volume-3: unicode('eb50');
|
|
1323
1389
|
$ti-icon-walk: unicode('ec87');
|
|
1390
|
+
$ti-icon-wall: unicode('ef7a');
|
|
1324
1391
|
$ti-icon-wallet: unicode('eb75');
|
|
1392
|
+
$ti-icon-wallpaper: unicode('ef56');
|
|
1325
1393
|
$ti-icon-wand: unicode('ebcb');
|
|
1326
1394
|
$ti-icon-wave-saw-tool: unicode('ecd3');
|
|
1327
1395
|
$ti-icon-wave-sine: unicode('ecd4');
|
|
@@ -1338,8 +1406,10 @@ $ti-icon-wiper: unicode('ecab');
|
|
|
1338
1406
|
$ti-icon-wiper-wash: unicode('ecaa');
|
|
1339
1407
|
$ti-icon-woman: unicode('eb53');
|
|
1340
1408
|
$ti-icon-world: unicode('eb54');
|
|
1409
|
+
$ti-icon-world-download: unicode('ef8a');
|
|
1341
1410
|
$ti-icon-world-latitude: unicode('ed2e');
|
|
1342
1411
|
$ti-icon-world-longitude: unicode('ed2f');
|
|
1412
|
+
$ti-icon-world-upload: unicode('ef8b');
|
|
1343
1413
|
$ti-icon-wrecking-ball: unicode('ed97');
|
|
1344
1414
|
$ti-icon-writing: unicode('ef08');
|
|
1345
1415
|
$ti-icon-writing-sign: unicode('ef07');
|
|
@@ -1500,7 +1570,10 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1500
1570
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
1501
1571
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
1502
1572
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
1573
|
+
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
1574
|
+
.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }
|
|
1503
1575
|
.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }
|
|
1576
|
+
.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }
|
|
1504
1577
|
.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }
|
|
1505
1578
|
.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }
|
|
1506
1579
|
.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }
|
|
@@ -1514,6 +1587,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1514
1587
|
.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
|
|
1515
1588
|
.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }
|
|
1516
1589
|
.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }
|
|
1590
|
+
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
1517
1591
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
1518
1592
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
1519
1593
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
@@ -1581,7 +1655,9 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1581
1655
|
.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }
|
|
1582
1656
|
.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }
|
|
1583
1657
|
.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }
|
|
1658
|
+
.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }
|
|
1584
1659
|
.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }
|
|
1660
|
+
.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }
|
|
1585
1661
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
1586
1662
|
.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }
|
|
1587
1663
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
@@ -1595,18 +1671,23 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1595
1671
|
.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }
|
|
1596
1672
|
.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }
|
|
1597
1673
|
.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }
|
|
1674
|
+
.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; }
|
|
1675
|
+
.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }
|
|
1598
1676
|
.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }
|
|
1599
1677
|
.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
|
|
1600
1678
|
.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }
|
|
1601
1679
|
.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; }
|
|
1680
|
+
.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; }
|
|
1602
1681
|
.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }
|
|
1603
1682
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
1604
1683
|
.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }
|
|
1605
1684
|
.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }
|
|
1685
|
+
.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }
|
|
1606
1686
|
.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }
|
|
1607
1687
|
.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; }
|
|
1608
1688
|
.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }
|
|
1609
1689
|
.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }
|
|
1690
|
+
.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }
|
|
1610
1691
|
.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }
|
|
1611
1692
|
.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }
|
|
1612
1693
|
.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }
|
|
@@ -1621,18 +1702,24 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1621
1702
|
.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }
|
|
1622
1703
|
.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }
|
|
1623
1704
|
.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }
|
|
1705
|
+
.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; }
|
|
1706
|
+
.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }
|
|
1624
1707
|
.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }
|
|
1625
1708
|
.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
|
|
1709
|
+
.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; }
|
|
1626
1710
|
.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }
|
|
1711
|
+
.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; }
|
|
1627
1712
|
.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }
|
|
1628
1713
|
.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }
|
|
1629
1714
|
.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }
|
|
1630
1715
|
.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }
|
|
1631
1716
|
.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }
|
|
1717
|
+
.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }
|
|
1632
1718
|
.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }
|
|
1633
1719
|
.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }
|
|
1634
1720
|
.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; }
|
|
1635
1721
|
.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }
|
|
1722
|
+
.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }
|
|
1636
1723
|
.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; }
|
|
1637
1724
|
.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; }
|
|
1638
1725
|
.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; }
|
|
@@ -1644,8 +1731,10 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1644
1731
|
.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }
|
|
1645
1732
|
.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }
|
|
1646
1733
|
.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }
|
|
1734
|
+
.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }
|
|
1647
1735
|
.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }
|
|
1648
1736
|
.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }
|
|
1737
|
+
.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; }
|
|
1649
1738
|
.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }
|
|
1650
1739
|
.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }
|
|
1651
1740
|
.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }
|
|
@@ -1655,9 +1744,12 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1655
1744
|
.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }
|
|
1656
1745
|
.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }
|
|
1657
1746
|
.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }
|
|
1747
|
+
.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }
|
|
1748
|
+
.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }
|
|
1658
1749
|
.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }
|
|
1659
1750
|
.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }
|
|
1660
1751
|
.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }
|
|
1752
|
+
.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; }
|
|
1661
1753
|
.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }
|
|
1662
1754
|
.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }
|
|
1663
1755
|
.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }
|
|
@@ -1754,6 +1846,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1754
1846
|
.#{$ti-prefix}-check:before { content: $ti-icon-check; }
|
|
1755
1847
|
.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }
|
|
1756
1848
|
.#{$ti-prefix}-checks:before { content: $ti-icon-checks; }
|
|
1849
|
+
.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }
|
|
1757
1850
|
.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }
|
|
1758
1851
|
.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
|
|
1759
1852
|
.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }
|
|
@@ -1853,6 +1946,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1853
1946
|
.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }
|
|
1854
1947
|
.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }
|
|
1855
1948
|
.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }
|
|
1949
|
+
.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }
|
|
1856
1950
|
.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
|
|
1857
1951
|
.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }
|
|
1858
1952
|
.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }
|
|
@@ -1861,6 +1955,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1861
1955
|
.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }
|
|
1862
1956
|
.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }
|
|
1863
1957
|
.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }
|
|
1958
|
+
.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }
|
|
1864
1959
|
.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }
|
|
1865
1960
|
.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }
|
|
1866
1961
|
.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }
|
|
@@ -1917,6 +2012,8 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1917
2012
|
.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }
|
|
1918
2013
|
.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }
|
|
1919
2014
|
.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }
|
|
2015
|
+
.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; }
|
|
2016
|
+
.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; }
|
|
1920
2017
|
.#{$ti-prefix}-devices:before { content: $ti-icon-devices; }
|
|
1921
2018
|
.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; }
|
|
1922
2019
|
.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; }
|
|
@@ -1933,7 +2030,11 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1933
2030
|
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
1934
2031
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
1935
2032
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
2033
|
+
.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }
|
|
1936
2034
|
.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }
|
|
2035
|
+
.#{$ti-prefix}-door:before { content: $ti-icon-door; }
|
|
2036
|
+
.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }
|
|
2037
|
+
.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }
|
|
1937
2038
|
.#{$ti-prefix}-dots:before { content: $ti-icon-dots; }
|
|
1938
2039
|
.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }
|
|
1939
2040
|
.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }
|
|
@@ -1955,7 +2056,9 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1955
2056
|
.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }
|
|
1956
2057
|
.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }
|
|
1957
2058
|
.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }
|
|
2059
|
+
.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }
|
|
1958
2060
|
.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }
|
|
2061
|
+
.#{$ti-prefix}-engine:before { content: $ti-icon-engine; }
|
|
1959
2062
|
.#{$ti-prefix}-equal:before { content: $ti-icon-equal; }
|
|
1960
2063
|
.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }
|
|
1961
2064
|
.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; }
|
|
@@ -1965,6 +2068,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
1965
2068
|
.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }
|
|
1966
2069
|
.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }
|
|
1967
2070
|
.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }
|
|
2071
|
+
.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }
|
|
1968
2072
|
.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }
|
|
1969
2073
|
.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }
|
|
1970
2074
|
.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }
|
|
@@ -2006,6 +2110,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2006
2110
|
.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
|
|
2007
2111
|
.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
|
|
2008
2112
|
.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }
|
|
2113
|
+
.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }
|
|
2009
2114
|
.#{$ti-prefix}-fish:before { content: $ti-icon-fish; }
|
|
2010
2115
|
.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
|
|
2011
2116
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
@@ -2013,6 +2118,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2013
2118
|
.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }
|
|
2014
2119
|
.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }
|
|
2015
2120
|
.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }
|
|
2121
|
+
.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }
|
|
2016
2122
|
.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }
|
|
2017
2123
|
.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }
|
|
2018
2124
|
.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }
|
|
@@ -2047,6 +2153,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2047
2153
|
.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; }
|
|
2048
2154
|
.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; }
|
|
2049
2155
|
.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; }
|
|
2156
|
+
.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; }
|
|
2050
2157
|
.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }
|
|
2051
2158
|
.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }
|
|
2052
2159
|
.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }
|
|
@@ -2064,9 +2171,11 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2064
2171
|
.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }
|
|
2065
2172
|
.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }
|
|
2066
2173
|
.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }
|
|
2174
|
+
.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }
|
|
2067
2175
|
.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }
|
|
2068
2176
|
.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }
|
|
2069
2177
|
.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }
|
|
2178
|
+
.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }
|
|
2070
2179
|
.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }
|
|
2071
2180
|
.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }
|
|
2072
2181
|
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-rock; }
|
|
@@ -2081,6 +2190,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2081
2190
|
.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }
|
|
2082
2191
|
.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }
|
|
2083
2192
|
.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }
|
|
2193
|
+
.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }
|
|
2084
2194
|
.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }
|
|
2085
2195
|
.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }
|
|
2086
2196
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
@@ -2092,6 +2202,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2092
2202
|
.#{$ti-prefix}-history:before { content: $ti-icon-history; }
|
|
2093
2203
|
.#{$ti-prefix}-home:before { content: $ti-icon-home; }
|
|
2094
2204
|
.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }
|
|
2205
|
+
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
2095
2206
|
.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; }
|
|
2096
2207
|
.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; }
|
|
2097
2208
|
.#{$ti-prefix}-id:before { content: $ti-icon-id; }
|
|
@@ -2110,6 +2221,8 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2110
2221
|
.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; }
|
|
2111
2222
|
.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }
|
|
2112
2223
|
.#{$ti-prefix}-language:before { content: $ti-icon-language; }
|
|
2224
|
+
.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; }
|
|
2225
|
+
.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; }
|
|
2113
2226
|
.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }
|
|
2114
2227
|
.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }
|
|
2115
2228
|
.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; }
|
|
@@ -2139,6 +2252,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2139
2252
|
.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }
|
|
2140
2253
|
.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }
|
|
2141
2254
|
.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }
|
|
2255
|
+
.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }
|
|
2142
2256
|
.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }
|
|
2143
2257
|
.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }
|
|
2144
2258
|
.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; }
|
|
@@ -2192,8 +2306,10 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2192
2306
|
.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }
|
|
2193
2307
|
.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }
|
|
2194
2308
|
.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }
|
|
2309
|
+
.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }
|
|
2195
2310
|
.#{$ti-prefix}-login:before { content: $ti-icon-login; }
|
|
2196
2311
|
.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
|
|
2312
|
+
.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }
|
|
2197
2313
|
.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }
|
|
2198
2314
|
.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }
|
|
2199
2315
|
.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }
|
|
@@ -2207,6 +2323,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2207
2323
|
.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }
|
|
2208
2324
|
.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }
|
|
2209
2325
|
.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }
|
|
2326
|
+
.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }
|
|
2210
2327
|
.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }
|
|
2211
2328
|
.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; }
|
|
2212
2329
|
.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; }
|
|
@@ -2221,6 +2338,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2221
2338
|
.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }
|
|
2222
2339
|
.#{$ti-prefix}-medal:before { content: $ti-icon-medal; }
|
|
2223
2340
|
.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }
|
|
2341
|
+
.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
|
|
2224
2342
|
.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }
|
|
2225
2343
|
.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }
|
|
2226
2344
|
.#{$ti-prefix}-message:before { content: $ti-icon-message; }
|
|
@@ -2237,6 +2355,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2237
2355
|
.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }
|
|
2238
2356
|
.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }
|
|
2239
2357
|
.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }
|
|
2358
|
+
.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }
|
|
2240
2359
|
.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }
|
|
2241
2360
|
.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }
|
|
2242
2361
|
.#{$ti-prefix}-minus:before { content: $ti-icon-minus; }
|
|
@@ -2285,6 +2404,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2285
2404
|
.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }
|
|
2286
2405
|
.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }
|
|
2287
2406
|
.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }
|
|
2407
|
+
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
2288
2408
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
2289
2409
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
2290
2410
|
.#{$ti-prefix}-old:before { content: $ti-icon-old; }
|
|
@@ -2325,7 +2445,9 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2325
2445
|
.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }
|
|
2326
2446
|
.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }
|
|
2327
2447
|
.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }
|
|
2448
|
+
.#{$ti-prefix}-pig:before { content: $ti-icon-pig; }
|
|
2328
2449
|
.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }
|
|
2450
|
+
.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }
|
|
2329
2451
|
.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
|
|
2330
2452
|
.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
|
|
2331
2453
|
.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }
|
|
@@ -2357,9 +2479,11 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2357
2479
|
.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }
|
|
2358
2480
|
.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }
|
|
2359
2481
|
.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }
|
|
2482
|
+
.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }
|
|
2360
2483
|
.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }
|
|
2361
2484
|
.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }
|
|
2362
2485
|
.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }
|
|
2486
|
+
.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }
|
|
2363
2487
|
.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }
|
|
2364
2488
|
.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }
|
|
2365
2489
|
.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }
|
|
@@ -2393,12 +2517,14 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2393
2517
|
.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }
|
|
2394
2518
|
.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; }
|
|
2395
2519
|
.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; }
|
|
2520
|
+
.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; }
|
|
2396
2521
|
.#{$ti-prefix}-resize:before { content: $ti-icon-resize; }
|
|
2397
2522
|
.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; }
|
|
2398
2523
|
.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }
|
|
2399
2524
|
.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }
|
|
2400
2525
|
.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; }
|
|
2401
2526
|
.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }
|
|
2527
|
+
.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; }
|
|
2402
2528
|
.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }
|
|
2403
2529
|
.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }
|
|
2404
2530
|
.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }
|
|
@@ -2415,6 +2541,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2415
2541
|
.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }
|
|
2416
2542
|
.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }
|
|
2417
2543
|
.#{$ti-prefix}-scale:before { content: $ti-icon-scale; }
|
|
2544
|
+
.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }
|
|
2418
2545
|
.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }
|
|
2419
2546
|
.#{$ti-prefix}-school:before { content: $ti-icon-school; }
|
|
2420
2547
|
.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }
|
|
@@ -2477,6 +2604,8 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2477
2604
|
.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }
|
|
2478
2605
|
.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }
|
|
2479
2606
|
.#{$ti-prefix}-space:before { content: $ti-icon-space; }
|
|
2607
|
+
.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }
|
|
2608
|
+
.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }
|
|
2480
2609
|
.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }
|
|
2481
2610
|
.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }
|
|
2482
2611
|
.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }
|
|
@@ -2542,6 +2671,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2542
2671
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
2543
2672
|
.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }
|
|
2544
2673
|
.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }
|
|
2674
|
+
.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }
|
|
2545
2675
|
.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; }
|
|
2546
2676
|
.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; }
|
|
2547
2677
|
.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; }
|
|
@@ -2561,8 +2691,10 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2561
2691
|
.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }
|
|
2562
2692
|
.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; }
|
|
2563
2693
|
.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }
|
|
2694
|
+
.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }
|
|
2564
2695
|
.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }
|
|
2565
2696
|
.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }
|
|
2697
|
+
.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }
|
|
2566
2698
|
.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
|
|
2567
2699
|
.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }
|
|
2568
2700
|
.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }
|
|
@@ -2586,6 +2718,7 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2586
2718
|
.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }
|
|
2587
2719
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
2588
2720
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
2721
|
+
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
2589
2722
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
2590
2723
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
2591
2724
|
.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; }
|
|
@@ -2611,13 +2744,16 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2611
2744
|
.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }
|
|
2612
2745
|
.#{$ti-prefix}-user:before { content: $ti-icon-user; }
|
|
2613
2746
|
.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }
|
|
2747
|
+
.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }
|
|
2614
2748
|
.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
|
|
2615
2749
|
.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }
|
|
2616
2750
|
.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }
|
|
2617
2751
|
.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }
|
|
2752
|
+
.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }
|
|
2618
2753
|
.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }
|
|
2619
2754
|
.#{$ti-prefix}-users:before { content: $ti-icon-users; }
|
|
2620
2755
|
.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }
|
|
2756
|
+
.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }
|
|
2621
2757
|
.#{$ti-prefix}-variable:before { content: $ti-icon-variable; }
|
|
2622
2758
|
.#{$ti-prefix}-vector:before { content: $ti-icon-vector; }
|
|
2623
2759
|
.#{$ti-prefix}-vector-beizer-2:before { content: $ti-icon-vector-beizer-2; }
|
|
@@ -2641,7 +2777,9 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2641
2777
|
.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }
|
|
2642
2778
|
.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }
|
|
2643
2779
|
.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }
|
|
2780
|
+
.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }
|
|
2644
2781
|
.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }
|
|
2782
|
+
.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }
|
|
2645
2783
|
.#{$ti-prefix}-wand:before { content: $ti-icon-wand; }
|
|
2646
2784
|
.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }
|
|
2647
2785
|
.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }
|
|
@@ -2658,8 +2796,10 @@ $ti-icon-zoom-question: unicode('edeb');
|
|
|
2658
2796
|
.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }
|
|
2659
2797
|
.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }
|
|
2660
2798
|
.#{$ti-prefix}-world:before { content: $ti-icon-world; }
|
|
2799
|
+
.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; }
|
|
2661
2800
|
.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; }
|
|
2662
2801
|
.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; }
|
|
2802
|
+
.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; }
|
|
2663
2803
|
.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; }
|
|
2664
2804
|
.#{$ti-prefix}-writing:before { content: $ti-icon-writing; }
|
|
2665
2805
|
.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; }
|