@tabler/icons-svelte 3.7.0 → 3.9.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/dist/icons/alphabet-arabic.svelte +6 -0
- package/dist/icons/alphabet-arabic.svelte.d.ts +17 -0
- package/dist/icons/alphabet-bangla.svelte +6 -0
- package/dist/icons/alphabet-bangla.svelte.d.ts +17 -0
- package/dist/icons/alphabet-hebrew.svelte +6 -0
- package/dist/icons/alphabet-hebrew.svelte.d.ts +17 -0
- package/dist/icons/alphabet-korean.svelte +6 -0
- package/dist/icons/alphabet-korean.svelte.d.ts +17 -0
- package/dist/icons/alphabet-thai.svelte +6 -0
- package/dist/icons/alphabet-thai.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-after-effect.svelte +6 -0
- package/dist/icons/brand-adobe-after-effect.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-illustrator.svelte +6 -0
- package/dist/icons/brand-adobe-illustrator.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-indesign.svelte +6 -0
- package/dist/icons/brand-adobe-indesign.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-photoshop.svelte +6 -0
- package/dist/icons/brand-adobe-photoshop.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-premier.svelte +6 -0
- package/dist/icons/brand-adobe-premier.svelte.d.ts +17 -0
- package/dist/icons/brand-adobe-xd.svelte +6 -0
- package/dist/icons/brand-adobe-xd.svelte.d.ts +17 -0
- package/dist/icons/brand-apple-news.svelte +6 -0
- package/dist/icons/brand-apple-news.svelte.d.ts +17 -0
- package/dist/icons/brand-hackerrank.svelte +6 -0
- package/dist/icons/brand-hackerrank.svelte.d.ts +17 -0
- package/dist/icons/buildings.svelte +6 -0
- package/dist/icons/buildings.svelte.d.ts +17 -0
- package/dist/icons/cap-projecting.svelte +6 -0
- package/dist/icons/cap-projecting.svelte.d.ts +17 -0
- package/dist/icons/cap-rounded.svelte +6 -0
- package/dist/icons/cap-rounded.svelte.d.ts +17 -0
- package/dist/icons/cap-straight.svelte +6 -0
- package/dist/icons/cap-straight.svelte.d.ts +17 -0
- package/dist/icons/clock-bitcoin.svelte +6 -0
- package/dist/icons/clock-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/cloud-bitcoin.svelte +6 -0
- package/dist/icons/cloud-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/eye-bitcoin.svelte +6 -0
- package/dist/icons/eye-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/flag-bitcoin.svelte +6 -0
- package/dist/icons/flag-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/heart-bitcoin.svelte +6 -0
- package/dist/icons/heart-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/home-bitcoin.svelte +6 -0
- package/dist/icons/home-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/label-filled.svelte +6 -0
- package/dist/icons/label-filled.svelte.d.ts +17 -0
- package/dist/icons/label-off.svelte +6 -0
- package/dist/icons/label-off.svelte.d.ts +17 -0
- package/dist/icons/label.svelte +6 -0
- package/dist/icons/label.svelte.d.ts +17 -0
- package/dist/icons/lock-bitcoin.svelte +6 -0
- package/dist/icons/lock-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/mail-bitcoin.svelte +6 -0
- package/dist/icons/mail-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/math-cos.svelte +6 -0
- package/dist/icons/math-cos.svelte.d.ts +17 -0
- package/dist/icons/math-ctg.svelte +6 -0
- package/dist/icons/math-ctg.svelte.d.ts +17 -0
- package/dist/icons/math-sec.svelte +6 -0
- package/dist/icons/math-sec.svelte.d.ts +17 -0
- package/dist/icons/math-sin.svelte +6 -0
- package/dist/icons/math-sin.svelte.d.ts +17 -0
- package/dist/icons/math-tg.svelte +6 -0
- package/dist/icons/math-tg.svelte.d.ts +17 -0
- package/dist/icons/mood-bitcoin.svelte +6 -0
- package/dist/icons/mood-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/photo-bitcoin.svelte +6 -0
- package/dist/icons/photo-bitcoin.svelte.d.ts +17 -0
- package/dist/icons/user-bitcoin.svelte +6 -0
- package/dist/icons/user-bitcoin.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +2 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" }], ["path", { "d": "M20.87 10.48a9 9 0 1 0 -7.876 10.465" }], ["path", { "d": "M9 10h.01" }], ["path", { "d": "M15 10h.01" }], ["path", { "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="mood-bitcoin" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type MoodBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type MoodBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type MoodBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MoodBitcoin extends SvelteComponentTyped<MoodBitcoinProps, MoodBitcoinEvents, MoodBitcoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" }], ["path", { "d": "M15 8h.01" }], ["path", { "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" }], ["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="photo-bitcoin" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type PhotoBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type PhotoBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type PhotoBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PhotoBitcoin extends SvelteComponentTyped<PhotoBitcoinProps, PhotoBitcoinEvents, PhotoBitcoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" }], ["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="user-bitcoin" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type UserBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type UserBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type UserBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class UserBitcoin extends SvelteComponentTyped<UserBitcoinProps, UserBitcoinEvents, UserBitcoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -94,9 +94,14 @@ export default [
|
|
|
94
94
|
"align-right-2",
|
|
95
95
|
"align-right",
|
|
96
96
|
"alpha",
|
|
97
|
+
"alphabet-arabic",
|
|
98
|
+
"alphabet-bangla",
|
|
97
99
|
"alphabet-cyrillic",
|
|
98
100
|
"alphabet-greek",
|
|
101
|
+
"alphabet-hebrew",
|
|
102
|
+
"alphabet-korean",
|
|
99
103
|
"alphabet-latin",
|
|
104
|
+
"alphabet-thai",
|
|
100
105
|
"alt",
|
|
101
106
|
"ambulance",
|
|
102
107
|
"ampersand",
|
|
@@ -589,6 +594,12 @@ export default [
|
|
|
589
594
|
"brain",
|
|
590
595
|
"brand-4chan",
|
|
591
596
|
"brand-abstract",
|
|
597
|
+
"brand-adobe-after-effect",
|
|
598
|
+
"brand-adobe-illustrator",
|
|
599
|
+
"brand-adobe-indesign",
|
|
600
|
+
"brand-adobe-photoshop",
|
|
601
|
+
"brand-adobe-premier",
|
|
602
|
+
"brand-adobe-xd",
|
|
592
603
|
"brand-adobe",
|
|
593
604
|
"brand-adonis-js",
|
|
594
605
|
"brand-airbnb",
|
|
@@ -606,6 +617,7 @@ export default [
|
|
|
606
617
|
"brand-ao3",
|
|
607
618
|
"brand-appgallery",
|
|
608
619
|
"brand-apple-arcade",
|
|
620
|
+
"brand-apple-news",
|
|
609
621
|
"brand-apple-podcast",
|
|
610
622
|
"brand-apple",
|
|
611
623
|
"brand-appstore",
|
|
@@ -733,6 +745,7 @@ export default [
|
|
|
733
745
|
"brand-grindr",
|
|
734
746
|
"brand-guardian",
|
|
735
747
|
"brand-gumroad",
|
|
748
|
+
"brand-hackerrank",
|
|
736
749
|
"brand-hbo",
|
|
737
750
|
"brand-headlessui",
|
|
738
751
|
"brand-hexo",
|
|
@@ -1003,6 +1016,7 @@ export default [
|
|
|
1003
1016
|
"building-warehouse",
|
|
1004
1017
|
"building-wind-turbine",
|
|
1005
1018
|
"building",
|
|
1019
|
+
"buildings",
|
|
1006
1020
|
"bulb-off",
|
|
1007
1021
|
"bulb",
|
|
1008
1022
|
"bulldozer",
|
|
@@ -1082,6 +1096,9 @@ export default [
|
|
|
1082
1096
|
"candy",
|
|
1083
1097
|
"cane",
|
|
1084
1098
|
"cannabis",
|
|
1099
|
+
"cap-projecting",
|
|
1100
|
+
"cap-rounded",
|
|
1101
|
+
"cap-straight",
|
|
1085
1102
|
"capsule-horizontal",
|
|
1086
1103
|
"capsule",
|
|
1087
1104
|
"capture-off",
|
|
@@ -1351,6 +1368,7 @@ export default [
|
|
|
1351
1368
|
"clock-12",
|
|
1352
1369
|
"clock-2",
|
|
1353
1370
|
"clock-24",
|
|
1371
|
+
"clock-bitcoin",
|
|
1354
1372
|
"clock-bolt",
|
|
1355
1373
|
"clock-cancel",
|
|
1356
1374
|
"clock-check",
|
|
@@ -1391,6 +1409,7 @@ export default [
|
|
|
1391
1409
|
"clock",
|
|
1392
1410
|
"clothes-rack-off",
|
|
1393
1411
|
"clothes-rack",
|
|
1412
|
+
"cloud-bitcoin",
|
|
1394
1413
|
"cloud-bolt",
|
|
1395
1414
|
"cloud-cancel",
|
|
1396
1415
|
"cloud-check",
|
|
@@ -2007,6 +2026,7 @@ export default [
|
|
|
2007
2026
|
"exposure",
|
|
2008
2027
|
"external-link-off",
|
|
2009
2028
|
"external-link",
|
|
2029
|
+
"eye-bitcoin",
|
|
2010
2030
|
"eye-bolt",
|
|
2011
2031
|
"eye-cancel",
|
|
2012
2032
|
"eye-check",
|
|
@@ -2182,6 +2202,7 @@ export default [
|
|
|
2182
2202
|
"flag-2-off",
|
|
2183
2203
|
"flag-2",
|
|
2184
2204
|
"flag-3",
|
|
2205
|
+
"flag-bitcoin",
|
|
2185
2206
|
"flag-bolt",
|
|
2186
2207
|
"flag-cancel",
|
|
2187
2208
|
"flag-check",
|
|
@@ -2389,6 +2410,7 @@ export default [
|
|
|
2389
2410
|
"headset-off",
|
|
2390
2411
|
"headset",
|
|
2391
2412
|
"health-recognition",
|
|
2413
|
+
"heart-bitcoin",
|
|
2392
2414
|
"heart-bolt",
|
|
2393
2415
|
"heart-broken",
|
|
2394
2416
|
"heart-cancel",
|
|
@@ -2493,6 +2515,7 @@ export default [
|
|
|
2493
2515
|
"history-toggle",
|
|
2494
2516
|
"history",
|
|
2495
2517
|
"home-2",
|
|
2518
|
+
"home-bitcoin",
|
|
2496
2519
|
"home-bolt",
|
|
2497
2520
|
"home-cancel",
|
|
2498
2521
|
"home-check",
|
|
@@ -2616,6 +2639,8 @@ export default [
|
|
|
2616
2639
|
"keyframe-align-vertical",
|
|
2617
2640
|
"keyframe",
|
|
2618
2641
|
"keyframes",
|
|
2642
|
+
"label-off",
|
|
2643
|
+
"label",
|
|
2619
2644
|
"ladder-off",
|
|
2620
2645
|
"ladder",
|
|
2621
2646
|
"ladle",
|
|
@@ -2800,6 +2825,7 @@ export default [
|
|
|
2800
2825
|
"location",
|
|
2801
2826
|
"lock-access-off",
|
|
2802
2827
|
"lock-access",
|
|
2828
|
+
"lock-bitcoin",
|
|
2803
2829
|
"lock-bolt",
|
|
2804
2830
|
"lock-cancel",
|
|
2805
2831
|
"lock-check",
|
|
@@ -2851,6 +2877,7 @@ export default [
|
|
|
2851
2877
|
"magnet",
|
|
2852
2878
|
"magnetic",
|
|
2853
2879
|
"mail-ai",
|
|
2880
|
+
"mail-bitcoin",
|
|
2854
2881
|
"mail-bolt",
|
|
2855
2882
|
"mail-cancel",
|
|
2856
2883
|
"mail-check",
|
|
@@ -2944,6 +2971,8 @@ export default [
|
|
|
2944
2971
|
"math-1-divide-2",
|
|
2945
2972
|
"math-1-divide-3",
|
|
2946
2973
|
"math-avg",
|
|
2974
|
+
"math-cos",
|
|
2975
|
+
"math-ctg",
|
|
2947
2976
|
"math-equal-greater",
|
|
2948
2977
|
"math-equal-lower",
|
|
2949
2978
|
"math-function-off",
|
|
@@ -2961,7 +2990,10 @@ export default [
|
|
|
2961
2990
|
"math-off",
|
|
2962
2991
|
"math-pi-divide-2",
|
|
2963
2992
|
"math-pi",
|
|
2993
|
+
"math-sec",
|
|
2994
|
+
"math-sin",
|
|
2964
2995
|
"math-symbols",
|
|
2996
|
+
"math-tg",
|
|
2965
2997
|
"math-x-divide-2",
|
|
2966
2998
|
"math-x-divide-y-2",
|
|
2967
2999
|
"math-x-divide-y",
|
|
@@ -3097,6 +3129,7 @@ export default [
|
|
|
3097
3129
|
"mood-angry",
|
|
3098
3130
|
"mood-annoyed-2",
|
|
3099
3131
|
"mood-annoyed",
|
|
3132
|
+
"mood-bitcoin",
|
|
3100
3133
|
"mood-boy",
|
|
3101
3134
|
"mood-check",
|
|
3102
3135
|
"mood-cog",
|
|
@@ -3408,6 +3441,7 @@ export default [
|
|
|
3408
3441
|
"phone-x",
|
|
3409
3442
|
"phone",
|
|
3410
3443
|
"photo-ai",
|
|
3444
|
+
"photo-bitcoin",
|
|
3411
3445
|
"photo-bolt",
|
|
3412
3446
|
"photo-cancel",
|
|
3413
3447
|
"photo-check",
|
|
@@ -4411,6 +4445,7 @@ export default [
|
|
|
4411
4445
|
"upload",
|
|
4412
4446
|
"urgent",
|
|
4413
4447
|
"usb",
|
|
4448
|
+
"user-bitcoin",
|
|
4414
4449
|
"user-bolt",
|
|
4415
4450
|
"user-cancel",
|
|
4416
4451
|
"user-check",
|
|
@@ -5032,6 +5067,7 @@ export default [
|
|
|
5032
5067
|
"keyframe-align-vertical-filled",
|
|
5033
5068
|
"keyframe-filled",
|
|
5034
5069
|
"keyframes-filled",
|
|
5070
|
+
"label-filled",
|
|
5035
5071
|
"layout-2-filled",
|
|
5036
5072
|
"layout-align-bottom-filled",
|
|
5037
5073
|
"layout-align-center-filled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"imports-check": "attw $(npm pack)"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@tabler/icons": "3.
|
|
52
|
+
"@tabler/icons": "3.9.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sveltejs/package": "^2.2.7",
|