@tabler/icons-svelte 3.20.0 → 3.22.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/brand-angular-filled.svelte +6 -0
- package/dist/icons/brand-angular-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-instagram-filled.svelte +6 -0
- package/dist/icons/brand-instagram-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-instagram.svelte +1 -1
- package/dist/icons/brand-kick-filled.svelte +6 -0
- package/dist/icons/brand-kick-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-linkedin-filled.svelte +6 -0
- package/dist/icons/brand-linkedin-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-linkedin.svelte +1 -1
- package/dist/icons/brand-messenger-filled.svelte +6 -0
- package/dist/icons/brand-messenger-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-open-source-filled.svelte +6 -0
- package/dist/icons/brand-open-source-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-opera-filled.svelte +6 -0
- package/dist/icons/brand-opera-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-pinterest-filled.svelte +6 -0
- package/dist/icons/brand-pinterest-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-sketch-filled.svelte +6 -0
- package/dist/icons/brand-sketch-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-snapchat-filled.svelte +6 -0
- package/dist/icons/brand-snapchat-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-steam-filled.svelte +6 -0
- package/dist/icons/brand-steam-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-stripe-filled.svelte +6 -0
- package/dist/icons/brand-stripe-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-tabler-filled.svelte +6 -0
- package/dist/icons/brand-tabler-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-tabler.svelte +1 -1
- package/dist/icons/brand-tesla.svelte +6 -0
- package/dist/icons/brand-tesla.svelte.d.ts +17 -0
- package/dist/icons/brand-tinder-filled.svelte +6 -0
- package/dist/icons/brand-tinder-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-tumblr-filled.svelte +6 -0
- package/dist/icons/brand-tumblr-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-vercel-filled.svelte +6 -0
- package/dist/icons/brand-vercel-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-vimeo-filled.svelte +6 -0
- package/dist/icons/brand-vimeo-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-weibo-filled.svelte +6 -0
- package/dist/icons/brand-weibo-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-whatsapp-filled.svelte +6 -0
- package/dist/icons/brand-whatsapp-filled.svelte.d.ts +17 -0
- package/dist/icons/brand-windows-filled.svelte +6 -0
- package/dist/icons/brand-windows-filled.svelte.d.ts +17 -0
- package/dist/icons/bubble-text-filled.svelte +6 -0
- package/dist/icons/bubble-text-filled.svelte.d.ts +17 -0
- package/dist/icons/clipboard-search.svelte +6 -0
- package/dist/icons/clipboard-search.svelte.d.ts +17 -0
- package/dist/icons/ghost-3-filled.svelte +6 -0
- package/dist/icons/ghost-3-filled.svelte.d.ts +17 -0
- package/dist/icons/golf-filled.svelte +6 -0
- package/dist/icons/golf-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/keyboard-filled.svelte +6 -0
- package/dist/icons/keyboard-filled.svelte.d.ts +17 -0
- package/dist/icons/live-view-filled.svelte +6 -0
- package/dist/icons/live-view-filled.svelte.d.ts +17 -0
- package/dist/icons/meeple-filled.svelte +6 -0
- package/dist/icons/meeple-filled.svelte.d.ts +17 -0
- package/dist/icons/message-2-filled.svelte +6 -0
- package/dist/icons/message-2-filled.svelte.d.ts +17 -0
- package/dist/icons/nurse-filled.svelte +6 -0
- package/dist/icons/nurse-filled.svelte.d.ts +17 -0
- package/dist/icons/nurse.svelte +1 -1
- package/dist/icons/palette-filled.svelte +6 -0
- package/dist/icons/palette-filled.svelte.d.ts +17 -0
- package/dist/icons/quote-filled.svelte +6 -0
- package/dist/icons/quote-filled.svelte.d.ts +17 -0
- package/dist/icons/sos.svelte +1 -1
- package/dist/icons/tag-minus.svelte +6 -0
- package/dist/icons/tag-minus.svelte.d.ts +17 -0
- package/dist/icons/tag-plus.svelte +6 -0
- package/dist/icons/tag-plus.svelte.d.ts +17 -0
- package/dist/icons/video-filled.svelte +6 -0
- package/dist/icons/video-filled.svelte.d.ts +17 -0
- package/dist/icons/windsock-filled.svelte +6 -0
- package/dist/icons/windsock-filled.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +2 -2
|
@@ -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 TagPlusProps = typeof __propDef.props;
|
|
13
|
+
export type TagPlusEvents = typeof __propDef.events;
|
|
14
|
+
export type TagPlusSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TagPlus extends SvelteComponentTyped<TagPlusProps, TagPlusEvents, TagPlusSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20.117 7.625a1 1 0 0 0 -.564 .1l-4.553 2.275v4l4.553 2.275a1 1 0 0 0 1.447 -.892v-6.766a1 1 0 0 0 -.883 -.992z" }], ["path", { "d": "M5 5c-1.645 0 -3 1.355 -3 3v8c0 1.645 1.355 3 3 3h8c1.645 0 3 -1.355 3 -3v-8c0 -1.645 -1.355 -3 -3 -3z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="video-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 VideoFilledProps = typeof __propDef.props;
|
|
13
|
+
export type VideoFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type VideoFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class VideoFilled extends SvelteComponentTyped<VideoFilledProps, VideoFilledEvents, VideoFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M6 2a1 1 0 0 1 1 1v1.079l11.083 .924a1 1 0 0 1 .917 .997v4a1 1 0 0 1 -.917 .997l-11.083 .923v8.08h1a1 1 0 0 1 0 2h-4a1 1 0 0 1 0 -2h1v-17a1 1 0 0 1 1 -1m1 4.086v3.827l3 -.25v-3.327zm7 .584v2.659l3 -.25v-2.159z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="windsock-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 WindsockFilledProps = typeof __propDef.props;
|
|
13
|
+
export type WindsockFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type WindsockFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class WindsockFilled extends SvelteComponentTyped<WindsockFilledProps, WindsockFilledEvents, WindsockFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -903,6 +903,7 @@ export default [
|
|
|
903
903
|
"brand-ted",
|
|
904
904
|
"brand-telegram",
|
|
905
905
|
"brand-terraform",
|
|
906
|
+
"brand-tesla",
|
|
906
907
|
"brand-tether",
|
|
907
908
|
"brand-thingiverse",
|
|
908
909
|
"brand-threads",
|
|
@@ -1438,6 +1439,7 @@ export default [
|
|
|
1438
1439
|
"clipboard-list",
|
|
1439
1440
|
"clipboard-off",
|
|
1440
1441
|
"clipboard-plus",
|
|
1442
|
+
"clipboard-search",
|
|
1441
1443
|
"clipboard-smile",
|
|
1442
1444
|
"clipboard-text",
|
|
1443
1445
|
"clipboard-typography",
|
|
@@ -4450,7 +4452,9 @@ export default [
|
|
|
4450
4452
|
"table-shortcut",
|
|
4451
4453
|
"table-spark",
|
|
4452
4454
|
"table",
|
|
4455
|
+
"tag-minus",
|
|
4453
4456
|
"tag-off",
|
|
4457
|
+
"tag-plus",
|
|
4454
4458
|
"tag-starred",
|
|
4455
4459
|
"tag",
|
|
4456
4460
|
"tags-off",
|
|
@@ -5033,17 +5037,37 @@ export default [
|
|
|
5033
5037
|
"box-align-top-right-filled",
|
|
5034
5038
|
"box-align-top-filled",
|
|
5035
5039
|
"box-multiple-filled",
|
|
5040
|
+
"brand-angular-filled",
|
|
5036
5041
|
"brand-apple-filled",
|
|
5037
5042
|
"brand-discord-filled",
|
|
5038
5043
|
"brand-dribbble-filled",
|
|
5039
5044
|
"brand-facebook-filled",
|
|
5040
5045
|
"brand-github-filled",
|
|
5041
5046
|
"brand-google-filled",
|
|
5047
|
+
"brand-instagram-filled",
|
|
5048
|
+
"brand-kick-filled",
|
|
5049
|
+
"brand-linkedin-filled",
|
|
5050
|
+
"brand-messenger-filled",
|
|
5051
|
+
"brand-open-source-filled",
|
|
5052
|
+
"brand-opera-filled",
|
|
5042
5053
|
"brand-patreon-filled",
|
|
5043
5054
|
"brand-paypal-filled",
|
|
5055
|
+
"brand-pinterest-filled",
|
|
5056
|
+
"brand-sketch-filled",
|
|
5057
|
+
"brand-snapchat-filled",
|
|
5044
5058
|
"brand-spotify-filled",
|
|
5059
|
+
"brand-steam-filled",
|
|
5060
|
+
"brand-stripe-filled",
|
|
5061
|
+
"brand-tabler-filled",
|
|
5045
5062
|
"brand-tiktok-filled",
|
|
5063
|
+
"brand-tinder-filled",
|
|
5064
|
+
"brand-tumblr-filled",
|
|
5046
5065
|
"brand-twitter-filled",
|
|
5066
|
+
"brand-vercel-filled",
|
|
5067
|
+
"brand-vimeo-filled",
|
|
5068
|
+
"brand-weibo-filled",
|
|
5069
|
+
"brand-whatsapp-filled",
|
|
5070
|
+
"brand-windows-filled",
|
|
5047
5071
|
"brand-x-filled",
|
|
5048
5072
|
"brand-youtube-filled",
|
|
5049
5073
|
"bread-filled",
|
|
@@ -5053,6 +5077,7 @@ export default [
|
|
|
5053
5077
|
"brightness-down-filled",
|
|
5054
5078
|
"brightness-up-filled",
|
|
5055
5079
|
"brightness-filled",
|
|
5080
|
+
"bubble-text-filled",
|
|
5056
5081
|
"bubble-filled",
|
|
5057
5082
|
"bug-filled",
|
|
5058
5083
|
"building-broadcast-tower-filled",
|
|
@@ -5261,12 +5286,14 @@ export default [
|
|
|
5261
5286
|
"function-filled",
|
|
5262
5287
|
"gauge-filled",
|
|
5263
5288
|
"ghost-2-filled",
|
|
5289
|
+
"ghost-3-filled",
|
|
5264
5290
|
"ghost-filled",
|
|
5265
5291
|
"gift-card-filled",
|
|
5266
5292
|
"gift-filled",
|
|
5267
5293
|
"glass-full-filled",
|
|
5268
5294
|
"glass-filled",
|
|
5269
5295
|
"globe-filled",
|
|
5296
|
+
"golf-filled",
|
|
5270
5297
|
"gps-filled",
|
|
5271
5298
|
"graph-filled",
|
|
5272
5299
|
"guitar-pick-filled",
|
|
@@ -5344,6 +5371,7 @@ export default [
|
|
|
5344
5371
|
"jetpack-filled",
|
|
5345
5372
|
"jewish-star-filled",
|
|
5346
5373
|
"key-filled",
|
|
5374
|
+
"keyboard-filled",
|
|
5347
5375
|
"keyframe-align-center-filled",
|
|
5348
5376
|
"keyframe-align-horizontal-filled",
|
|
5349
5377
|
"keyframe-align-vertical-filled",
|
|
@@ -5381,6 +5409,7 @@ export default [
|
|
|
5381
5409
|
"layout-filled",
|
|
5382
5410
|
"lego-filled",
|
|
5383
5411
|
"live-photo-filled",
|
|
5412
|
+
"live-view-filled",
|
|
5384
5413
|
"location-filled",
|
|
5385
5414
|
"lock-square-rounded-filled",
|
|
5386
5415
|
"lock-filled",
|
|
@@ -5393,7 +5422,9 @@ export default [
|
|
|
5393
5422
|
"manual-gearbox-filled",
|
|
5394
5423
|
"map-pin-filled",
|
|
5395
5424
|
"medical-cross-filled",
|
|
5425
|
+
"meeple-filled",
|
|
5396
5426
|
"melon-filled",
|
|
5427
|
+
"message-2-filled",
|
|
5397
5428
|
"message-chatbot-filled",
|
|
5398
5429
|
"message-circle-filled",
|
|
5399
5430
|
"message-report-filled",
|
|
@@ -5421,10 +5452,12 @@ export default [
|
|
|
5421
5452
|
"mug-filled",
|
|
5422
5453
|
"mushroom-filled",
|
|
5423
5454
|
"navigation-filled",
|
|
5455
|
+
"nurse-filled",
|
|
5424
5456
|
"octagon-filled",
|
|
5425
5457
|
"oval-vertical-filled",
|
|
5426
5458
|
"oval-filled",
|
|
5427
5459
|
"paint-filled",
|
|
5460
|
+
"palette-filled",
|
|
5428
5461
|
"panorama-horizontal-filled",
|
|
5429
5462
|
"panorama-vertical-filled",
|
|
5430
5463
|
"parking-circle-filled",
|
|
@@ -5471,6 +5504,7 @@ export default [
|
|
|
5471
5504
|
"presentation-analytics-filled",
|
|
5472
5505
|
"presentation-filled",
|
|
5473
5506
|
"puzzle-filled",
|
|
5507
|
+
"quote-filled",
|
|
5474
5508
|
"radar-filled",
|
|
5475
5509
|
"radioactive-filled",
|
|
5476
5510
|
"receipt-filled",
|
|
@@ -5660,7 +5694,9 @@ export default [
|
|
|
5660
5694
|
"umbrella-filled",
|
|
5661
5695
|
"user-filled",
|
|
5662
5696
|
"versions-filled",
|
|
5697
|
+
"video-filled",
|
|
5663
5698
|
"windmill-filled",
|
|
5699
|
+
"windsock-filled",
|
|
5664
5700
|
"woman-filled",
|
|
5665
5701
|
"xbox-a-filled",
|
|
5666
5702
|
"xbox-b-filled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"imports-check": "attw $(npm pack)"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@tabler/icons": "3.
|
|
52
|
+
"@tabler/icons": "3.22.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sveltejs/package": "^2.2.7",
|