@tabler/icons-webfont 3.29.0 → 3.30.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 +2 -2
- package/dist/fonts/tabler-icons-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200-filled.css +3812 -0
- package/dist/tabler-icons-200-filled.css.map +1 -0
- package/dist/tabler-icons-200-filled.html +8650 -0
- package/dist/tabler-icons-200-filled.min.css +4 -0
- package/dist/tabler-icons-200-filled.min.css.map +1 -0
- package/dist/tabler-icons-200-filled.scss +1937 -0
- package/dist/tabler-icons-200-outline.css +19908 -0
- package/dist/tabler-icons-200-outline.css.map +1 -0
- package/dist/tabler-icons-200-outline.html +44416 -0
- package/dist/tabler-icons-200-outline.min.css +4 -0
- package/dist/tabler-icons-200-outline.min.css.map +1 -0
- package/dist/tabler-icons-200-outline.scss +9935 -0
- package/dist/tabler-icons-200.css +23696 -0
- package/dist/tabler-icons-200.css.map +1 -0
- package/dist/tabler-icons-200.html +52912 -0
- package/dist/tabler-icons-200.min.css +4 -0
- package/dist/tabler-icons-200.min.css.map +1 -0
- package/dist/tabler-icons-200.scss +11826 -0
- package/dist/tabler-icons-300-filled.css +3812 -0
- package/dist/tabler-icons-300-filled.css.map +1 -0
- package/dist/tabler-icons-300-filled.html +8650 -0
- package/dist/tabler-icons-300-filled.min.css +4 -0
- package/dist/tabler-icons-300-filled.min.css.map +1 -0
- package/dist/tabler-icons-300-filled.scss +1937 -0
- package/dist/tabler-icons-300-outline.css +19908 -0
- package/dist/tabler-icons-300-outline.css.map +1 -0
- package/dist/tabler-icons-300-outline.html +44416 -0
- package/dist/tabler-icons-300-outline.min.css +4 -0
- package/dist/tabler-icons-300-outline.min.css.map +1 -0
- package/dist/tabler-icons-300-outline.scss +9935 -0
- package/dist/tabler-icons-300.css +23696 -0
- package/dist/tabler-icons-300.css.map +1 -0
- package/dist/tabler-icons-300.html +52912 -0
- package/dist/tabler-icons-300.min.css +4 -0
- package/dist/tabler-icons-300.min.css.map +1 -0
- package/dist/tabler-icons-300.scss +11826 -0
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +165 -3
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +39 -3
- package/dist/tabler-icons-outline.css +2 -2
- package/dist/tabler-icons-outline.html +3 -3
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.scss +3 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +165 -3
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -3
- package/package.json +5 -5
package/dist/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.30.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
@use "sass:string";
|
|
@@ -15,9 +15,9 @@ $ti-prefix: 'ti' !default;
|
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 400;
|
|
17
17
|
font-display: $ti-font-display;
|
|
18
|
-
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.
|
|
18
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.30.0') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.30.0') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -2503,6 +2503,7 @@ $ti-icon-drag-drop-2: unicode('eb88');
|
|
|
2503
2503
|
$ti-icon-drone: unicode('ed79');
|
|
2504
2504
|
$ti-icon-drone-off: unicode('ee7e');
|
|
2505
2505
|
$ti-icon-drop-circle: unicode('efde');
|
|
2506
|
+
$ti-icon-drop-circle-filled: unicode('10137');
|
|
2506
2507
|
$ti-icon-droplet: unicode('ea97');
|
|
2507
2508
|
$ti-icon-droplet-bolt: unicode('f8f9');
|
|
2508
2509
|
$ti-icon-droplet-cancel: unicode('f8fa');
|
|
@@ -2532,7 +2533,9 @@ $ti-icon-droplet-x: unicode('f90b');
|
|
|
2532
2533
|
$ti-icon-droplets: unicode('fc12');
|
|
2533
2534
|
$ti-icon-droplets-filled: unicode('100c9');
|
|
2534
2535
|
$ti-icon-dual-screen: unicode('fa59');
|
|
2536
|
+
$ti-icon-dual-screen-filled: unicode('10136');
|
|
2535
2537
|
$ti-icon-dumpling: unicode('feb5');
|
|
2538
|
+
$ti-icon-dumpling-filled: unicode('10135');
|
|
2536
2539
|
$ti-icon-e-passport: unicode('f4df');
|
|
2537
2540
|
$ti-icon-ear: unicode('ebce');
|
|
2538
2541
|
$ti-icon-ear-off: unicode('ee84');
|
|
@@ -2552,6 +2555,7 @@ $ti-icon-egg-cracked: unicode('f2d6');
|
|
|
2552
2555
|
$ti-icon-egg-cracked-filled: unicode('10012');
|
|
2553
2556
|
$ti-icon-egg-filled: unicode('f678');
|
|
2554
2557
|
$ti-icon-egg-fried: unicode('f386');
|
|
2558
|
+
$ti-icon-egg-fried-filled: unicode('10134');
|
|
2555
2559
|
$ti-icon-egg-off: unicode('f11f');
|
|
2556
2560
|
$ti-icon-eggs: unicode('f500');
|
|
2557
2561
|
$ti-icon-elevator: unicode('efdf');
|
|
@@ -2573,14 +2577,19 @@ $ti-icon-error-404: unicode('f027');
|
|
|
2573
2577
|
$ti-icon-error-404-off: unicode('f122');
|
|
2574
2578
|
$ti-icon-escalator: unicode('fb06');
|
|
2575
2579
|
$ti-icon-escalator-down: unicode('fb04');
|
|
2580
|
+
$ti-icon-escalator-down-filled: unicode('10133');
|
|
2581
|
+
$ti-icon-escalator-filled: unicode('10131');
|
|
2576
2582
|
$ti-icon-escalator-up: unicode('fb05');
|
|
2583
|
+
$ti-icon-escalator-up-filled: unicode('10132');
|
|
2577
2584
|
$ti-icon-exchange: unicode('ebe7');
|
|
2585
|
+
$ti-icon-exchange-filled: unicode('10130');
|
|
2578
2586
|
$ti-icon-exchange-off: unicode('f123');
|
|
2579
2587
|
$ti-icon-exclamation-circle: unicode('f634');
|
|
2580
2588
|
$ti-icon-exclamation-circle-filled: unicode('ff62');
|
|
2581
2589
|
$ti-icon-exclamation-mark: unicode('efb4');
|
|
2582
2590
|
$ti-icon-exclamation-mark-off: unicode('f124');
|
|
2583
2591
|
$ti-icon-explicit: unicode('f256');
|
|
2592
|
+
$ti-icon-explicit-filled: unicode('1012f');
|
|
2584
2593
|
$ti-icon-explicit-off: unicode('f3ea');
|
|
2585
2594
|
$ti-icon-exposure: unicode('eb8c');
|
|
2586
2595
|
$ti-icon-exposure-0: unicode('f29c');
|
|
@@ -2658,11 +2667,15 @@ $ti-icon-file-broken: unicode('f501');
|
|
|
2658
2667
|
$ti-icon-file-certificate: unicode('ed4d');
|
|
2659
2668
|
$ti-icon-file-chart: unicode('f036');
|
|
2660
2669
|
$ti-icon-file-check: unicode('ea9c');
|
|
2670
|
+
$ti-icon-file-check-filled: unicode('1012e');
|
|
2661
2671
|
$ti-icon-file-code: unicode('ebd0');
|
|
2662
2672
|
$ti-icon-file-code-2: unicode('ede8');
|
|
2673
|
+
$ti-icon-file-code-2-filled: unicode('1012d');
|
|
2663
2674
|
$ti-icon-file-cv: unicode('fa5a');
|
|
2675
|
+
$ti-icon-file-cv-filled: unicode('1012c');
|
|
2664
2676
|
$ti-icon-file-database: unicode('f037');
|
|
2665
2677
|
$ti-icon-file-delta: unicode('f53d');
|
|
2678
|
+
$ti-icon-file-delta-filled: unicode('1012b');
|
|
2666
2679
|
$ti-icon-file-description: unicode('f028');
|
|
2667
2680
|
$ti-icon-file-description-filled: unicode('1011e');
|
|
2668
2681
|
$ti-icon-file-diff: unicode('ecf1');
|
|
@@ -2672,6 +2685,7 @@ $ti-icon-file-dislike: unicode('ed2a');
|
|
|
2672
2685
|
$ti-icon-file-dollar: unicode('efe0');
|
|
2673
2686
|
$ti-icon-file-dots: unicode('f038');
|
|
2674
2687
|
$ti-icon-file-download: unicode('ea9d');
|
|
2688
|
+
$ti-icon-file-download-filled: unicode('1012a');
|
|
2675
2689
|
$ti-icon-file-euro: unicode('efe1');
|
|
2676
2690
|
$ti-icon-file-excel: unicode('fef3');
|
|
2677
2691
|
$ti-icon-file-export: unicode('ede9');
|
|
@@ -2686,6 +2700,7 @@ $ti-icon-file-invoice: unicode('eb67');
|
|
|
2686
2700
|
$ti-icon-file-invoice-filled: unicode('1011b');
|
|
2687
2701
|
$ti-icon-file-isr: unicode('feac');
|
|
2688
2702
|
$ti-icon-file-lambda: unicode('f53f');
|
|
2703
|
+
$ti-icon-file-lambda-filled: unicode('10129');
|
|
2689
2704
|
$ti-icon-file-like: unicode('ed2b');
|
|
2690
2705
|
$ti-icon-file-minus: unicode('ea9e');
|
|
2691
2706
|
$ti-icon-file-minus-filled: unicode('1011a');
|
|
@@ -2696,12 +2711,15 @@ $ti-icon-file-off: unicode('ecf2');
|
|
|
2696
2711
|
$ti-icon-file-orientation: unicode('f2a1');
|
|
2697
2712
|
$ti-icon-file-pencil: unicode('f039');
|
|
2698
2713
|
$ti-icon-file-percent: unicode('f540');
|
|
2714
|
+
$ti-icon-file-percent-filled: unicode('10128');
|
|
2699
2715
|
$ti-icon-file-phone: unicode('ecdc');
|
|
2716
|
+
$ti-icon-file-phone-filled: unicode('10127');
|
|
2700
2717
|
$ti-icon-file-plus: unicode('eaa0');
|
|
2701
2718
|
$ti-icon-file-power: unicode('f03a');
|
|
2702
2719
|
$ti-icon-file-power-filled: unicode('10118');
|
|
2703
2720
|
$ti-icon-file-report: unicode('eded');
|
|
2704
2721
|
$ti-icon-file-rss: unicode('f03b');
|
|
2722
|
+
$ti-icon-file-rss-filled: unicode('10126');
|
|
2705
2723
|
$ti-icon-file-sad: unicode('fd23');
|
|
2706
2724
|
$ti-icon-file-sad-filled: unicode('10117');
|
|
2707
2725
|
$ti-icon-file-scissors: unicode('f03c');
|
|
@@ -8349,6 +8367,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8349
8367
|
.#{$ti-prefix}-drone:before { content: $ti-icon-drone; }
|
|
8350
8368
|
.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; }
|
|
8351
8369
|
.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; }
|
|
8370
|
+
.#{$ti-prefix}-drop-circle-filled:before { content: $ti-icon-drop-circle-filled; }
|
|
8352
8371
|
.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }
|
|
8353
8372
|
.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; }
|
|
8354
8373
|
.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; }
|
|
@@ -8378,7 +8397,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8378
8397
|
.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }
|
|
8379
8398
|
.#{$ti-prefix}-droplets-filled:before { content: $ti-icon-droplets-filled; }
|
|
8380
8399
|
.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }
|
|
8400
|
+
.#{$ti-prefix}-dual-screen-filled:before { content: $ti-icon-dual-screen-filled; }
|
|
8381
8401
|
.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }
|
|
8402
|
+
.#{$ti-prefix}-dumpling-filled:before { content: $ti-icon-dumpling-filled; }
|
|
8382
8403
|
.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }
|
|
8383
8404
|
.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }
|
|
8384
8405
|
.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }
|
|
@@ -8398,6 +8419,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8398
8419
|
.#{$ti-prefix}-egg-cracked-filled:before { content: $ti-icon-egg-cracked-filled; }
|
|
8399
8420
|
.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }
|
|
8400
8421
|
.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }
|
|
8422
|
+
.#{$ti-prefix}-egg-fried-filled:before { content: $ti-icon-egg-fried-filled; }
|
|
8401
8423
|
.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }
|
|
8402
8424
|
.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }
|
|
8403
8425
|
.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }
|
|
@@ -8419,14 +8441,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8419
8441
|
.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }
|
|
8420
8442
|
.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }
|
|
8421
8443
|
.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }
|
|
8444
|
+
.#{$ti-prefix}-escalator-down-filled:before { content: $ti-icon-escalator-down-filled; }
|
|
8445
|
+
.#{$ti-prefix}-escalator-filled:before { content: $ti-icon-escalator-filled; }
|
|
8422
8446
|
.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }
|
|
8447
|
+
.#{$ti-prefix}-escalator-up-filled:before { content: $ti-icon-escalator-up-filled; }
|
|
8423
8448
|
.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }
|
|
8449
|
+
.#{$ti-prefix}-exchange-filled:before { content: $ti-icon-exchange-filled; }
|
|
8424
8450
|
.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }
|
|
8425
8451
|
.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }
|
|
8426
8452
|
.#{$ti-prefix}-exclamation-circle-filled:before { content: $ti-icon-exclamation-circle-filled; }
|
|
8427
8453
|
.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; }
|
|
8428
8454
|
.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; }
|
|
8429
8455
|
.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; }
|
|
8456
|
+
.#{$ti-prefix}-explicit-filled:before { content: $ti-icon-explicit-filled; }
|
|
8430
8457
|
.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; }
|
|
8431
8458
|
.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; }
|
|
8432
8459
|
.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; }
|
|
@@ -8504,11 +8531,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8504
8531
|
.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }
|
|
8505
8532
|
.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }
|
|
8506
8533
|
.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; }
|
|
8534
|
+
.#{$ti-prefix}-file-check-filled:before { content: $ti-icon-file-check-filled; }
|
|
8507
8535
|
.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }
|
|
8508
8536
|
.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }
|
|
8537
|
+
.#{$ti-prefix}-file-code-2-filled:before { content: $ti-icon-file-code-2-filled; }
|
|
8509
8538
|
.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }
|
|
8539
|
+
.#{$ti-prefix}-file-cv-filled:before { content: $ti-icon-file-cv-filled; }
|
|
8510
8540
|
.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }
|
|
8511
8541
|
.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; }
|
|
8542
|
+
.#{$ti-prefix}-file-delta-filled:before { content: $ti-icon-file-delta-filled; }
|
|
8512
8543
|
.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }
|
|
8513
8544
|
.#{$ti-prefix}-file-description-filled:before { content: $ti-icon-file-description-filled; }
|
|
8514
8545
|
.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }
|
|
@@ -8518,6 +8549,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8518
8549
|
.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }
|
|
8519
8550
|
.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }
|
|
8520
8551
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
8552
|
+
.#{$ti-prefix}-file-download-filled:before { content: $ti-icon-file-download-filled; }
|
|
8521
8553
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
8522
8554
|
.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }
|
|
8523
8555
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
@@ -8532,6 +8564,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8532
8564
|
.#{$ti-prefix}-file-invoice-filled:before { content: $ti-icon-file-invoice-filled; }
|
|
8533
8565
|
.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }
|
|
8534
8566
|
.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; }
|
|
8567
|
+
.#{$ti-prefix}-file-lambda-filled:before { content: $ti-icon-file-lambda-filled; }
|
|
8535
8568
|
.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; }
|
|
8536
8569
|
.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; }
|
|
8537
8570
|
.#{$ti-prefix}-file-minus-filled:before { content: $ti-icon-file-minus-filled; }
|
|
@@ -8542,12 +8575,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8542
8575
|
.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; }
|
|
8543
8576
|
.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; }
|
|
8544
8577
|
.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; }
|
|
8578
|
+
.#{$ti-prefix}-file-percent-filled:before { content: $ti-icon-file-percent-filled; }
|
|
8545
8579
|
.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; }
|
|
8580
|
+
.#{$ti-prefix}-file-phone-filled:before { content: $ti-icon-file-phone-filled; }
|
|
8546
8581
|
.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; }
|
|
8547
8582
|
.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; }
|
|
8548
8583
|
.#{$ti-prefix}-file-power-filled:before { content: $ti-icon-file-power-filled; }
|
|
8549
8584
|
.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; }
|
|
8550
8585
|
.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; }
|
|
8586
|
+
.#{$ti-prefix}-file-rss-filled:before { content: $ti-icon-file-rss-filled; }
|
|
8551
8587
|
.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; }
|
|
8552
8588
|
.#{$ti-prefix}-file-sad-filled:before { content: $ti-icon-file-sad-filled; }
|
|
8553
8589
|
.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"build:outline": "node .build/build-outline.mjs",
|
|
22
22
|
"build:webfont": "rm -fd dist/fonts/* && node .build/build-webfont.mjs",
|
|
23
23
|
"build:css": "pnpm run build:css:outline && pnpm run build:css:filled && pnpm run build:css:all",
|
|
24
|
-
"build:css:filled": "sass dist/tabler-icons-filled.scss dist/tabler-icons-filled.css --style expanded && sass dist/tabler-icons-filled.scss dist/tabler-icons-filled.min.css --style compressed",
|
|
25
|
-
"build:css:outline": "sass dist/tabler-icons-outline.scss dist/tabler-icons-outline.css --style expanded && sass dist/tabler-icons-outline.scss dist/tabler-icons-outline.min.css --style compressed",
|
|
26
|
-
"build:css:all": "sass dist/tabler-icons.scss dist/tabler-icons.css --style expanded && sass dist/tabler-icons.scss dist/tabler-icons.min.css --style compressed",
|
|
24
|
+
"build:css:filled": "sass dist/tabler-icons-filled.scss dist/tabler-icons-filled.css --style expanded && sass dist/tabler-icons-filled.scss dist/tabler-icons-filled.min.css --style compressed && sass dist/tabler-icons-200-filled.scss dist/tabler-icons-200-filled.css --style expanded && sass dist/tabler-icons-200-filled.scss dist/tabler-icons-200-filled.min.css --style compressed && sass dist/tabler-icons-300-filled.scss dist/tabler-icons-300-filled.css --style expanded && sass dist/tabler-icons-300-filled.scss dist/tabler-icons-300-filled.min.css --style compressed",
|
|
25
|
+
"build:css:outline": "sass dist/tabler-icons-outline.scss dist/tabler-icons-outline.css --style expanded && sass dist/tabler-icons-outline.scss dist/tabler-icons-outline.min.css --style compressed && sass dist/tabler-icons-200-outline.scss dist/tabler-icons-200-outline.css --style expanded && sass dist/tabler-icons-200-outline.scss dist/tabler-icons-200-outline.min.css --style compressed && sass dist/tabler-icons-300-outline.scss dist/tabler-icons-300-outline.css --style expanded && sass dist/tabler-icons-300-outline.scss dist/tabler-icons-300-outline.min.css --style compressed",
|
|
26
|
+
"build:css:all": "sass dist/tabler-icons.scss dist/tabler-icons.css --style expanded && sass dist/tabler-icons.scss dist/tabler-icons.min.css --style compressed && sass dist/tabler-icons-200.scss dist/tabler-icons-200.css --style expanded && sass dist/tabler-icons-200.scss dist/tabler-icons-200.min.css --style compressed && sass dist/tabler-icons-300.scss dist/tabler-icons-300.css --style expanded && sass dist/tabler-icons-300.scss dist/tabler-icons-300.min.css --style compressed",
|
|
27
27
|
"clean": "rm -rf dist && rm -rf ./icons-outlined",
|
|
28
28
|
"copy": "pnpm run copy:license",
|
|
29
29
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"sass": "./tabler-icons.scss",
|
|
35
35
|
"style": "./tabler-icons.min.css",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
37
|
+
"@tabler/icons": "3.30.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"icons",
|