@tabler/icons-svelte 3.18.0 → 3.20.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/arrow-down-dashed.svelte +6 -0
- package/dist/icons/arrow-down-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-left-dashed.svelte +6 -0
- package/dist/icons/arrow-left-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-down-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-down-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-left-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-left-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-right-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-right-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-up-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-up-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-right-dashed.svelte +6 -0
- package/dist/icons/arrow-right-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-up-dashed.svelte +6 -0
- package/dist/icons/arrow-up-dashed.svelte.d.ts +17 -0
- package/dist/icons/building-cog.svelte +6 -0
- package/dist/icons/building-cog.svelte.d.ts +17 -0
- package/dist/icons/building-minus.svelte +6 -0
- package/dist/icons/building-minus.svelte.d.ts +17 -0
- package/dist/icons/building-plus.svelte +6 -0
- package/dist/icons/building-plus.svelte.d.ts +17 -0
- package/dist/icons/favicon-filled.svelte +6 -0
- package/dist/icons/favicon-filled.svelte.d.ts +17 -0
- package/dist/icons/ferry.svelte +6 -0
- package/dist/icons/ferry.svelte.d.ts +17 -0
- package/dist/icons/icons-filled.svelte +6 -0
- package/dist/icons/icons-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/ironing-1-filled.svelte +6 -0
- package/dist/icons/ironing-1-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-2-filled.svelte +6 -0
- package/dist/icons/ironing-2-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-3-filled.svelte +6 -0
- package/dist/icons/ironing-3-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-steam-filled.svelte +6 -0
- package/dist/icons/ironing-steam-filled.svelte.d.ts +17 -0
- package/dist/icons/math-x-floor-divide-y.svelte +6 -0
- package/dist/icons/math-x-floor-divide-y.svelte.d.ts +17 -0
- package/dist/icons/play-card-1-filled.svelte +6 -0
- package/dist/icons/play-card-1-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-10-filled.svelte +6 -0
- package/dist/icons/play-card-10-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-2-filled.svelte +6 -0
- package/dist/icons/play-card-2-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-3-filled.svelte +6 -0
- package/dist/icons/play-card-3-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-4-filled.svelte +6 -0
- package/dist/icons/play-card-4-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-5-filled.svelte +6 -0
- package/dist/icons/play-card-5-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-6-filled.svelte +6 -0
- package/dist/icons/play-card-6-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-7-filled.svelte +6 -0
- package/dist/icons/play-card-7-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-8-filled.svelte +6 -0
- package/dist/icons/play-card-8-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-9-filled.svelte +6 -0
- package/dist/icons/play-card-9-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-a-filled.svelte +6 -0
- package/dist/icons/play-card-a-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-j-filled.svelte +6 -0
- package/dist/icons/play-card-j-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-k-filled.svelte +6 -0
- package/dist/icons/play-card-k-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-q-filled.svelte +6 -0
- package/dist/icons/play-card-q-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-star-filled.svelte +6 -0
- package/dist/icons/play-card-star-filled.svelte.d.ts +17 -0
- package/dist/icons/sitemap-filled.svelte +6 -0
- package/dist/icons/sitemap-filled.svelte.d.ts +17 -0
- package/dist/icons/x-power-y.svelte +6 -0
- package/dist/icons/x-power-y.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +2 -2
package/dist/icons/index.js
CHANGED
|
@@ -181,6 +181,7 @@ export { default as IconArrowCurveLeft } from './arrow-curve-left.svelte';
|
|
|
181
181
|
export { default as IconArrowCurveRight } from './arrow-curve-right.svelte';
|
|
182
182
|
export { default as IconArrowDownBar } from './arrow-down-bar.svelte';
|
|
183
183
|
export { default as IconArrowDownCircle } from './arrow-down-circle.svelte';
|
|
184
|
+
export { default as IconArrowDownDashed } from './arrow-down-dashed.svelte';
|
|
184
185
|
export { default as IconArrowDownFromArc } from './arrow-down-from-arc.svelte';
|
|
185
186
|
export { default as IconArrowDownLeftCircle } from './arrow-down-left-circle.svelte';
|
|
186
187
|
export { default as IconArrowDownLeft } from './arrow-down-left.svelte';
|
|
@@ -201,6 +202,7 @@ export { default as IconArrowGuide } from './arrow-guide.svelte';
|
|
|
201
202
|
export { default as IconArrowIteration } from './arrow-iteration.svelte';
|
|
202
203
|
export { default as IconArrowLeftBar } from './arrow-left-bar.svelte';
|
|
203
204
|
export { default as IconArrowLeftCircle } from './arrow-left-circle.svelte';
|
|
205
|
+
export { default as IconArrowLeftDashed } from './arrow-left-dashed.svelte';
|
|
204
206
|
export { default as IconArrowLeftFromArc } from './arrow-left-from-arc.svelte';
|
|
205
207
|
export { default as IconArrowLeftRhombus } from './arrow-left-rhombus.svelte';
|
|
206
208
|
export { default as IconArrowLeftRight } from './arrow-left-right.svelte';
|
|
@@ -222,9 +224,13 @@ export { default as IconArrowMoveDown } from './arrow-move-down.svelte';
|
|
|
222
224
|
export { default as IconArrowMoveLeft } from './arrow-move-left.svelte';
|
|
223
225
|
export { default as IconArrowMoveRight } from './arrow-move-right.svelte';
|
|
224
226
|
export { default as IconArrowMoveUp } from './arrow-move-up.svelte';
|
|
227
|
+
export { default as IconArrowNarrowDownDashed } from './arrow-narrow-down-dashed.svelte';
|
|
225
228
|
export { default as IconArrowNarrowDown } from './arrow-narrow-down.svelte';
|
|
229
|
+
export { default as IconArrowNarrowLeftDashed } from './arrow-narrow-left-dashed.svelte';
|
|
226
230
|
export { default as IconArrowNarrowLeft } from './arrow-narrow-left.svelte';
|
|
231
|
+
export { default as IconArrowNarrowRightDashed } from './arrow-narrow-right-dashed.svelte';
|
|
227
232
|
export { default as IconArrowNarrowRight } from './arrow-narrow-right.svelte';
|
|
233
|
+
export { default as IconArrowNarrowUpDashed } from './arrow-narrow-up-dashed.svelte';
|
|
228
234
|
export { default as IconArrowNarrowUp } from './arrow-narrow-up.svelte';
|
|
229
235
|
export { default as IconArrowRampLeft2 } from './arrow-ramp-left-2.svelte';
|
|
230
236
|
export { default as IconArrowRampLeft3 } from './arrow-ramp-left-3.svelte';
|
|
@@ -234,6 +240,7 @@ export { default as IconArrowRampRight3 } from './arrow-ramp-right-3.svelte';
|
|
|
234
240
|
export { default as IconArrowRampRight } from './arrow-ramp-right.svelte';
|
|
235
241
|
export { default as IconArrowRightBar } from './arrow-right-bar.svelte';
|
|
236
242
|
export { default as IconArrowRightCircle } from './arrow-right-circle.svelte';
|
|
243
|
+
export { default as IconArrowRightDashed } from './arrow-right-dashed.svelte';
|
|
237
244
|
export { default as IconArrowRightFromArc } from './arrow-right-from-arc.svelte';
|
|
238
245
|
export { default as IconArrowRightRhombus } from './arrow-right-rhombus.svelte';
|
|
239
246
|
export { default as IconArrowRightSquare } from './arrow-right-square.svelte';
|
|
@@ -253,6 +260,7 @@ export { default as IconArrowSharpTurnLeft } from './arrow-sharp-turn-left.svelt
|
|
|
253
260
|
export { default as IconArrowSharpTurnRight } from './arrow-sharp-turn-right.svelte';
|
|
254
261
|
export { default as IconArrowUpBar } from './arrow-up-bar.svelte';
|
|
255
262
|
export { default as IconArrowUpCircle } from './arrow-up-circle.svelte';
|
|
263
|
+
export { default as IconArrowUpDashed } from './arrow-up-dashed.svelte';
|
|
256
264
|
export { default as IconArrowUpFromArc } from './arrow-up-from-arc.svelte';
|
|
257
265
|
export { default as IconArrowUpLeftCircle } from './arrow-up-left-circle.svelte';
|
|
258
266
|
export { default as IconArrowUpLeft } from './arrow-up-left.svelte';
|
|
@@ -1005,6 +1013,7 @@ export { default as IconBuildingCarousel } from './building-carousel.svelte';
|
|
|
1005
1013
|
export { default as IconBuildingCastle } from './building-castle.svelte';
|
|
1006
1014
|
export { default as IconBuildingChurch } from './building-church.svelte';
|
|
1007
1015
|
export { default as IconBuildingCircus } from './building-circus.svelte';
|
|
1016
|
+
export { default as IconBuildingCog } from './building-cog.svelte';
|
|
1008
1017
|
export { default as IconBuildingCommunity } from './building-community.svelte';
|
|
1009
1018
|
export { default as IconBuildingCottage } from './building-cottage.svelte';
|
|
1010
1019
|
export { default as IconBuildingEstate } from './building-estate.svelte';
|
|
@@ -1013,10 +1022,12 @@ export { default as IconBuildingFactory } from './building-factory.svelte';
|
|
|
1013
1022
|
export { default as IconBuildingFortress } from './building-fortress.svelte';
|
|
1014
1023
|
export { default as IconBuildingHospital } from './building-hospital.svelte';
|
|
1015
1024
|
export { default as IconBuildingLighthouse } from './building-lighthouse.svelte';
|
|
1025
|
+
export { default as IconBuildingMinus } from './building-minus.svelte';
|
|
1016
1026
|
export { default as IconBuildingMonument } from './building-monument.svelte';
|
|
1017
1027
|
export { default as IconBuildingMosque } from './building-mosque.svelte';
|
|
1018
1028
|
export { default as IconBuildingOff } from './building-off.svelte';
|
|
1019
1029
|
export { default as IconBuildingPavilion } from './building-pavilion.svelte';
|
|
1030
|
+
export { default as IconBuildingPlus } from './building-plus.svelte';
|
|
1020
1031
|
export { default as IconBuildingSkyscraper } from './building-skyscraper.svelte';
|
|
1021
1032
|
export { default as IconBuildingStadium } from './building-stadium.svelte';
|
|
1022
1033
|
export { default as IconBuildingStore } from './building-store.svelte';
|
|
@@ -2136,6 +2147,7 @@ export { default as IconFeatherOff } from './feather-off.svelte';
|
|
|
2136
2147
|
export { default as IconFeather } from './feather.svelte';
|
|
2137
2148
|
export { default as IconFenceOff } from './fence-off.svelte';
|
|
2138
2149
|
export { default as IconFence } from './fence.svelte';
|
|
2150
|
+
export { default as IconFerry } from './ferry.svelte';
|
|
2139
2151
|
export { default as IconFidgetSpinner } from './fidget-spinner.svelte';
|
|
2140
2152
|
export { default as IconFile3d } from './file-3d.svelte';
|
|
2141
2153
|
export { default as IconFileAi } from './file-ai.svelte';
|
|
@@ -3090,6 +3102,7 @@ export { default as IconMathTg } from './math-tg.svelte';
|
|
|
3090
3102
|
export { default as IconMathXDivide2 } from './math-x-divide-2.svelte';
|
|
3091
3103
|
export { default as IconMathXDivideY2 } from './math-x-divide-y-2.svelte';
|
|
3092
3104
|
export { default as IconMathXDivideY } from './math-x-divide-y.svelte';
|
|
3105
|
+
export { default as IconMathXFloorDivideY } from './math-x-floor-divide-y.svelte';
|
|
3093
3106
|
export { default as IconMathXMinusX } from './math-x-minus-x.svelte';
|
|
3094
3107
|
export { default as IconMathXMinusY } from './math-x-minus-y.svelte';
|
|
3095
3108
|
export { default as IconMathXPlusX } from './math-x-plus-x.svelte';
|
|
@@ -4825,6 +4838,7 @@ export { default as IconWritingOff } from './writing-off.svelte';
|
|
|
4825
4838
|
export { default as IconWritingSignOff } from './writing-sign-off.svelte';
|
|
4826
4839
|
export { default as IconWritingSign } from './writing-sign.svelte';
|
|
4827
4840
|
export { default as IconWriting } from './writing.svelte';
|
|
4841
|
+
export { default as IconXPowerY } from './x-power-y.svelte';
|
|
4828
4842
|
export { default as IconX } from './x.svelte';
|
|
4829
4843
|
export { default as IconXboxA } from './xbox-a.svelte';
|
|
4830
4844
|
export { default as IconXboxB } from './xbox-b.svelte';
|
|
@@ -5228,6 +5242,7 @@ export { default as IconEggFilled } from './egg-filled.svelte';
|
|
|
5228
5242
|
export { default as IconElevatorFilled } from './elevator-filled.svelte';
|
|
5229
5243
|
export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
|
|
5230
5244
|
export { default as IconEyeFilled } from './eye-filled.svelte';
|
|
5245
|
+
export { default as IconFaviconFilled } from './favicon-filled.svelte';
|
|
5231
5246
|
export { default as IconFeatherFilled } from './feather-filled.svelte';
|
|
5232
5247
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5233
5248
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
@@ -5305,6 +5320,7 @@ export { default as IconHexagonFilled } from './hexagon-filled.svelte';
|
|
|
5305
5320
|
export { default as IconHomeFilled } from './home-filled.svelte';
|
|
5306
5321
|
export { default as IconHospitalCircleFilled } from './hospital-circle-filled.svelte';
|
|
5307
5322
|
export { default as IconHourglassFilled } from './hourglass-filled.svelte';
|
|
5323
|
+
export { default as IconIconsFilled } from './icons-filled.svelte';
|
|
5308
5324
|
export { default as IconInfoCircleFilled } from './info-circle-filled.svelte';
|
|
5309
5325
|
export { default as IconInfoHexagonFilled } from './info-hexagon-filled.svelte';
|
|
5310
5326
|
export { default as IconInfoOctagonFilled } from './info-octagon-filled.svelte';
|
|
@@ -5319,6 +5335,10 @@ export { default as IconInnerShadowRightFilled } from './inner-shadow-right-fill
|
|
|
5319
5335
|
export { default as IconInnerShadowTopLeftFilled } from './inner-shadow-top-left-filled.svelte';
|
|
5320
5336
|
export { default as IconInnerShadowTopRightFilled } from './inner-shadow-top-right-filled.svelte';
|
|
5321
5337
|
export { default as IconInnerShadowTopFilled } from './inner-shadow-top-filled.svelte';
|
|
5338
|
+
export { default as IconIroning1Filled } from './ironing-1-filled.svelte';
|
|
5339
|
+
export { default as IconIroning2Filled } from './ironing-2-filled.svelte';
|
|
5340
|
+
export { default as IconIroning3Filled } from './ironing-3-filled.svelte';
|
|
5341
|
+
export { default as IconIroningSteamFilled } from './ironing-steam-filled.svelte';
|
|
5322
5342
|
export { default as IconIroningFilled } from './ironing-filled.svelte';
|
|
5323
5343
|
export { default as IconJetpackFilled } from './jetpack-filled.svelte';
|
|
5324
5344
|
export { default as IconJewishStarFilled } from './jewish-star-filled.svelte';
|
|
@@ -5419,6 +5439,21 @@ export { default as IconPillFilled } from './pill-filled.svelte';
|
|
|
5419
5439
|
export { default as IconPinFilled } from './pin-filled.svelte';
|
|
5420
5440
|
export { default as IconPinnedFilled } from './pinned-filled.svelte';
|
|
5421
5441
|
export { default as IconPizzaFilled } from './pizza-filled.svelte';
|
|
5442
|
+
export { default as IconPlayCard1Filled } from './play-card-1-filled.svelte';
|
|
5443
|
+
export { default as IconPlayCard10Filled } from './play-card-10-filled.svelte';
|
|
5444
|
+
export { default as IconPlayCard2Filled } from './play-card-2-filled.svelte';
|
|
5445
|
+
export { default as IconPlayCard3Filled } from './play-card-3-filled.svelte';
|
|
5446
|
+
export { default as IconPlayCard4Filled } from './play-card-4-filled.svelte';
|
|
5447
|
+
export { default as IconPlayCard5Filled } from './play-card-5-filled.svelte';
|
|
5448
|
+
export { default as IconPlayCard6Filled } from './play-card-6-filled.svelte';
|
|
5449
|
+
export { default as IconPlayCard7Filled } from './play-card-7-filled.svelte';
|
|
5450
|
+
export { default as IconPlayCard8Filled } from './play-card-8-filled.svelte';
|
|
5451
|
+
export { default as IconPlayCard9Filled } from './play-card-9-filled.svelte';
|
|
5452
|
+
export { default as IconPlayCardAFilled } from './play-card-a-filled.svelte';
|
|
5453
|
+
export { default as IconPlayCardJFilled } from './play-card-j-filled.svelte';
|
|
5454
|
+
export { default as IconPlayCardKFilled } from './play-card-k-filled.svelte';
|
|
5455
|
+
export { default as IconPlayCardQFilled } from './play-card-q-filled.svelte';
|
|
5456
|
+
export { default as IconPlayCardStarFilled } from './play-card-star-filled.svelte';
|
|
5422
5457
|
export { default as IconPlayerEjectFilled } from './player-eject-filled.svelte';
|
|
5423
5458
|
export { default as IconPlayerPauseFilled } from './player-pause-filled.svelte';
|
|
5424
5459
|
export { default as IconPlayerPlayFilled } from './player-play-filled.svelte';
|
|
@@ -5461,6 +5496,7 @@ export { default as IconShirtFilled } from './shirt-filled.svelte';
|
|
|
5461
5496
|
export { default as IconShoppingCartFilled } from './shopping-cart-filled.svelte';
|
|
5462
5497
|
export { default as IconSignLeftFilled } from './sign-left-filled.svelte';
|
|
5463
5498
|
export { default as IconSignRightFilled } from './sign-right-filled.svelte';
|
|
5499
|
+
export { default as IconSitemapFilled } from './sitemap-filled.svelte';
|
|
5464
5500
|
export { default as IconSortAscending2Filled } from './sort-ascending-2-filled.svelte';
|
|
5465
5501
|
export { default as IconSortAscendingShapesFilled } from './sort-ascending-shapes-filled.svelte';
|
|
5466
5502
|
export { default as IconSortDescending2Filled } from './sort-descending-2-filled.svelte';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="ironing-1-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 Ironing_1FilledProps = typeof __propDef.props;
|
|
13
|
+
export type Ironing_1FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type Ironing_1FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Ironing_1Filled extends SvelteComponentTyped<Ironing_1FilledProps, Ironing_1FilledEvents, Ironing_1FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-6.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="ironing-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 Ironing_2FilledProps = typeof __propDef.props;
|
|
13
|
+
export type Ironing_2FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type Ironing_2FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Ironing_2Filled extends SvelteComponentTyped<Ironing_2FilledProps, Ironing_2FilledEvents, Ironing_2FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m6 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="ironing-3-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 Ironing_3FilledProps = typeof __propDef.props;
|
|
13
|
+
export type Ironing_3FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type Ironing_3FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Ironing_3Filled extends SvelteComponentTyped<Ironing_3FilledProps, Ironing_3FilledEvents, Ironing_3FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 18a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1" }], ["path", { "d": "M16.459 3a4 4 0 0 1 3.945 3.343l.577 3.464l.81 4.865a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2z" }], ["path", { "d": "M7.106 18.553a1 1 0 0 1 1.788 .894l-1 2a1 1 0 0 1 -1.788 -.894z" }], ["path", { "d": "M15.553 18.106a1 1 0 0 1 1.341 .447l1 2a1 1 0 0 1 -1.788 .894l-1 -2a1 1 0 0 1 .447 -1.341" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="ironing-steam-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 IroningSteamFilledProps = typeof __propDef.props;
|
|
13
|
+
export type IroningSteamFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type IroningSteamFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class IroningSteamFilled extends SvelteComponentTyped<IroningSteamFilledProps, IroningSteamFilledEvents, IroningSteamFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M1.5 19l18 -18" }], ["path", { "d": "M4.5 22l18 -18" }], ["path", { "d": "M18 15l3 4" }], ["path", { "d": "M23 15l-4.5 8" }], ["path", { "d": "M1 1l6 6" }], ["path", { "d": "M1 7l6 -6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="math-x-floor-divide-y" {...$$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 MathXFloorDivideYProps = typeof __propDef.props;
|
|
13
|
+
export type MathXFloorDivideYEvents = typeof __propDef.events;
|
|
14
|
+
export type MathXFloorDivideYSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MathXFloorDivideY extends SvelteComponentTyped<MathXFloorDivideYProps, MathXFloorDivideYEvents, MathXFloorDivideYSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m-4.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-1-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 PlayCard_1FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_1FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_1FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_1Filled extends SvelteComponentTyped<PlayCard_1FilledProps, PlayCard_1FilledEvents, PlayCard_1FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-8.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m4.5 0c-1.453 0 -2.5 1.395 -2.5 3v2c0 1.605 1.047 3 2.5 3s2.5 -1.395 2.5 -3v-2c0 -1.605 -1.047 -3 -2.5 -3m0 2c.203 0 .5 .395 .5 1v2c0 .605 -.297 1 -.5 1s-.5 -.395 -.5 -1v-2c0 -.605 .297 -1 .5 -1m-6.49 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-10-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 PlayCard_10FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_10FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_10FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_10Filled extends SvelteComponentTyped<PlayCard_10FilledProps, PlayCard_10FilledEvents, PlayCard_10FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-3a1 1 0 1 0 0 2h3v1h-2a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h3a1 1 0 0 0 0 -2h-3v-1h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2m-5.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-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 PlayCard_2FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_2FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_2FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_2Filled extends SvelteComponentTyped<PlayCard_2FilledProps, PlayCard_2FilledEvents, PlayCard_2FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.51 -10h-2.5a1 1 0 1 0 0 2h2.5a.5 .5 0 0 1 .09 .992l-.09 .008h-1.5c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1.5a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h2.5a2.5 2.5 0 0 0 2.5 -2.5l-.005 -.164a2.5 2.5 0 0 0 -.477 -1.312l-.019 -.024l.019 -.024a2.5 2.5 0 0 0 -2.018 -3.976m-5.49 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-3-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 PlayCard_3FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_3FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_3FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_3Filled extends SvelteComponentTyped<PlayCard_3FilledProps, PlayCard_3FilledEvents, PlayCard_3FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10a1 1 0 0 0 -1 1v2h-2v-2a1 1 0 0 0 -2 0v2a2 2 0 0 0 2 2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-4-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 PlayCard_4FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_4FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_4FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_4Filled extends SvelteComponentTyped<PlayCard_4FilledProps, PlayCard_4FilledEvents, PlayCard_4FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1h3v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-5-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 PlayCard_5FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_5FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_5FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_5Filled extends SvelteComponentTyped<PlayCard_5FilledProps, PlayCard_5FilledEvents, PlayCard_5FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-1 5v1h-2v-1zm-5.99 -9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-6-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 PlayCard_6FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_6FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_6FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_6Filled extends SvelteComponentTyped<PlayCard_6FilledProps, PlayCard_6FilledEvents, PlayCard_6FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.612l-1.56 4.684a1 1 0 1 0 1.897 .632l2 -6a1 1 0 0 0 -.949 -1.316m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-7-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 PlayCard_7FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_7FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_7FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_7Filled extends SvelteComponentTyped<PlayCard_7FilledProps, PlayCard_7FilledEvents, PlayCard_7FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1c0 .365 .098 .707 .268 1.001c-.17 .293 -.268 .635 -.268 .999v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -.268 -1c.17 -.293 .268 -.635 .268 -1v-1a2 2 0 0 0 -2 -2m0 5v1h-2v-1zm0 -3v1h-2v-1zm-5.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-8-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 PlayCard_8FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_8FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_8FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_8Filled extends SvelteComponentTyped<PlayCard_8FilledProps, PlayCard_8FilledEvents, PlayCard_8FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1l.005 .15a2 2 0 0 0 1.995 1.85h2v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2m0 2v1h-2v-1zm-5.99 -6h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-9-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 PlayCard_9FilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCard_9FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCard_9FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCard_9Filled extends SvelteComponentTyped<PlayCard_9FilledProps, PlayCard_9FilledEvents, PlayCard_9FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a3 3 0 0 0 -3 3v4a1 1 0 0 0 2 0v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883 -.993zm-4.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-a-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 PlayCardAFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCardAFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCardAFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCardAFilled extends SvelteComponentTyped<PlayCardAFilledProps, PlayCardAFilledEvents, PlayCardAFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v3a1 1 0 0 1 -2 0a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-4a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-j-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 PlayCardJFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCardJFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCardJFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCardJFilled extends SvelteComponentTyped<PlayCardJFilledProps, PlayCardJFilledEvents, PlayCardJFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-7.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-1.585l2.293 2.292a1 1 0 0 0 1.32 .083l.094 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 1 0 -1.414 -1.414l-2.293 2.291v-1.584a1 1 0 0 0 -.883 -.993zm-2.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="play-card-k-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 PlayCardKFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PlayCardKFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayCardKFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayCardKFilled extends SvelteComponentTyped<PlayCardKFilledProps, PlayCardKFilledEvents, PlayCardKFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|