@tabler/icons-svelte 3.2.0 → 3.3.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/aliases.d.ts +2 -0
- package/dist/aliases.js +2 -0
- package/dist/icons/circle-percentage-filled.svelte +6 -0
- package/dist/icons/circle-percentage-filled.svelte.d.ts +17 -0
- package/dist/icons/code-circle-2-filled.svelte +6 -0
- package/dist/icons/code-circle-2-filled.svelte.d.ts +17 -0
- package/dist/icons/code-circle-filled.svelte +6 -0
- package/dist/icons/code-circle-filled.svelte.d.ts +17 -0
- package/dist/icons/hospital-circle-filled.svelte +6 -0
- package/dist/icons/hospital-circle-filled.svelte.d.ts +17 -0
- package/dist/icons/ikosaedr.svelte +6 -0
- package/dist/icons/ikosaedr.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +18 -2
- package/dist/icons/index.js +18 -2
- package/dist/icons/live-photo-filled.svelte +6 -0
- package/dist/icons/live-photo-filled.svelte.d.ts +17 -0
- package/dist/icons/message-chatbot-filled.svelte +6 -0
- package/dist/icons/message-chatbot-filled.svelte.d.ts +17 -0
- package/dist/icons/message-circle-filled.svelte +6 -0
- package/dist/icons/message-circle-filled.svelte.d.ts +17 -0
- package/dist/icons/message-circle-user.svelte +6 -0
- package/dist/icons/message-circle-user.svelte.d.ts +17 -0
- package/dist/icons/message-filled.svelte +6 -0
- package/dist/icons/message-filled.svelte.d.ts +17 -0
- package/dist/icons/message-report-filled.svelte +6 -0
- package/dist/icons/message-report-filled.svelte.d.ts +17 -0
- package/dist/icons/message-user.svelte +6 -0
- package/dist/icons/message-user.svelte.d.ts +17 -0
- package/dist/icons/panorama-horizontal-filled.svelte +6 -0
- package/dist/icons/panorama-horizontal-filled.svelte.d.ts +17 -0
- package/dist/icons/panorama-vertical-filled.svelte +6 -0
- package/dist/icons/panorama-vertical-filled.svelte.d.ts +17 -0
- package/dist/icons/parking-circle-filled.svelte +6 -0
- package/dist/icons/parking-circle-filled.svelte.d.ts +17 -0
- package/dist/icons/parking-circle.svelte +1 -1
- package/dist/icons/poo-filled.svelte +6 -0
- package/dist/icons/poo-filled.svelte.d.ts +17 -0
- package/dist/icons/shield-half-filled.svelte +1 -1
- package/dist/icons/sunglasses-filled.svelte +6 -0
- package/dist/icons/sunglasses-filled.svelte.d.ts +17 -0
- package/dist/icons/tilt-shift-filled.svelte +6 -0
- package/dist/icons/tilt-shift-filled.svelte.d.ts +17 -0
- package/dist/icons-list.js +18 -2
- package/package.json +73 -9
- package/dist/icons/message-circle-2-filled.svelte +0 -6
- package/dist/icons/message-circle-2-filled.svelte.d.ts +0 -17
- package/dist/icons/message-circle-2.svelte +0 -6
- package/dist/icons/message-circle-2.svelte.d.ts +0 -17
package/dist/aliases.d.ts
CHANGED
|
@@ -46,4 +46,6 @@ export { default as IconSquare6 } from './icons/square-number-6.svelte';
|
|
|
46
46
|
export { default as IconSquare7 } from './icons/square-number-7.svelte';
|
|
47
47
|
export { default as IconSquare8 } from './icons/square-number-8.svelte';
|
|
48
48
|
export { default as IconSquare9 } from './icons/square-number-9.svelte';
|
|
49
|
+
export { default as IconMessageCircle2 } from './icons/message-circle.svelte';
|
|
49
50
|
export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
|
|
51
|
+
export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
|
package/dist/aliases.js
CHANGED
|
@@ -46,4 +46,6 @@ export { default as IconSquare6 } from './icons/square-number-6.svelte';
|
|
|
46
46
|
export { default as IconSquare7 } from './icons/square-number-7.svelte';
|
|
47
47
|
export { default as IconSquare8 } from './icons/square-number-8.svelte';
|
|
48
48
|
export { default as IconSquare9 } from './icons/square-number-9.svelte';
|
|
49
|
+
export { default as IconMessageCircle2 } from './icons/message-circle.svelte';
|
|
49
50
|
export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
|
|
51
|
+
export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m3 12.12a1 1 0 0 0 -1 1v.015a1 1 0 0 0 2 0v-.015a1 1 0 0 0 -1 -1m.707 -5.752a1 1 0 0 0 -1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6 -6a1 1 0 0 0 0 -1.414m-6.707 -.263a1 1 0 0 0 -1 1v.015a1 1 0 1 0 2 0v-.015a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="circle-percentage-filled" {...$$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 CirclePercentageFilledProps = typeof __propDef.props;
|
|
13
|
+
export type CirclePercentageFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CirclePercentageFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CirclePercentageFilled extends SvelteComponentTyped<CirclePercentageFilledProps, CirclePercentageFilledEvents, CirclePercentageFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-3.658 5.22a1 1 0 0 0 -1.282 .598l-2 5.5a1 1 0 0 0 1.88 .684l2 -5.5a1 1 0 0 0 -.598 -1.282m-4.135 1.233a1 1 0 0 0 -1.414 0l-1.5 1.5a1 1 0 0 0 0 1.414l1.5 1.5a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.792 -.793l.792 -.793a1 1 0 0 0 0 -1.414m7 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l.792 .793l-.792 .793a1 1 0 0 0 1.414 1.414l1.5 -1.5a1 1 0 0 0 0 -1.414z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="code-circle-2-filled" {...$$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 CodeCircle_2FilledProps = typeof __propDef.props;
|
|
13
|
+
export type CodeCircle_2FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CodeCircle_2FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CodeCircle_2Filled extends SvelteComponentTyped<CodeCircle_2FilledProps, CodeCircle_2FilledEvents, CodeCircle_2FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-6.293 5.953a1 1 0 0 0 -1.414 0l-2 2a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.292 -1.293l1.292 -1.293a1 1 0 0 0 0 -1.414m4 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l1.292 1.293l-1.292 1.293a1 1 0 0 0 1.414 1.414l2 -2a1 1 0 0 0 0 -1.414z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="code-circle-filled" {...$$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 CodeCircleFilledProps = typeof __propDef.props;
|
|
13
|
+
export type CodeCircleFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CodeCircleFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CodeCircleFilled extends SvelteComponentTyped<CodeCircleFilledProps, CodeCircleFilledEvents, CodeCircleFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m2 5a1 1 0 0 0 -1 1v2.999h-2v-2.999a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3.001h2v3.001a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="hospital-circle-filled" {...$$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 HospitalCircleFilledProps = typeof __propDef.props;
|
|
13
|
+
export type HospitalCircleFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type HospitalCircleFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HospitalCircleFilled extends SvelteComponentTyped<HospitalCircleFilledProps, HospitalCircleFilledEvents, HospitalCircleFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735" }], ["path", { "d": "M3.29 6.97l4.21 2.03" }], ["path", { "d": "M20.71 6.97l-4.21 2.03" }], ["path", { "d": "M20.7 17h-17.4" }], ["path", { "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84" }], ["path", { "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84" }], ["path", { "d": "M12 17l-4.5 -8h9z" }], ["path", { "d": "M12 17v5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="ikosaedr" {...$$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 IkosaedrProps = typeof __propDef.props;
|
|
13
|
+
export type IkosaedrEvents = typeof __propDef.events;
|
|
14
|
+
export type IkosaedrSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Ikosaedr extends SvelteComponentTyped<IkosaedrProps, IkosaedrEvents, IkosaedrSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -2528,6 +2528,7 @@ export { default as IconIdBadgeOff } from './id-badge-off.svelte';
|
|
|
2528
2528
|
export { default as IconIdBadge } from './id-badge.svelte';
|
|
2529
2529
|
export { default as IconIdOff } from './id-off.svelte';
|
|
2530
2530
|
export { default as IconId } from './id.svelte';
|
|
2531
|
+
export { default as IconIkosaedr } from './ikosaedr.svelte';
|
|
2531
2532
|
export { default as IconImageInPicture } from './image-in-picture.svelte';
|
|
2532
2533
|
export { default as IconInboxOff } from './inbox-off.svelte';
|
|
2533
2534
|
export { default as IconInbox } from './inbox.svelte';
|
|
@@ -2985,7 +2986,6 @@ export { default as IconMessageBolt } from './message-bolt.svelte';
|
|
|
2985
2986
|
export { default as IconMessageCancel } from './message-cancel.svelte';
|
|
2986
2987
|
export { default as IconMessageChatbot } from './message-chatbot.svelte';
|
|
2987
2988
|
export { default as IconMessageCheck } from './message-check.svelte';
|
|
2988
|
-
export { default as IconMessageCircle2 } from './message-circle-2.svelte';
|
|
2989
2989
|
export { default as IconMessageCircleBolt } from './message-circle-bolt.svelte';
|
|
2990
2990
|
export { default as IconMessageCircleCancel } from './message-circle-cancel.svelte';
|
|
2991
2991
|
export { default as IconMessageCircleCheck } from './message-circle-check.svelte';
|
|
@@ -3005,6 +3005,7 @@ export { default as IconMessageCircleSearch } from './message-circle-search.svel
|
|
|
3005
3005
|
export { default as IconMessageCircleShare } from './message-circle-share.svelte';
|
|
3006
3006
|
export { default as IconMessageCircleStar } from './message-circle-star.svelte';
|
|
3007
3007
|
export { default as IconMessageCircleUp } from './message-circle-up.svelte';
|
|
3008
|
+
export { default as IconMessageCircleUser } from './message-circle-user.svelte';
|
|
3008
3009
|
export { default as IconMessageCircleX } from './message-circle-x.svelte';
|
|
3009
3010
|
export { default as IconMessageCircle } from './message-circle.svelte';
|
|
3010
3011
|
export { default as IconMessageCode } from './message-code.svelte';
|
|
@@ -3028,6 +3029,7 @@ export { default as IconMessageSearch } from './message-search.svelte';
|
|
|
3028
3029
|
export { default as IconMessageShare } from './message-share.svelte';
|
|
3029
3030
|
export { default as IconMessageStar } from './message-star.svelte';
|
|
3030
3031
|
export { default as IconMessageUp } from './message-up.svelte';
|
|
3032
|
+
export { default as IconMessageUser } from './message-user.svelte';
|
|
3031
3033
|
export { default as IconMessageX } from './message-x.svelte';
|
|
3032
3034
|
export { default as IconMessage } from './message.svelte';
|
|
3033
3035
|
export { default as IconMessagesOff } from './messages-off.svelte';
|
|
@@ -4800,6 +4802,7 @@ export { default as IconCircleNumber6Filled } from './circle-number-6-filled.sve
|
|
|
4800
4802
|
export { default as IconCircleNumber7Filled } from './circle-number-7-filled.svelte';
|
|
4801
4803
|
export { default as IconCircleNumber8Filled } from './circle-number-8-filled.svelte';
|
|
4802
4804
|
export { default as IconCircleNumber9Filled } from './circle-number-9-filled.svelte';
|
|
4805
|
+
export { default as IconCirclePercentageFilled } from './circle-percentage-filled.svelte';
|
|
4803
4806
|
export { default as IconCircleXFilled } from './circle-x-filled.svelte';
|
|
4804
4807
|
export { default as IconCircleFilled } from './circle-filled.svelte';
|
|
4805
4808
|
export { default as IconCirclesFilled } from './circles-filled.svelte';
|
|
@@ -4818,6 +4821,8 @@ export { default as IconClockHour9Filled } from './clock-hour-9-filled.svelte';
|
|
|
4818
4821
|
export { default as IconClockFilled } from './clock-filled.svelte';
|
|
4819
4822
|
export { default as IconCloudFilled } from './cloud-filled.svelte';
|
|
4820
4823
|
export { default as IconClubsFilled } from './clubs-filled.svelte';
|
|
4824
|
+
export { default as IconCodeCircle2Filled } from './code-circle-2-filled.svelte';
|
|
4825
|
+
export { default as IconCodeCircleFilled } from './code-circle-filled.svelte';
|
|
4821
4826
|
export { default as IconCoinBitcoinFilled } from './coin-bitcoin-filled.svelte';
|
|
4822
4827
|
export { default as IconCoinEuroFilled } from './coin-euro-filled.svelte';
|
|
4823
4828
|
export { default as IconCoinMoneroFilled } from './coin-monero-filled.svelte';
|
|
@@ -4939,6 +4944,7 @@ export { default as IconHexagonNumber9Filled } from './hexagon-number-9-filled.s
|
|
|
4939
4944
|
export { default as IconHexagonPlusFilled } from './hexagon-plus-filled.svelte';
|
|
4940
4945
|
export { default as IconHexagonFilled } from './hexagon-filled.svelte';
|
|
4941
4946
|
export { default as IconHomeFilled } from './home-filled.svelte';
|
|
4947
|
+
export { default as IconHospitalCircleFilled } from './hospital-circle-filled.svelte';
|
|
4942
4948
|
export { default as IconHourglassFilled } from './hourglass-filled.svelte';
|
|
4943
4949
|
export { default as IconInfoCircleFilled } from './info-circle-filled.svelte';
|
|
4944
4950
|
export { default as IconInfoHexagonFilled } from './info-hexagon-filled.svelte';
|
|
@@ -4991,6 +4997,7 @@ export { default as IconLayoutSidebarRightFilled } from './layout-sidebar-right-
|
|
|
4991
4997
|
export { default as IconLayoutSidebarFilled } from './layout-sidebar-filled.svelte';
|
|
4992
4998
|
export { default as IconLayoutFilled } from './layout-filled.svelte';
|
|
4993
4999
|
export { default as IconLegoFilled } from './lego-filled.svelte';
|
|
5000
|
+
export { default as IconLivePhotoFilled } from './live-photo-filled.svelte';
|
|
4994
5001
|
export { default as IconLocationFilled } from './location-filled.svelte';
|
|
4995
5002
|
export { default as IconLockSquareRoundedFilled } from './lock-square-rounded-filled.svelte';
|
|
4996
5003
|
export { default as IconLockFilled } from './lock-filled.svelte';
|
|
@@ -5003,7 +5010,10 @@ export { default as IconManFilled } from './man-filled.svelte';
|
|
|
5003
5010
|
export { default as IconManualGearboxFilled } from './manual-gearbox-filled.svelte';
|
|
5004
5011
|
export { default as IconMapPinFilled } from './map-pin-filled.svelte';
|
|
5005
5012
|
export { default as IconMedicalCrossFilled } from './medical-cross-filled.svelte';
|
|
5006
|
-
export { default as
|
|
5013
|
+
export { default as IconMessageChatbotFilled } from './message-chatbot-filled.svelte';
|
|
5014
|
+
export { default as IconMessageCircleFilled } from './message-circle-filled.svelte';
|
|
5015
|
+
export { default as IconMessageReportFilled } from './message-report-filled.svelte';
|
|
5016
|
+
export { default as IconMessageFilled } from './message-filled.svelte';
|
|
5007
5017
|
export { default as IconMickeyFilled } from './mickey-filled.svelte';
|
|
5008
5018
|
export { default as IconMicrophoneFilled } from './microphone-filled.svelte';
|
|
5009
5019
|
export { default as IconMicrowaveFilled } from './microwave-filled.svelte';
|
|
@@ -5022,6 +5032,9 @@ export { default as IconOctagonFilled } from './octagon-filled.svelte';
|
|
|
5022
5032
|
export { default as IconOvalVerticalFilled } from './oval-vertical-filled.svelte';
|
|
5023
5033
|
export { default as IconOvalFilled } from './oval-filled.svelte';
|
|
5024
5034
|
export { default as IconPaintFilled } from './paint-filled.svelte';
|
|
5035
|
+
export { default as IconPanoramaHorizontalFilled } from './panorama-horizontal-filled.svelte';
|
|
5036
|
+
export { default as IconPanoramaVerticalFilled } from './panorama-vertical-filled.svelte';
|
|
5037
|
+
export { default as IconParkingCircleFilled } from './parking-circle-filled.svelte';
|
|
5025
5038
|
export { default as IconPawFilled } from './paw-filled.svelte';
|
|
5026
5039
|
export { default as IconPennant2Filled } from './pennant-2-filled.svelte';
|
|
5027
5040
|
export { default as IconPennantFilled } from './pennant-filled.svelte';
|
|
@@ -5044,6 +5057,7 @@ export { default as IconPlayerTrackPrevFilled } from './player-track-prev-filled
|
|
|
5044
5057
|
export { default as IconPointFilled } from './point-filled.svelte';
|
|
5045
5058
|
export { default as IconPointerFilled } from './pointer-filled.svelte';
|
|
5046
5059
|
export { default as IconPolaroidFilled } from './polaroid-filled.svelte';
|
|
5060
|
+
export { default as IconPooFilled } from './poo-filled.svelte';
|
|
5047
5061
|
export { default as IconPuzzleFilled } from './puzzle-filled.svelte';
|
|
5048
5062
|
export { default as IconRadarFilled } from './radar-filled.svelte';
|
|
5049
5063
|
export { default as IconRadioactiveFilled } from './radioactive-filled.svelte';
|
|
@@ -5194,9 +5208,11 @@ export { default as IconStarHalfFilled } from './star-half-filled.svelte';
|
|
|
5194
5208
|
export { default as IconStarFilled } from './star-filled.svelte';
|
|
5195
5209
|
export { default as IconStarsFilled } from './stars-filled.svelte';
|
|
5196
5210
|
export { default as IconSunFilled } from './sun-filled.svelte';
|
|
5211
|
+
export { default as IconSunglassesFilled } from './sunglasses-filled.svelte';
|
|
5197
5212
|
export { default as IconTableFilled } from './table-filled.svelte';
|
|
5198
5213
|
export { default as IconThumbDownFilled } from './thumb-down-filled.svelte';
|
|
5199
5214
|
export { default as IconThumbUpFilled } from './thumb-up-filled.svelte';
|
|
5215
|
+
export { default as IconTiltShiftFilled } from './tilt-shift-filled.svelte';
|
|
5200
5216
|
export { default as IconTimelineEventFilled } from './timeline-event-filled.svelte';
|
|
5201
5217
|
export { default as IconToggleLeftFilled } from './toggle-left-filled.svelte';
|
|
5202
5218
|
export { default as IconToggleRightFilled } from './toggle-right-filled.svelte';
|
package/dist/icons/index.js
CHANGED
|
@@ -2528,6 +2528,7 @@ export { default as IconIdBadgeOff } from './id-badge-off.svelte';
|
|
|
2528
2528
|
export { default as IconIdBadge } from './id-badge.svelte';
|
|
2529
2529
|
export { default as IconIdOff } from './id-off.svelte';
|
|
2530
2530
|
export { default as IconId } from './id.svelte';
|
|
2531
|
+
export { default as IconIkosaedr } from './ikosaedr.svelte';
|
|
2531
2532
|
export { default as IconImageInPicture } from './image-in-picture.svelte';
|
|
2532
2533
|
export { default as IconInboxOff } from './inbox-off.svelte';
|
|
2533
2534
|
export { default as IconInbox } from './inbox.svelte';
|
|
@@ -2985,7 +2986,6 @@ export { default as IconMessageBolt } from './message-bolt.svelte';
|
|
|
2985
2986
|
export { default as IconMessageCancel } from './message-cancel.svelte';
|
|
2986
2987
|
export { default as IconMessageChatbot } from './message-chatbot.svelte';
|
|
2987
2988
|
export { default as IconMessageCheck } from './message-check.svelte';
|
|
2988
|
-
export { default as IconMessageCircle2 } from './message-circle-2.svelte';
|
|
2989
2989
|
export { default as IconMessageCircleBolt } from './message-circle-bolt.svelte';
|
|
2990
2990
|
export { default as IconMessageCircleCancel } from './message-circle-cancel.svelte';
|
|
2991
2991
|
export { default as IconMessageCircleCheck } from './message-circle-check.svelte';
|
|
@@ -3005,6 +3005,7 @@ export { default as IconMessageCircleSearch } from './message-circle-search.svel
|
|
|
3005
3005
|
export { default as IconMessageCircleShare } from './message-circle-share.svelte';
|
|
3006
3006
|
export { default as IconMessageCircleStar } from './message-circle-star.svelte';
|
|
3007
3007
|
export { default as IconMessageCircleUp } from './message-circle-up.svelte';
|
|
3008
|
+
export { default as IconMessageCircleUser } from './message-circle-user.svelte';
|
|
3008
3009
|
export { default as IconMessageCircleX } from './message-circle-x.svelte';
|
|
3009
3010
|
export { default as IconMessageCircle } from './message-circle.svelte';
|
|
3010
3011
|
export { default as IconMessageCode } from './message-code.svelte';
|
|
@@ -3028,6 +3029,7 @@ export { default as IconMessageSearch } from './message-search.svelte';
|
|
|
3028
3029
|
export { default as IconMessageShare } from './message-share.svelte';
|
|
3029
3030
|
export { default as IconMessageStar } from './message-star.svelte';
|
|
3030
3031
|
export { default as IconMessageUp } from './message-up.svelte';
|
|
3032
|
+
export { default as IconMessageUser } from './message-user.svelte';
|
|
3031
3033
|
export { default as IconMessageX } from './message-x.svelte';
|
|
3032
3034
|
export { default as IconMessage } from './message.svelte';
|
|
3033
3035
|
export { default as IconMessagesOff } from './messages-off.svelte';
|
|
@@ -4800,6 +4802,7 @@ export { default as IconCircleNumber6Filled } from './circle-number-6-filled.sve
|
|
|
4800
4802
|
export { default as IconCircleNumber7Filled } from './circle-number-7-filled.svelte';
|
|
4801
4803
|
export { default as IconCircleNumber8Filled } from './circle-number-8-filled.svelte';
|
|
4802
4804
|
export { default as IconCircleNumber9Filled } from './circle-number-9-filled.svelte';
|
|
4805
|
+
export { default as IconCirclePercentageFilled } from './circle-percentage-filled.svelte';
|
|
4803
4806
|
export { default as IconCircleXFilled } from './circle-x-filled.svelte';
|
|
4804
4807
|
export { default as IconCircleFilled } from './circle-filled.svelte';
|
|
4805
4808
|
export { default as IconCirclesFilled } from './circles-filled.svelte';
|
|
@@ -4818,6 +4821,8 @@ export { default as IconClockHour9Filled } from './clock-hour-9-filled.svelte';
|
|
|
4818
4821
|
export { default as IconClockFilled } from './clock-filled.svelte';
|
|
4819
4822
|
export { default as IconCloudFilled } from './cloud-filled.svelte';
|
|
4820
4823
|
export { default as IconClubsFilled } from './clubs-filled.svelte';
|
|
4824
|
+
export { default as IconCodeCircle2Filled } from './code-circle-2-filled.svelte';
|
|
4825
|
+
export { default as IconCodeCircleFilled } from './code-circle-filled.svelte';
|
|
4821
4826
|
export { default as IconCoinBitcoinFilled } from './coin-bitcoin-filled.svelte';
|
|
4822
4827
|
export { default as IconCoinEuroFilled } from './coin-euro-filled.svelte';
|
|
4823
4828
|
export { default as IconCoinMoneroFilled } from './coin-monero-filled.svelte';
|
|
@@ -4939,6 +4944,7 @@ export { default as IconHexagonNumber9Filled } from './hexagon-number-9-filled.s
|
|
|
4939
4944
|
export { default as IconHexagonPlusFilled } from './hexagon-plus-filled.svelte';
|
|
4940
4945
|
export { default as IconHexagonFilled } from './hexagon-filled.svelte';
|
|
4941
4946
|
export { default as IconHomeFilled } from './home-filled.svelte';
|
|
4947
|
+
export { default as IconHospitalCircleFilled } from './hospital-circle-filled.svelte';
|
|
4942
4948
|
export { default as IconHourglassFilled } from './hourglass-filled.svelte';
|
|
4943
4949
|
export { default as IconInfoCircleFilled } from './info-circle-filled.svelte';
|
|
4944
4950
|
export { default as IconInfoHexagonFilled } from './info-hexagon-filled.svelte';
|
|
@@ -4991,6 +4997,7 @@ export { default as IconLayoutSidebarRightFilled } from './layout-sidebar-right-
|
|
|
4991
4997
|
export { default as IconLayoutSidebarFilled } from './layout-sidebar-filled.svelte';
|
|
4992
4998
|
export { default as IconLayoutFilled } from './layout-filled.svelte';
|
|
4993
4999
|
export { default as IconLegoFilled } from './lego-filled.svelte';
|
|
5000
|
+
export { default as IconLivePhotoFilled } from './live-photo-filled.svelte';
|
|
4994
5001
|
export { default as IconLocationFilled } from './location-filled.svelte';
|
|
4995
5002
|
export { default as IconLockSquareRoundedFilled } from './lock-square-rounded-filled.svelte';
|
|
4996
5003
|
export { default as IconLockFilled } from './lock-filled.svelte';
|
|
@@ -5003,7 +5010,10 @@ export { default as IconManFilled } from './man-filled.svelte';
|
|
|
5003
5010
|
export { default as IconManualGearboxFilled } from './manual-gearbox-filled.svelte';
|
|
5004
5011
|
export { default as IconMapPinFilled } from './map-pin-filled.svelte';
|
|
5005
5012
|
export { default as IconMedicalCrossFilled } from './medical-cross-filled.svelte';
|
|
5006
|
-
export { default as
|
|
5013
|
+
export { default as IconMessageChatbotFilled } from './message-chatbot-filled.svelte';
|
|
5014
|
+
export { default as IconMessageCircleFilled } from './message-circle-filled.svelte';
|
|
5015
|
+
export { default as IconMessageReportFilled } from './message-report-filled.svelte';
|
|
5016
|
+
export { default as IconMessageFilled } from './message-filled.svelte';
|
|
5007
5017
|
export { default as IconMickeyFilled } from './mickey-filled.svelte';
|
|
5008
5018
|
export { default as IconMicrophoneFilled } from './microphone-filled.svelte';
|
|
5009
5019
|
export { default as IconMicrowaveFilled } from './microwave-filled.svelte';
|
|
@@ -5022,6 +5032,9 @@ export { default as IconOctagonFilled } from './octagon-filled.svelte';
|
|
|
5022
5032
|
export { default as IconOvalVerticalFilled } from './oval-vertical-filled.svelte';
|
|
5023
5033
|
export { default as IconOvalFilled } from './oval-filled.svelte';
|
|
5024
5034
|
export { default as IconPaintFilled } from './paint-filled.svelte';
|
|
5035
|
+
export { default as IconPanoramaHorizontalFilled } from './panorama-horizontal-filled.svelte';
|
|
5036
|
+
export { default as IconPanoramaVerticalFilled } from './panorama-vertical-filled.svelte';
|
|
5037
|
+
export { default as IconParkingCircleFilled } from './parking-circle-filled.svelte';
|
|
5025
5038
|
export { default as IconPawFilled } from './paw-filled.svelte';
|
|
5026
5039
|
export { default as IconPennant2Filled } from './pennant-2-filled.svelte';
|
|
5027
5040
|
export { default as IconPennantFilled } from './pennant-filled.svelte';
|
|
@@ -5044,6 +5057,7 @@ export { default as IconPlayerTrackPrevFilled } from './player-track-prev-filled
|
|
|
5044
5057
|
export { default as IconPointFilled } from './point-filled.svelte';
|
|
5045
5058
|
export { default as IconPointerFilled } from './pointer-filled.svelte';
|
|
5046
5059
|
export { default as IconPolaroidFilled } from './polaroid-filled.svelte';
|
|
5060
|
+
export { default as IconPooFilled } from './poo-filled.svelte';
|
|
5047
5061
|
export { default as IconPuzzleFilled } from './puzzle-filled.svelte';
|
|
5048
5062
|
export { default as IconRadarFilled } from './radar-filled.svelte';
|
|
5049
5063
|
export { default as IconRadioactiveFilled } from './radioactive-filled.svelte';
|
|
@@ -5194,9 +5208,11 @@ export { default as IconStarHalfFilled } from './star-half-filled.svelte';
|
|
|
5194
5208
|
export { default as IconStarFilled } from './star-filled.svelte';
|
|
5195
5209
|
export { default as IconStarsFilled } from './stars-filled.svelte';
|
|
5196
5210
|
export { default as IconSunFilled } from './sun-filled.svelte';
|
|
5211
|
+
export { default as IconSunglassesFilled } from './sunglasses-filled.svelte';
|
|
5197
5212
|
export { default as IconTableFilled } from './table-filled.svelte';
|
|
5198
5213
|
export { default as IconThumbDownFilled } from './thumb-down-filled.svelte';
|
|
5199
5214
|
export { default as IconThumbUpFilled } from './thumb-up-filled.svelte';
|
|
5215
|
+
export { default as IconTiltShiftFilled } from './tilt-shift-filled.svelte';
|
|
5200
5216
|
export { default as IconTimelineEventFilled } from './timeline-event-filled.svelte';
|
|
5201
5217
|
export { default as IconToggleLeftFilled } from './toggle-left-filled.svelte';
|
|
5202
5218
|
export { default as IconToggleRightFilled } from './toggle-right-filled.svelte';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 6a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775m0 4a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 2 -2m3.9 9.11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.14 -2.5a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m1.73 -3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m0 -4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m-1.73 -3.61a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.14 -2.5a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.9 -.89a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.9 .89a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-3.14 2.5a1 1 0 0 1 1 1a1 1 0 1 1 -2 .01c0 -.562 .448 -1.01 1 -1.01m-1.73 3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m0 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m1.73 3.61a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.14 2.5a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m3.9 .89a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="live-photo-filled" {...$$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 LivePhotoFilledProps = typeof __propDef.props;
|
|
13
|
+
export type LivePhotoFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type LivePhotoFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class LivePhotoFilled extends SvelteComponentTyped<LivePhotoFilledProps, LivePhotoFilledEvents, LivePhotoFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-2.8 9.286a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414m-5.69 -4.286h-.01a1 1 0 1 0 0 2h.01a1 1 0 0 0 0 -2m5 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="message-chatbot-filled" {...$$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 MessageChatbotFilledProps = typeof __propDef.props;
|
|
13
|
+
export type MessageChatbotFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageChatbotFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageChatbotFilled extends SvelteComponentTyped<MessageChatbotFilledProps, MessageChatbotFilledEvents, MessageChatbotFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5.821 4.91c3.899 -2.765 9.468 -2.539 13.073 .535c3.667 3.129 4.168 8.238 1.152 11.898c-2.841 3.447 -7.965 4.583 -12.231 2.805l-.233 -.101l-4.374 .931l-.04 .006l-.035 .007h-.018l-.022 .005h-.038l-.033 .004l-.021 -.001l-.023 .001l-.033 -.003h-.035l-.022 -.004l-.022 -.002l-.035 -.007l-.034 -.005l-.016 -.004l-.024 -.005l-.049 -.016l-.024 -.005l-.011 -.005l-.022 -.007l-.045 -.02l-.03 -.012l-.011 -.006l-.014 -.006l-.031 -.018l-.045 -.024l-.016 -.011l-.037 -.026l-.04 -.027l-.002 -.004l-.013 -.009l-.043 -.04l-.025 -.02l-.006 -.007l-.056 -.062l-.013 -.014l-.011 -.014l-.039 -.056l-.014 -.019l-.005 -.01l-.042 -.073l-.007 -.012l-.004 -.008l-.007 -.012l-.014 -.038l-.02 -.042l-.004 -.016l-.004 -.01l-.017 -.061l-.007 -.018l-.002 -.015l-.005 -.019l-.005 -.033l-.008 -.042l-.002 -.031l-.003 -.01v-.016l-.004 -.054l.001 -.036l.001 -.023l.002 -.053l.004 -.025v-.019l.008 -.035l.005 -.034l.005 -.02l.004 -.02l.018 -.06l.003 -.013l1.15 -3.45l-.022 -.037c-2.21 -3.747 -1.209 -8.391 2.413 -11.119z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="message-circle-filled" {...$$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 MessageCircleFilledProps = typeof __propDef.props;
|
|
13
|
+
export type MessageCircleFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageCircleFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageCircleFilled extends SvelteComponentTyped<MessageCircleFilledProps, MessageCircleFilledEvents, MessageCircleFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" }], ["path", { "d": "M12.454 19.97a9.9 9.9 0 0 1 -4.754 -.97l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.667 1.423 2.596 3.294 2.747 5.216" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="message-circle-user" {...$$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 MessageCircleUserProps = typeof __propDef.props;
|
|
13
|
+
export type MessageCircleUserEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageCircleUserSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageCircleUser extends SvelteComponentTyped<MessageCircleUserProps, MessageCircleUserEvents, MessageCircleUserSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-4 9h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m2 -4h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="message-filled" {...$$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 MessageFilledProps = typeof __propDef.props;
|
|
13
|
+
export type MessageFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageFilled extends SvelteComponentTyped<MessageFilledProps, MessageFilledEvents, MessageFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18 3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-4.724l-4.762 2.857a1 1 0 0 1 -1.508 -.743l-.006 -.114v-2h-1a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 4 -4zm-6 10a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -6a1 1 0 0 0 -1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="message-report-filled" {...$$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 MessageReportFilledProps = typeof __propDef.props;
|
|
13
|
+
export type MessageReportFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageReportFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageReportFilled extends SvelteComponentTyped<MessageReportFilledProps, MessageReportFilledEvents, MessageReportFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" }], ["path", { "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="message-user" {...$$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 MessageUserProps = typeof __propDef.props;
|
|
13
|
+
export type MessageUserEvents = typeof __propDef.events;
|
|
14
|
+
export type MessageUserSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MessageUser extends SvelteComponentTyped<MessageUserProps, MessageUserEvents, MessageUserSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19.31 4.591a2 2 0 0 1 2.69 1.873v11c0 1.382 -1.38 2.38 -2.694 1.897c-4.879 -1.845 -9.734 -1.845 -14.612 0c-1.304 .495 -2.694 -.481 -2.694 -1.871v-11.032a2 2 0 0 1 2.676 -1.87l.025 .012l.448 .162c4.572 1.623 9.123 1.622 13.703 -.003z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="panorama-horizontal-filled" {...$$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 PanoramaHorizontalFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PanoramaHorizontalFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PanoramaHorizontalFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PanoramaHorizontalFilled extends SvelteComponentTyped<PanoramaHorizontalFilledProps, PanoramaHorizontalFilledEvents, PanoramaHorizontalFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17.53 2c1.39 0 2.364 1.389 1.87 2.692l-.013 .026l-.156 .431c-1.623 4.572 -1.622 9.123 .003 13.703l.168 .458a2 2 0 0 1 -1.873 2.69h-11c-1.386 0 -2.394 -1.386 -1.897 -2.694c1.845 -4.879 1.845 -9.734 0 -14.612c-.495 -1.304 .48 -2.694 1.87 -2.694z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="panorama-vertical-filled" {...$$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 PanoramaVerticalFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PanoramaVerticalFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PanoramaVerticalFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PanoramaVerticalFilled extends SvelteComponentTyped<PanoramaVerticalFilledProps, PanoramaVerticalFilledEvents, PanoramaVerticalFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m1.334 5h-3.334a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-3h2.334c1.516 0 2.666 -1.38 2.666 -3s-1.15 -3 -2.666 -3m0 2c.323 0 .666 .411 .666 1s-.343 1 -.666 1h-2.334v-2z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="parking-circle-filled" {...$$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 ParkingCircleFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ParkingCircleFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ParkingCircleFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ParkingCircleFilled extends SvelteComponentTyped<ParkingCircleFilledProps, ParkingCircleFilledEvents, ParkingCircleFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M10 16v-
|
|
2
|
+
const iconNode = [["path", { "d": "M10 16v-8h3.334c.92 0 1.666 .895 1.666 2s-.746 2 -1.666 2h-3.334" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="parking-circle" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M11.063 2.995l.086 .009h.07c2.237 .098 3.87 1.686 4.214 4.046l.01 .075l.133 .04a3.5 3.5 0 0 1 1.718 1.22l.125 .179a3.5 3.5 0 0 1 .567 2.243l-.006 .049l.032 .025a4 4 0 0 1 1.476 2.8l.01 .191l.15 .125a4 4 0 0 1 1.29 3.693l-.042 .208c-.4 1.728 -1.89 2.986 -3.72 3.092h-10.176a4 4 0 0 1 -2.638 -7.008l.14 -.118l.011 -.19a4 4 0 0 1 1.476 -2.798l.032 -.025l-.006 -.048a3.5 3.5 0 0 1 .452 -2.058l.114 -.186c.603 -.912 1.598 -1.49 2.755 -1.564h.164c.743 0 1.26 -1.242 .606 -2.553l.006 .015l-.01 -.017a1 1 0 0 1 -.095 -.323l-.007 -.117c0 -.654 .539 -1.031 1.063 -1.005m3.758 12.434a1 1 0 0 0 -1.392 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.811 -4.429h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="poo-filled" {...$$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 PooFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PooFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PooFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PooFilled extends SvelteComponentTyped<PooFilledProps, PooFilledEvents, PooFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M11.998 2l.032 .002l.086 .005a1 1 0 0 1 .342 .104l.105 .062l.097 .076l.016 .015l.247 .21a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.791 -2.75l.046 -.036l.053 -.041a1 1 0 0 1 .217 -.112l.075 -.023l.036 -.01a1 1 0 0 1 .12 -.022l.086 -.005zm.002 2.296l-.176 .135a13 13 0 0 1 -7.288 2.572l-.264 .006l-.064 .31a11 11 0 0 0 1.064 7.175l.17 .314a11 11 0 0 0 6.49 5.136l.068 .019z" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="filled" name="shield-half-filled" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8 3a1 1 0 1 1 0 2h-1.257l-2.4 8h5.657a1 1 0 0 1 1 1v1h2v-1a1 1 0 0 1 1 -1h5.656l-2.4 -8h-1.256a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2a1 1 0 0 1 .958 .713l3.01 10.036l.022 .112l.008 .08l.002 2.559a4.5 4.5 0 0 1 -8.972 .5h-2.056a4.5 4.5 0 0 1 -8.972 -.5v-2.518l.004 -.071l.014 -.103l.018 -.076l3.006 -10.02a1 1 0 0 1 .958 -.712z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sunglasses-filled" {...$$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 SunglassesFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SunglassesFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SunglassesFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SunglassesFilled extends SvelteComponentTyped<SunglassesFilledProps, SunglassesFilledEvents, SunglassesFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8.178 2.766a1 1 0 1 1 .764 1.848a8 8 0 0 0 -2.595 1.733a1 1 0 1 1 -1.414 -1.414a10 10 0 0 1 3.245 -2.167" }], ["path", { "d": "M2.767 8.176a1 1 0 1 1 1.846 .768a8 8 0 0 0 -.613 3.058a1 1 0 0 1 -2 -.004a10 10 0 0 1 .767 -3.822" }], ["path", { "d": "M3.308 14.516a1 1 0 0 1 1.306 .542a8 8 0 0 0 1.733 2.595a1 1 0 1 1 -1.414 1.414a10 10 0 0 1 -2.167 -3.245a1 1 0 0 1 .542 -1.306" }], ["path", { "d": "M7.637 19.926a1 1 0 0 1 1.307 -.54a8 8 0 0 0 3.058 .614a1 1 0 0 1 -.004 2a10 10 0 0 1 -3.822 -.767a1 1 0 0 1 -.54 -1.307" }], ["path", { "d": "M17.653 17.653a1 1 0 1 1 1.414 1.414a10 10 0 0 1 -3.245 2.167a1 1 0 1 1 -.764 -1.848a8 8 0 0 0 2.595 -1.733" }], ["path", { "d": "M21.002 11a1 1 0 0 1 .998 1.002a10 10 0 0 1 -.767 3.822a1 1 0 1 1 -1.846 -.768a8 8 0 0 0 .613 -3.058a1 1 0 0 1 1.002 -.998" }], ["path", { "d": "M17.653 4.933a1 1 0 0 1 1.414 0a10 10 0 0 1 2.167 3.245a1 1 0 1 1 -1.848 .764a8 8 0 0 0 -1.733 -2.595a1 1 0 0 1 0 -1.414" }], ["path", { "d": "M12.002 2a10 10 0 0 1 3.822 .767a1 1 0 1 1 -.768 1.846a8 8 0 0 0 -3.058 -.613a1 1 0 0 1 .004 -2" }], ["path", { "d": "M12 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="tilt-shift-filled" {...$$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 TiltShiftFilledProps = typeof __propDef.props;
|
|
13
|
+
export type TiltShiftFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type TiltShiftFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TiltShiftFilled extends SvelteComponentTyped<TiltShiftFilledProps, TiltShiftFilledEvents, TiltShiftFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -2529,6 +2529,7 @@ export default [
|
|
|
2529
2529
|
"id-badge",
|
|
2530
2530
|
"id-off",
|
|
2531
2531
|
"id",
|
|
2532
|
+
"ikosaedr",
|
|
2532
2533
|
"image-in-picture",
|
|
2533
2534
|
"inbox-off",
|
|
2534
2535
|
"inbox",
|
|
@@ -2986,7 +2987,6 @@ export default [
|
|
|
2986
2987
|
"message-cancel",
|
|
2987
2988
|
"message-chatbot",
|
|
2988
2989
|
"message-check",
|
|
2989
|
-
"message-circle-2",
|
|
2990
2990
|
"message-circle-bolt",
|
|
2991
2991
|
"message-circle-cancel",
|
|
2992
2992
|
"message-circle-check",
|
|
@@ -3006,6 +3006,7 @@ export default [
|
|
|
3006
3006
|
"message-circle-share",
|
|
3007
3007
|
"message-circle-star",
|
|
3008
3008
|
"message-circle-up",
|
|
3009
|
+
"message-circle-user",
|
|
3009
3010
|
"message-circle-x",
|
|
3010
3011
|
"message-circle",
|
|
3011
3012
|
"message-code",
|
|
@@ -3029,6 +3030,7 @@ export default [
|
|
|
3029
3030
|
"message-share",
|
|
3030
3031
|
"message-star",
|
|
3031
3032
|
"message-up",
|
|
3033
|
+
"message-user",
|
|
3032
3034
|
"message-x",
|
|
3033
3035
|
"message",
|
|
3034
3036
|
"messages-off",
|
|
@@ -4801,6 +4803,7 @@ export default [
|
|
|
4801
4803
|
"circle-number-7-filled",
|
|
4802
4804
|
"circle-number-8-filled",
|
|
4803
4805
|
"circle-number-9-filled",
|
|
4806
|
+
"circle-percentage-filled",
|
|
4804
4807
|
"circle-x-filled",
|
|
4805
4808
|
"circle-filled",
|
|
4806
4809
|
"circles-filled",
|
|
@@ -4819,6 +4822,8 @@ export default [
|
|
|
4819
4822
|
"clock-filled",
|
|
4820
4823
|
"cloud-filled",
|
|
4821
4824
|
"clubs-filled",
|
|
4825
|
+
"code-circle-2-filled",
|
|
4826
|
+
"code-circle-filled",
|
|
4822
4827
|
"coin-bitcoin-filled",
|
|
4823
4828
|
"coin-euro-filled",
|
|
4824
4829
|
"coin-monero-filled",
|
|
@@ -4940,6 +4945,7 @@ export default [
|
|
|
4940
4945
|
"hexagon-plus-filled",
|
|
4941
4946
|
"hexagon-filled",
|
|
4942
4947
|
"home-filled",
|
|
4948
|
+
"hospital-circle-filled",
|
|
4943
4949
|
"hourglass-filled",
|
|
4944
4950
|
"info-circle-filled",
|
|
4945
4951
|
"info-hexagon-filled",
|
|
@@ -4992,6 +4998,7 @@ export default [
|
|
|
4992
4998
|
"layout-sidebar-filled",
|
|
4993
4999
|
"layout-filled",
|
|
4994
5000
|
"lego-filled",
|
|
5001
|
+
"live-photo-filled",
|
|
4995
5002
|
"location-filled",
|
|
4996
5003
|
"lock-square-rounded-filled",
|
|
4997
5004
|
"lock-filled",
|
|
@@ -5004,7 +5011,10 @@ export default [
|
|
|
5004
5011
|
"manual-gearbox-filled",
|
|
5005
5012
|
"map-pin-filled",
|
|
5006
5013
|
"medical-cross-filled",
|
|
5007
|
-
"message-
|
|
5014
|
+
"message-chatbot-filled",
|
|
5015
|
+
"message-circle-filled",
|
|
5016
|
+
"message-report-filled",
|
|
5017
|
+
"message-filled",
|
|
5008
5018
|
"mickey-filled",
|
|
5009
5019
|
"microphone-filled",
|
|
5010
5020
|
"microwave-filled",
|
|
@@ -5023,6 +5033,9 @@ export default [
|
|
|
5023
5033
|
"oval-vertical-filled",
|
|
5024
5034
|
"oval-filled",
|
|
5025
5035
|
"paint-filled",
|
|
5036
|
+
"panorama-horizontal-filled",
|
|
5037
|
+
"panorama-vertical-filled",
|
|
5038
|
+
"parking-circle-filled",
|
|
5026
5039
|
"paw-filled",
|
|
5027
5040
|
"pennant-2-filled",
|
|
5028
5041
|
"pennant-filled",
|
|
@@ -5045,6 +5058,7 @@ export default [
|
|
|
5045
5058
|
"point-filled",
|
|
5046
5059
|
"pointer-filled",
|
|
5047
5060
|
"polaroid-filled",
|
|
5061
|
+
"poo-filled",
|
|
5048
5062
|
"puzzle-filled",
|
|
5049
5063
|
"radar-filled",
|
|
5050
5064
|
"radioactive-filled",
|
|
@@ -5195,9 +5209,11 @@ export default [
|
|
|
5195
5209
|
"star-filled",
|
|
5196
5210
|
"stars-filled",
|
|
5197
5211
|
"sun-filled",
|
|
5212
|
+
"sunglasses-filled",
|
|
5198
5213
|
"table-filled",
|
|
5199
5214
|
"thumb-down-filled",
|
|
5200
5215
|
"thumb-up-filled",
|
|
5216
|
+
"tilt-shift-filled",
|
|
5201
5217
|
"timeline-event-filled",
|
|
5202
5218
|
"toggle-left-filled",
|
|
5203
5219
|
"toggle-right-filled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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.",
|
|
@@ -10149,6 +10149,10 @@
|
|
|
10149
10149
|
"types": "./dist/icons/id.svelte.d.ts",
|
|
10150
10150
|
"svelte": "./dist/icons/id.svelte"
|
|
10151
10151
|
},
|
|
10152
|
+
"./IconIkosaedr.svelte": {
|
|
10153
|
+
"types": "./dist/icons/ikosaedr.svelte.d.ts",
|
|
10154
|
+
"svelte": "./dist/icons/ikosaedr.svelte"
|
|
10155
|
+
},
|
|
10152
10156
|
"./IconImageInPicture.svelte": {
|
|
10153
10157
|
"types": "./dist/icons/image-in-picture.svelte.d.ts",
|
|
10154
10158
|
"svelte": "./dist/icons/image-in-picture.svelte"
|
|
@@ -11977,10 +11981,6 @@
|
|
|
11977
11981
|
"types": "./dist/icons/message-check.svelte.d.ts",
|
|
11978
11982
|
"svelte": "./dist/icons/message-check.svelte"
|
|
11979
11983
|
},
|
|
11980
|
-
"./IconMessageCircle2.svelte": {
|
|
11981
|
-
"types": "./dist/icons/message-circle-2.svelte.d.ts",
|
|
11982
|
-
"svelte": "./dist/icons/message-circle-2.svelte"
|
|
11983
|
-
},
|
|
11984
11984
|
"./IconMessageCircleBolt.svelte": {
|
|
11985
11985
|
"types": "./dist/icons/message-circle-bolt.svelte.d.ts",
|
|
11986
11986
|
"svelte": "./dist/icons/message-circle-bolt.svelte"
|
|
@@ -12057,6 +12057,10 @@
|
|
|
12057
12057
|
"types": "./dist/icons/message-circle-up.svelte.d.ts",
|
|
12058
12058
|
"svelte": "./dist/icons/message-circle-up.svelte"
|
|
12059
12059
|
},
|
|
12060
|
+
"./IconMessageCircleUser.svelte": {
|
|
12061
|
+
"types": "./dist/icons/message-circle-user.svelte.d.ts",
|
|
12062
|
+
"svelte": "./dist/icons/message-circle-user.svelte"
|
|
12063
|
+
},
|
|
12060
12064
|
"./IconMessageCircleX.svelte": {
|
|
12061
12065
|
"types": "./dist/icons/message-circle-x.svelte.d.ts",
|
|
12062
12066
|
"svelte": "./dist/icons/message-circle-x.svelte"
|
|
@@ -12149,6 +12153,10 @@
|
|
|
12149
12153
|
"types": "./dist/icons/message-up.svelte.d.ts",
|
|
12150
12154
|
"svelte": "./dist/icons/message-up.svelte"
|
|
12151
12155
|
},
|
|
12156
|
+
"./IconMessageUser.svelte": {
|
|
12157
|
+
"types": "./dist/icons/message-user.svelte.d.ts",
|
|
12158
|
+
"svelte": "./dist/icons/message-user.svelte"
|
|
12159
|
+
},
|
|
12152
12160
|
"./IconMessageX.svelte": {
|
|
12153
12161
|
"types": "./dist/icons/message-x.svelte.d.ts",
|
|
12154
12162
|
"svelte": "./dist/icons/message-x.svelte"
|
|
@@ -19237,6 +19245,10 @@
|
|
|
19237
19245
|
"types": "./dist/icons/circle-number-9-filled.svelte.d.ts",
|
|
19238
19246
|
"svelte": "./dist/icons/circle-number-9-filled.svelte"
|
|
19239
19247
|
},
|
|
19248
|
+
"./IconCirclePercentageFilled.svelte": {
|
|
19249
|
+
"types": "./dist/icons/circle-percentage-filled.svelte.d.ts",
|
|
19250
|
+
"svelte": "./dist/icons/circle-percentage-filled.svelte"
|
|
19251
|
+
},
|
|
19240
19252
|
"./IconCircleXFilled.svelte": {
|
|
19241
19253
|
"types": "./dist/icons/circle-x-filled.svelte.d.ts",
|
|
19242
19254
|
"svelte": "./dist/icons/circle-x-filled.svelte"
|
|
@@ -19309,6 +19321,14 @@
|
|
|
19309
19321
|
"types": "./dist/icons/clubs-filled.svelte.d.ts",
|
|
19310
19322
|
"svelte": "./dist/icons/clubs-filled.svelte"
|
|
19311
19323
|
},
|
|
19324
|
+
"./IconCodeCircle2Filled.svelte": {
|
|
19325
|
+
"types": "./dist/icons/code-circle-2-filled.svelte.d.ts",
|
|
19326
|
+
"svelte": "./dist/icons/code-circle-2-filled.svelte"
|
|
19327
|
+
},
|
|
19328
|
+
"./IconCodeCircleFilled.svelte": {
|
|
19329
|
+
"types": "./dist/icons/code-circle-filled.svelte.d.ts",
|
|
19330
|
+
"svelte": "./dist/icons/code-circle-filled.svelte"
|
|
19331
|
+
},
|
|
19312
19332
|
"./IconCoinBitcoinFilled.svelte": {
|
|
19313
19333
|
"types": "./dist/icons/coin-bitcoin-filled.svelte.d.ts",
|
|
19314
19334
|
"svelte": "./dist/icons/coin-bitcoin-filled.svelte"
|
|
@@ -19793,6 +19813,10 @@
|
|
|
19793
19813
|
"types": "./dist/icons/home-filled.svelte.d.ts",
|
|
19794
19814
|
"svelte": "./dist/icons/home-filled.svelte"
|
|
19795
19815
|
},
|
|
19816
|
+
"./IconHospitalCircleFilled.svelte": {
|
|
19817
|
+
"types": "./dist/icons/hospital-circle-filled.svelte.d.ts",
|
|
19818
|
+
"svelte": "./dist/icons/hospital-circle-filled.svelte"
|
|
19819
|
+
},
|
|
19796
19820
|
"./IconHourglassFilled.svelte": {
|
|
19797
19821
|
"types": "./dist/icons/hourglass-filled.svelte.d.ts",
|
|
19798
19822
|
"svelte": "./dist/icons/hourglass-filled.svelte"
|
|
@@ -20001,6 +20025,10 @@
|
|
|
20001
20025
|
"types": "./dist/icons/lego-filled.svelte.d.ts",
|
|
20002
20026
|
"svelte": "./dist/icons/lego-filled.svelte"
|
|
20003
20027
|
},
|
|
20028
|
+
"./IconLivePhotoFilled.svelte": {
|
|
20029
|
+
"types": "./dist/icons/live-photo-filled.svelte.d.ts",
|
|
20030
|
+
"svelte": "./dist/icons/live-photo-filled.svelte"
|
|
20031
|
+
},
|
|
20004
20032
|
"./IconLocationFilled.svelte": {
|
|
20005
20033
|
"types": "./dist/icons/location-filled.svelte.d.ts",
|
|
20006
20034
|
"svelte": "./dist/icons/location-filled.svelte"
|
|
@@ -20049,9 +20077,21 @@
|
|
|
20049
20077
|
"types": "./dist/icons/medical-cross-filled.svelte.d.ts",
|
|
20050
20078
|
"svelte": "./dist/icons/medical-cross-filled.svelte"
|
|
20051
20079
|
},
|
|
20052
|
-
"./
|
|
20053
|
-
"types": "./dist/icons/message-
|
|
20054
|
-
"svelte": "./dist/icons/message-
|
|
20080
|
+
"./IconMessageChatbotFilled.svelte": {
|
|
20081
|
+
"types": "./dist/icons/message-chatbot-filled.svelte.d.ts",
|
|
20082
|
+
"svelte": "./dist/icons/message-chatbot-filled.svelte"
|
|
20083
|
+
},
|
|
20084
|
+
"./IconMessageCircleFilled.svelte": {
|
|
20085
|
+
"types": "./dist/icons/message-circle-filled.svelte.d.ts",
|
|
20086
|
+
"svelte": "./dist/icons/message-circle-filled.svelte"
|
|
20087
|
+
},
|
|
20088
|
+
"./IconMessageReportFilled.svelte": {
|
|
20089
|
+
"types": "./dist/icons/message-report-filled.svelte.d.ts",
|
|
20090
|
+
"svelte": "./dist/icons/message-report-filled.svelte"
|
|
20091
|
+
},
|
|
20092
|
+
"./IconMessageFilled.svelte": {
|
|
20093
|
+
"types": "./dist/icons/message-filled.svelte.d.ts",
|
|
20094
|
+
"svelte": "./dist/icons/message-filled.svelte"
|
|
20055
20095
|
},
|
|
20056
20096
|
"./IconMickeyFilled.svelte": {
|
|
20057
20097
|
"types": "./dist/icons/mickey-filled.svelte.d.ts",
|
|
@@ -20125,6 +20165,18 @@
|
|
|
20125
20165
|
"types": "./dist/icons/paint-filled.svelte.d.ts",
|
|
20126
20166
|
"svelte": "./dist/icons/paint-filled.svelte"
|
|
20127
20167
|
},
|
|
20168
|
+
"./IconPanoramaHorizontalFilled.svelte": {
|
|
20169
|
+
"types": "./dist/icons/panorama-horizontal-filled.svelte.d.ts",
|
|
20170
|
+
"svelte": "./dist/icons/panorama-horizontal-filled.svelte"
|
|
20171
|
+
},
|
|
20172
|
+
"./IconPanoramaVerticalFilled.svelte": {
|
|
20173
|
+
"types": "./dist/icons/panorama-vertical-filled.svelte.d.ts",
|
|
20174
|
+
"svelte": "./dist/icons/panorama-vertical-filled.svelte"
|
|
20175
|
+
},
|
|
20176
|
+
"./IconParkingCircleFilled.svelte": {
|
|
20177
|
+
"types": "./dist/icons/parking-circle-filled.svelte.d.ts",
|
|
20178
|
+
"svelte": "./dist/icons/parking-circle-filled.svelte"
|
|
20179
|
+
},
|
|
20128
20180
|
"./IconPawFilled.svelte": {
|
|
20129
20181
|
"types": "./dist/icons/paw-filled.svelte.d.ts",
|
|
20130
20182
|
"svelte": "./dist/icons/paw-filled.svelte"
|
|
@@ -20213,6 +20265,10 @@
|
|
|
20213
20265
|
"types": "./dist/icons/polaroid-filled.svelte.d.ts",
|
|
20214
20266
|
"svelte": "./dist/icons/polaroid-filled.svelte"
|
|
20215
20267
|
},
|
|
20268
|
+
"./IconPooFilled.svelte": {
|
|
20269
|
+
"types": "./dist/icons/poo-filled.svelte.d.ts",
|
|
20270
|
+
"svelte": "./dist/icons/poo-filled.svelte"
|
|
20271
|
+
},
|
|
20216
20272
|
"./IconPuzzleFilled.svelte": {
|
|
20217
20273
|
"types": "./dist/icons/puzzle-filled.svelte.d.ts",
|
|
20218
20274
|
"svelte": "./dist/icons/puzzle-filled.svelte"
|
|
@@ -20813,6 +20869,10 @@
|
|
|
20813
20869
|
"types": "./dist/icons/sun-filled.svelte.d.ts",
|
|
20814
20870
|
"svelte": "./dist/icons/sun-filled.svelte"
|
|
20815
20871
|
},
|
|
20872
|
+
"./IconSunglassesFilled.svelte": {
|
|
20873
|
+
"types": "./dist/icons/sunglasses-filled.svelte.d.ts",
|
|
20874
|
+
"svelte": "./dist/icons/sunglasses-filled.svelte"
|
|
20875
|
+
},
|
|
20816
20876
|
"./IconTableFilled.svelte": {
|
|
20817
20877
|
"types": "./dist/icons/table-filled.svelte.d.ts",
|
|
20818
20878
|
"svelte": "./dist/icons/table-filled.svelte"
|
|
@@ -20825,6 +20885,10 @@
|
|
|
20825
20885
|
"types": "./dist/icons/thumb-up-filled.svelte.d.ts",
|
|
20826
20886
|
"svelte": "./dist/icons/thumb-up-filled.svelte"
|
|
20827
20887
|
},
|
|
20888
|
+
"./IconTiltShiftFilled.svelte": {
|
|
20889
|
+
"types": "./dist/icons/tilt-shift-filled.svelte.d.ts",
|
|
20890
|
+
"svelte": "./dist/icons/tilt-shift-filled.svelte"
|
|
20891
|
+
},
|
|
20828
20892
|
"./IconTimelineEventFilled.svelte": {
|
|
20829
20893
|
"types": "./dist/icons/timeline-event-filled.svelte.d.ts",
|
|
20830
20894
|
"svelte": "./dist/icons/timeline-event-filled.svelte"
|
|
@@ -20992,7 +21056,7 @@
|
|
|
20992
21056
|
"imports-check": "attw $(npm pack)"
|
|
20993
21057
|
},
|
|
20994
21058
|
"dependencies": {
|
|
20995
|
-
"@tabler/icons": "3.
|
|
21059
|
+
"@tabler/icons": "3.3.0"
|
|
20996
21060
|
},
|
|
20997
21061
|
"devDependencies": {
|
|
20998
21062
|
"@sveltejs/package": "^2.2.7",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M5.821 4.91c3.898 -2.765 9.469 -2.539 13.073 .536c3.667 3.127 4.168 8.238 1.152 11.897c-2.842 3.447 -7.965 4.583 -12.231 2.805l-.232 -.101l-4.375 .931l-.075 .013l-.11 .009l-.113 -.004l-.044 -.005l-.11 -.02l-.105 -.034l-.1 -.044l-.076 -.042l-.108 -.077l-.081 -.074l-.073 -.083l-.053 -.075l-.065 -.115l-.042 -.106l-.031 -.113l-.013 -.075l-.009 -.11l.004 -.113l.005 -.044l.02 -.11l.022 -.072l1.15 -3.451l-.022 -.036c-2.21 -3.747 -1.209 -8.392 2.411 -11.118l.23 -.168z" }]];
|
|
3
|
-
</script>
|
|
4
|
-
<Icon type="filled" name="message-circle-2-filled" {...$$props} iconNode={iconNode}>
|
|
5
|
-
<slot/>
|
|
6
|
-
</Icon>
|
|
@@ -1,17 +0,0 @@
|
|
|
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 MessageCircle_2FilledProps = typeof __propDef.props;
|
|
13
|
-
export type MessageCircle_2FilledEvents = typeof __propDef.events;
|
|
14
|
-
export type MessageCircle_2FilledSlots = typeof __propDef.slots;
|
|
15
|
-
export default class MessageCircle_2Filled extends SvelteComponentTyped<MessageCircle_2FilledProps, MessageCircle_2FilledEvents, MessageCircle_2FilledSlots> {
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
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 MessageCircle_2Props = typeof __propDef.props;
|
|
13
|
-
export type MessageCircle_2Events = typeof __propDef.events;
|
|
14
|
-
export type MessageCircle_2Slots = typeof __propDef.slots;
|
|
15
|
-
export default class MessageCircle_2 extends SvelteComponentTyped<MessageCircle_2Props, MessageCircle_2Events, MessageCircle_2Slots> {
|
|
16
|
-
}
|
|
17
|
-
export {};
|