@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": "M10 6v4" }], ["path", { "d": "M13 14h8q -2.518 -3 -4 -3" }], ["path", { "d": "M13 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1" }], ["path", { "d": "M7 6v9.958c0 .963 0 1.444 -.293 1.743s-.764 .299 -1.707 .299h-1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="alphabet-arabic" {...$$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 AlphabetArabicProps = typeof __propDef.props;
|
|
13
|
+
export type AlphabetArabicEvents = typeof __propDef.events;
|
|
14
|
+
export type AlphabetArabicSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AlphabetArabic extends SvelteComponentTyped<AlphabetArabicProps, AlphabetArabicEvents, AlphabetArabicSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 12c.904 -.027 3 2 3 7" }], ["path", { "d": "M10 11c0 -.955 0 -2 .786 -2.677c1.262 -1.089 3.025 .55 3.2 2.06c.086 .741 -.215 3.109 -1.489 4.527c-.475 .53 -.904 .992 -1.711 1.074c-.75 .076 -1.364 -.122 -2.076 -.588c-1.138 -.743 -2.327 -1.997 -3.336 -3.73c-1.078 -1.849 -1.66 -3.113 -2.374 -5.666" }], ["path", { "d": "M7.37 7.072c.769 -.836 5.246 -4.094 8.4 -.202c.382 .472 .573 .708 .9 1.63c.326 .921 .326 1.562 .326 2.844v7.656" }], ["path", { "d": "M17 10c0 -1.989 1.5 -4 4 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="alphabet-bangla" {...$$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 AlphabetBanglaProps = typeof __propDef.props;
|
|
13
|
+
export type AlphabetBanglaEvents = typeof __propDef.events;
|
|
14
|
+
export type AlphabetBanglaSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AlphabetBangla extends SvelteComponentTyped<AlphabetBanglaProps, AlphabetBanglaEvents, AlphabetBanglaSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7 6c2.333 5.143 6.611 6.857 9.333 12" }], ["path", { "d": "M13.667 14c2.505 -1.5 2.666 -4.141 2.666 -5.333c0 -1.778 -.443 -2.667 -.443 -2.667" }], ["path", { "d": "M7.485 18s-.485 -.905 -.485 -2.714c0 -1.172 .164 -3.722 2.641 -5.27" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="alphabet-hebrew" {...$$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 AlphabetHebrewProps = typeof __propDef.props;
|
|
13
|
+
export type AlphabetHebrewEvents = typeof __propDef.events;
|
|
14
|
+
export type AlphabetHebrewSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AlphabetHebrew extends SvelteComponentTyped<AlphabetHebrewProps, AlphabetHebrewEvents, AlphabetHebrewSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7 7h6c0 2.5 -1.593 8.474 -6 10" }], ["path", { "d": "M16 5v14z" }], ["path", { "d": "M16 12h2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="alphabet-korean" {...$$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 AlphabetKoreanProps = typeof __propDef.props;
|
|
13
|
+
export type AlphabetKoreanEvents = typeof __propDef.events;
|
|
14
|
+
export type AlphabetKoreanSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AlphabetKorean extends SvelteComponentTyped<AlphabetKoreanProps, AlphabetKoreanEvents, AlphabetKoreanSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8 18v-3.444c0 -.49 .165 -.924 .494 -1.363c.326 -.449 1.009 -.76 1.506 -.934c.032 -.011 .035 -.079 .004 -.095c-.434 -.22 -1.294 -.52 -1.626 -1.032l-.014 -.021l-.083 -.125c-.281 -.42 -.281 -1.246 -.281 -1.246c0 -1.456 .849 -2.62 1.837 -3.199q .9 -.54 2.137 -.541q 1.077 0 1.995 .47c1.328 .647 2.031 2.202 2.031 3.976v7.554" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="alphabet-thai" {...$$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 AlphabetThaiProps = typeof __propDef.props;
|
|
13
|
+
export type AlphabetThaiEvents = typeof __propDef.events;
|
|
14
|
+
export type AlphabetThaiSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AlphabetThai extends SvelteComponentTyped<AlphabetThaiProps, AlphabetThaiEvents, AlphabetThaiSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043" }], ["path", { "d": "M13.895 12.824v1.07a1.895 1.895 0 0 0 3.54 .942m-3.54 -2.012v-.824a1.895 1.895 0 1 1 3.79 0v.824z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-after-effect" {...$$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 BrandAdobeAfterEffectProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobeAfterEffectEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobeAfterEffectSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobeAfterEffect extends SvelteComponentTyped<BrandAdobeAfterEffectProps, BrandAdobeAfterEffectEvents, BrandAdobeAfterEffectSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M12.947 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.687 -2.218c.558 -1.806 .838 -2.708 1.335 -2.708c.498 0 .777 .902 1.336 2.708l.686 2.218m-4.043 0h4.043" }], ["path", { "d": "M15.789 15.789v-4.736" }], ["path", { "d": "M15.789 8.684v-.473" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-illustrator" {...$$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 BrandAdobeIllustratorProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobeIllustratorEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobeIllustratorSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobeIllustrator extends SvelteComponentTyped<BrandAdobeIllustratorProps, BrandAdobeIllustratorEvents, BrandAdobeIllustratorSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M14.842 11.053v3.79c0 1.044 -.49 .946 -1.42 .946a2.368 2.368 0 0 1 0 -4.736zm0 0v-2.843" }], ["path", { "d": "M8.211 8.211v7.578" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-indesign" {...$$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 BrandAdobeIndesignProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobeIndesignEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobeIndesignSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobeIndesign extends SvelteComponentTyped<BrandAdobeIndesignProps, BrandAdobeIndesignEvents, BrandAdobeIndesignSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M6.79 15.79v-3.79m0 0v-2.724c0 -.11 0 -.165 .004 -.211c.044 -.45 .4 -.806 .85 -.85c.046 -.004 .101 -.004 .211 -.004h1.303a1.895 1.895 0 1 1 0 3.789z" }], ["path", { "d": "M17.178 11.263c-.164 -.659 -.935 -1.158 -1.862 -1.158c-1.047 0 -1.895 .637 -1.895 1.421c0 .785 .848 1.421 1.895 1.421c1.046 0 1.895 .637 1.895 1.421c0 .785 -.849 1.421 -1.895 1.421c-.93 0 -1.704 -.502 -1.864 -1.165" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-photoshop" {...$$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 BrandAdobePhotoshopProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobePhotoshopEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobePhotoshopSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobePhotoshop extends SvelteComponentTyped<BrandAdobePhotoshopProps, BrandAdobePhotoshopEvents, BrandAdobePhotoshopSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M7.263 15.79v-3.79m0 0v-3.248c0 -.335 .222 -.541 .542 -.541h1.353a1.895 1.895 0 1 1 0 3.789z" }], ["path", { "d": "M13.895 10.579v1.895m0 0v3.315m0 -3.315c.531 -.709 1.026 -1.592 1.894 -1.832q .22 -.062 .474 -.063" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-premier" {...$$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 BrandAdobePremierProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobePremierEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobePremierSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobePremier extends SvelteComponentTyped<BrandAdobePremierProps, BrandAdobePremierEvents, BrandAdobePremierSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M6.316 8.21l5.684 7.58m-5.684 0l5.684 -7.58" }], ["path", { "d": "M17.684 11.053v3.79c0 1.044 -.49 .946 -1.42 .946a2.368 2.368 0 0 1 0 -4.736zm0 0v-2.843" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-adobe-xd" {...$$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 BrandAdobeXdProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAdobeXdEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAdobeXdSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAdobeXd extends SvelteComponentTyped<BrandAdobeXdProps, BrandAdobeXdEvents, BrandAdobeXdSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 14l6 6h-6z" }], ["path", { "d": "M20 10l-6 -6h6z" }], ["path", { "d": "M4 4v4l12 12h4v-4l-12 -12z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-apple-news" {...$$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 BrandAppleNewsProps = typeof __propDef.props;
|
|
13
|
+
export type BrandAppleNewsEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandAppleNewsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandAppleNews extends SvelteComponentTyped<BrandAppleNewsProps, BrandAppleNewsEvents, BrandAppleNewsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19.484 5.667c-1.146 -.904 -3.35 -2.394 -6.497 -3.429c-.484 -.159 -.725 -.238 -1.04 -.238c-.314 0 -.556 .08 -1.04 .238c-3.147 1.035 -5.35 2.525 -6.496 3.43c-.402 .317 -.604 .476 -.797 .816c-.194 .341 -.233 .62 -.309 1.178a33 33 0 0 0 -.305 4.338c0 1.742 .165 3.317 .305 4.338c.076 .558 .115 .837 .309 1.178c.193 .34 .395 .5 .797 .817c1.146 .904 3.35 2.394 6.497 3.429c.483 .159 .725 .238 1.04 .238c.314 0 .555 -.08 1.04 -.238c3.146 -1.035 5.35 -2.525 6.496 -3.43c.402 -.317 .603 -.476 .797 -.816c.194 -.341 .232 -.62 .309 -1.178c.14 -1.021 .305 -2.596 .305 -4.338s-.165 -3.317 -.305 -4.338c-.077 -.558 -.115 -.837 -.309 -1.178s-.395 -.5 -.797 -.817" }], ["path", { "d": "M9 8v7" }], ["path", { "d": "M9 12h6" }], ["path", { "d": "M16 16h-2l1 1z" }], ["path", { "d": "M8 8h2l-1 -1z" }], ["path", { "d": "M15 9v7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-hackerrank" {...$$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 BrandHackerrankProps = typeof __propDef.props;
|
|
13
|
+
export type BrandHackerrankEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandHackerrankSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandHackerrank extends SvelteComponentTyped<BrandHackerrankProps, BrandHackerrankEvents, BrandHackerrankSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 21v-15c0 -1 1 -2 2 -2h5c1 0 2 1 2 2v15" }], ["path", { "d": "M16 8h2c1 0 2 1 2 2v11" }], ["path", { "d": "M3 21h18" }], ["path", { "d": "M10 12v0" }], ["path", { "d": "M10 16v0" }], ["path", { "d": "M10 8v0" }], ["path", { "d": "M7 12v0" }], ["path", { "d": "M7 16v0" }], ["path", { "d": "M7 8v0" }], ["path", { "d": "M17 12v0" }], ["path", { "d": "M17 16v0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="buildings" {...$$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 BuildingsProps = typeof __propDef.props;
|
|
13
|
+
export type BuildingsEvents = typeof __propDef.events;
|
|
14
|
+
export type BuildingsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Buildings extends SvelteComponentTyped<BuildingsProps, BuildingsEvents, BuildingsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20 6h-13a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h13" }], ["path", { "d": "M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" }], ["path", { "d": "M13 12h7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cap-projecting" {...$$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 CapProjectingProps = typeof __propDef.props;
|
|
13
|
+
export type CapProjectingEvents = typeof __propDef.events;
|
|
14
|
+
export type CapProjectingSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CapProjecting extends SvelteComponentTyped<CapProjectingProps, CapProjectingEvents, CapProjectingSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20 6h-9a6 6 0 1 0 0 12h9" }], ["path", { "d": "M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" }], ["path", { "d": "M13 12h7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cap-rounded" {...$$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 CapRoundedProps = typeof __propDef.props;
|
|
13
|
+
export type CapRoundedEvents = typeof __propDef.events;
|
|
14
|
+
export type CapRoundedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CapRounded extends SvelteComponentTyped<CapRoundedProps, CapRoundedEvents, CapRoundedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" }], ["path", { "d": "M8 12h12" }], ["path", { "d": "M20 6h-12a2 2 0 0 0 -2 2v2" }], ["path", { "d": "M6 14v2a2 2 0 0 0 2 2h12" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cap-straight" {...$$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 CapStraightProps = typeof __propDef.props;
|
|
13
|
+
export type CapStraightEvents = typeof __propDef.events;
|
|
14
|
+
export type CapStraightSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CapStraight extends SvelteComponentTyped<CapStraightProps, CapStraightEvents, CapStraightSlots> {
|
|
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": "M20.866 10.45a9 9 0 1 0 -7.815 10.488" }], ["path", { "d": "M12 7v5l1.5 1.5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="clock-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 ClockBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type ClockBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type ClockBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ClockBitcoin extends SvelteComponentTyped<ClockBitcoinProps, ClockBitcoinEvents, ClockBitcoinSlots> {
|
|
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": "M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487s2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cloud-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 CloudBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type CloudBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type CloudBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CloudBitcoin extends SvelteComponentTyped<CloudBitcoinProps, CloudBitcoinEvents, CloudBitcoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M13.193 17.924q -.585 .075 -1.193 .076q -5.4 0 -9 -6q 3.6 -6 9 -6q 4.508 0 7.761 4.181" }], ["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" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="eye-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 EyeBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type EyeBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type EyeBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class EyeBitcoin extends SvelteComponentTyped<EyeBitcoinProps, EyeBitcoinEvents, EyeBitcoinSlots> {
|
|
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": "M13.222 14.882a5 5 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" }], ["path", { "d": "M5 21v-7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="flag-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 FlagBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type FlagBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type FlagBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FlagBitcoin extends SvelteComponentTyped<FlagBitcoinProps, FlagBitcoinEvents, FlagBitcoinSlots> {
|
|
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": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="heart-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 HeartBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type HeartBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type HeartBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HeartBitcoin extends SvelteComponentTyped<HeartBitcoinProps, HeartBitcoinEvents, HeartBitcoinSlots> {
|
|
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": "M19.5 10.5l-7.5 -7.5l-9 9h2v7a2 2 0 0 0 2 2h6" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3" }], ["path", { "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="home-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 HomeBitcoinProps = typeof __propDef.props;
|
|
13
|
+
export type HomeBitcoinEvents = typeof __propDef.events;
|
|
14
|
+
export type HomeBitcoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HomeBitcoin extends SvelteComponentTyped<HomeBitcoinProps, HomeBitcoinEvents, HomeBitcoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|