@tabler/icons-svelte 3.0.0-beta → 3.0.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.
Files changed (44) hide show
  1. package/README.md +2 -2
  2. package/dist/Icon.svelte.d.ts +3 -3
  3. package/dist/aliases.d.ts +12 -0
  4. package/dist/aliases.js +12 -0
  5. package/dist/icons/{accessible-off-filled.svelte → accessible-filled.svelte} +1 -1
  6. package/dist/icons/accessible-filled.svelte.d.ts +17 -0
  7. package/dist/icons/{2fa.svelte → auth-2fa.svelte} +1 -1
  8. package/dist/icons/auth-2fa.svelte.d.ts +17 -0
  9. package/dist/icons/{3d-cube-sphere-off.svelte → cube-3d-sphere-off.svelte} +1 -1
  10. package/dist/icons/cube-3d-sphere-off.svelte.d.ts +17 -0
  11. package/dist/icons/{3d-cube-sphere.svelte → cube-3d-sphere.svelte} +1 -1
  12. package/dist/icons/cube-3d-sphere.svelte.d.ts +17 -0
  13. package/dist/icons/{12-hours.svelte → hours-12.svelte} +1 -1
  14. package/dist/icons/hours-12.svelte.d.ts +17 -0
  15. package/dist/icons/{24-hours.svelte → hours-24.svelte} +1 -1
  16. package/dist/icons/hours-24.svelte.d.ts +17 -0
  17. package/dist/icons/index.d.ts +12 -13
  18. package/dist/icons/index.js +12 -13
  19. package/dist/icons/{kering.svelte → kerning.svelte} +1 -1
  20. package/dist/icons/{24-hours.svelte.d.ts → kerning.svelte.d.ts} +4 -4
  21. package/dist/icons/{123.svelte → number-123.svelte} +1 -1
  22. package/dist/icons/number-123.svelte.d.ts +17 -0
  23. package/dist/icons/{3d-rotate.svelte → rotate-3d.svelte} +1 -1
  24. package/dist/icons/rotate-3d.svelte.d.ts +17 -0
  25. package/dist/icons/{shi-jumping.svelte → ski-jumping.svelte} +1 -1
  26. package/dist/icons/ski-jumping.svelte.d.ts +17 -0
  27. package/dist/icons/{360.svelte → view-360-arrow.svelte} +1 -1
  28. package/dist/icons/view-360-arrow.svelte.d.ts +17 -0
  29. package/dist/icons/{360-view.svelte → view-360-number.svelte} +1 -1
  30. package/dist/icons/view-360-number.svelte.d.ts +17 -0
  31. package/package.json +9 -9
  32. package/dist/icons/12-hours.svelte.d.ts +0 -17
  33. package/dist/icons/123.svelte.d.ts +0 -17
  34. package/dist/icons/2fa.svelte.d.ts +0 -17
  35. package/dist/icons/360-view.svelte.d.ts +0 -17
  36. package/dist/icons/360.svelte.d.ts +0 -17
  37. package/dist/icons/3d-cube-sphere-off.svelte.d.ts +0 -17
  38. package/dist/icons/3d-cube-sphere.svelte.d.ts +0 -17
  39. package/dist/icons/3d-rotate.svelte.d.ts +0 -17
  40. package/dist/icons/accessible-off-filled.svelte.d.ts +0 -17
  41. package/dist/icons/box-seam.svelte +0 -6
  42. package/dist/icons/box-seam.svelte.d.ts +0 -17
  43. package/dist/icons/kering.svelte.d.ts +0 -17
  44. package/dist/icons/shi-jumping.svelte.d.ts +0 -17
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Tabler Icons for Svelte
2
2
 
3
3
  <p align="center">
4
- <img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838">
4
+ <img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838">
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -86,4 +86,4 @@ Tabler Icons is licensed under the [MIT License](https://github.com/tabler/table
86
86
 
87
87
  ## Sponsor Tabler
88
88
 
89
- <a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
89
+ <a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
@@ -5,9 +5,9 @@ declare const __propDef: {
5
5
  [x: string]: any;
6
6
  type: "outline" | "filled";
7
7
  name: string;
8
- color?: string;
9
- size?: number | string;
10
- strokeWidth?: number | string;
8
+ color?: string | undefined;
9
+ size?: string | number | undefined;
10
+ strokeWidth?: string | number | undefined;
11
11
  iconNode: IconNode;
12
12
  };
13
13
  events: {
package/dist/aliases.d.ts CHANGED
@@ -1,9 +1,21 @@
1
+ export { default as Icon123 } from './icons/number-123.svelte';
2
+ export { default as Icon360 } from './icons/view-360-arrow.svelte';
1
3
  export { default as IconCodeAsterix } from './icons/code-asterisk.svelte';
2
4
  export { default as IconDiscount2 } from './icons/rosette-discount.svelte';
3
5
  export { default as IconDiscount2Off } from './icons/rosette-discount-off.svelte';
4
6
  export { default as IconDiscountCheck } from './icons/rosette-discount-check.svelte';
5
7
  export { default as IconHandRock } from './icons/hand-love-you.svelte';
6
8
  export { default as IconSortDeacendingSmallBig } from './icons/sort-descending-small-big.svelte';
9
+ export { default as IconShiJumping } from './icons/ski-jumping.svelte';
10
+ export { default as IconBoxSeam } from './icons/package.svelte';
11
+ export { default as IconKering } from './icons/kerning.svelte';
12
+ export { default as Icon2fa } from './icons/auth-2fa.svelte';
13
+ export { default as Icon3dCubeSphere } from './icons/cube-3d-sphere.svelte';
14
+ export { default as Icon3dCubeSphereOff } from './icons/cube-3d-sphere-off.svelte';
15
+ export { default as Icon3dRotate } from './icons/rotate-3d.svelte';
16
+ export { default as Icon12Hours } from './icons/hours-12.svelte';
17
+ export { default as Icon24Hours } from './icons/hours-24.svelte';
18
+ export { default as Icon360View } from './icons/view-360-number.svelte';
7
19
  export { default as IconCircle0 } from './icons/circle-number-0.svelte';
8
20
  export { default as IconCircle1 } from './icons/circle-number-1.svelte';
9
21
  export { default as IconCircle2 } from './icons/circle-number-2.svelte';
package/dist/aliases.js CHANGED
@@ -1,9 +1,21 @@
1
+ export { default as Icon123 } from './icons/number-123.svelte';
2
+ export { default as Icon360 } from './icons/view-360-arrow.svelte';
1
3
  export { default as IconCodeAsterix } from './icons/code-asterisk.svelte';
2
4
  export { default as IconDiscount2 } from './icons/rosette-discount.svelte';
3
5
  export { default as IconDiscount2Off } from './icons/rosette-discount-off.svelte';
4
6
  export { default as IconDiscountCheck } from './icons/rosette-discount-check.svelte';
5
7
  export { default as IconHandRock } from './icons/hand-love-you.svelte';
6
8
  export { default as IconSortDeacendingSmallBig } from './icons/sort-descending-small-big.svelte';
9
+ export { default as IconShiJumping } from './icons/ski-jumping.svelte';
10
+ export { default as IconBoxSeam } from './icons/package.svelte';
11
+ export { default as IconKering } from './icons/kerning.svelte';
12
+ export { default as Icon2fa } from './icons/auth-2fa.svelte';
13
+ export { default as Icon3dCubeSphere } from './icons/cube-3d-sphere.svelte';
14
+ export { default as Icon3dCubeSphereOff } from './icons/cube-3d-sphere-off.svelte';
15
+ export { default as Icon3dRotate } from './icons/rotate-3d.svelte';
16
+ export { default as Icon12Hours } from './icons/hours-12.svelte';
17
+ export { default as Icon24Hours } from './icons/hours-24.svelte';
18
+ export { default as Icon360View } from './icons/view-360-number.svelte';
7
19
  export { default as IconCircle0 } from './icons/circle-number-0.svelte';
8
20
  export { default as IconCircle1 } from './icons/circle-number-1.svelte';
9
21
  export { default as IconCircle2 } from './icons/circle-number-2.svelte';
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.051 6.844a1 1 0 0 0 -1.152 -.663l-.113 .03l-2.684 .895l-2.684 -.895l-.113 -.03a1 1 0 0 0 -.628 1.884l.109 .044l2.316 .771v.976l-1.832 2.75l-.06 .1a1 1 0 0 0 .237 1.21l.1 .076l.101 .06a1 1 0 0 0 1.21 -.237l.076 -.1l1.168 -1.752l1.168 1.752l.07 .093a1 1 0 0 0 1.653 -1.102l-.059 -.1l-1.832 -2.75v-.977l2.316 -.771l.109 -.044a1 1 0 0 0 .524 -1.221zm-3.949 -4.184a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" }]];
3
3
  </script>
4
- <Icon type="filled" name="accessible-off-filled" {...$$props} iconNode={iconNode}>
4
+ <Icon type="filled" name="accessible-filled" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 AccessibleFilledProps = typeof __propDef.props;
13
+ export type AccessibleFilledEvents = typeof __propDef.events;
14
+ export type AccessibleFilledSlots = typeof __propDef.slots;
15
+ export default class AccessibleFilled extends SvelteComponentTyped<AccessibleFilledProps, AccessibleFilledEvents, AccessibleFilledSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54" }], ["path", { "d": "M10 16v-8h4" }], ["path", { "d": "M10 12l3 0" }], ["path", { "d": "M17 16v-6a2 2 0 0 1 4 0v6" }], ["path", { "d": "M17 13l4 0" }]];
3
3
  </script>
4
- <Icon type="outline" name="2fa" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="auth-2fa" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Auth_2faProps = typeof __propDef.props;
13
+ export type Auth_2faEvents = typeof __propDef.events;
14
+ export type Auth_2faSlots = typeof __propDef.slots;
15
+ export default class Auth_2fa extends SvelteComponentTyped<Auth_2faProps, Auth_2faEvents, Auth_2faSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M6 17.6l-2 -1.1v-2.5" }], ["path", { "d": "M4 10v-2.5l2 -1.1" }], ["path", { "d": "M10 4.1l2 -1.1l2 1.1" }], ["path", { "d": "M18 6.4l2 1.1v2.5" }], ["path", { "d": "M20 14v2" }], ["path", { "d": "M14 19.9l-2 1.1l-2 -1.1" }], ["path", { "d": "M18 8.6l2 -1.1" }], ["path", { "d": "M12 12v2.5" }], ["path", { "d": "M12 18.5v2.5" }], ["path", { "d": "M12 12l-2 -1.12" }], ["path", { "d": "M6 8.6l-2 -1.1" }], ["path", { "d": "M3 3l18 18" }]];
3
3
  </script>
4
- <Icon type="outline" name="3d-cube-sphere-off" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="cube-3d-sphere-off" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Cube_3dSphereOffProps = typeof __propDef.props;
13
+ export type Cube_3dSphereOffEvents = typeof __propDef.events;
14
+ export type Cube_3dSphereOffSlots = typeof __propDef.slots;
15
+ export default class Cube_3dSphereOff extends SvelteComponentTyped<Cube_3dSphereOffProps, Cube_3dSphereOffEvents, Cube_3dSphereOffSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M6 17.6l-2 -1.1v-2.5" }], ["path", { "d": "M4 10v-2.5l2 -1.1" }], ["path", { "d": "M10 4.1l2 -1.1l2 1.1" }], ["path", { "d": "M18 6.4l2 1.1v2.5" }], ["path", { "d": "M20 14v2.5l-2 1.12" }], ["path", { "d": "M14 19.9l-2 1.1l-2 -1.1" }], ["path", { "d": "M12 12l2 -1.1" }], ["path", { "d": "M18 8.6l2 -1.1" }], ["path", { "d": "M12 12l0 2.5" }], ["path", { "d": "M12 18.5l0 2.5" }], ["path", { "d": "M12 12l-2 -1.12" }], ["path", { "d": "M6 8.6l-2 -1.1" }]];
3
3
  </script>
4
- <Icon type="outline" name="3d-cube-sphere" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="cube-3d-sphere" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Cube_3dSphereProps = typeof __propDef.props;
13
+ export type Cube_3dSphereEvents = typeof __propDef.events;
14
+ export type Cube_3dSphereSlots = typeof __propDef.slots;
15
+ export default class Cube_3dSphere extends SvelteComponentTyped<Cube_3dSphereProps, Cube_3dSphereEvents, Cube_3dSphereSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" }], ["path", { "d": "M4 13c.468 3.6 3.384 6.546 7 7" }], ["path", { "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" }], ["path", { "d": "M15 21v-6" }]];
3
3
  </script>
4
- <Icon type="outline" name="12-hours" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="hours-12" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Hours_12Props = typeof __propDef.props;
13
+ export type Hours_12Events = typeof __propDef.events;
14
+ export type Hours_12Slots = typeof __propDef.slots;
15
+ export default class Hours_12 extends SvelteComponentTyped<Hours_12Props, Hours_12Events, Hours_12Slots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M4 13c.325 2.532 1.881 4.781 4 6" }], ["path", { "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2" }], ["path", { "d": "M4 5v4h4" }], ["path", { "d": "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" }], ["path", { "d": "M18 15v2a1 1 0 0 0 1 1h1" }], ["path", { "d": "M21 15v6" }]];
3
3
  </script>
4
- <Icon type="outline" name="24-hours" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="hours-24" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Hours_24Props = typeof __propDef.props;
13
+ export type Hours_24Events = typeof __propDef.events;
14
+ export type Hours_24Slots = typeof __propDef.slots;
15
+ export default class Hours_24 extends SvelteComponentTyped<Hours_24Props, Hours_24Events, Hours_24Slots> {
16
+ }
17
+ export {};
@@ -1,12 +1,3 @@
1
- export { default as Icon12Hours } from './12-hours.svelte';
2
- export { default as Icon123 } from './123.svelte';
3
- export { default as Icon24Hours } from './24-hours.svelte';
4
- export { default as Icon2fa } from './2fa.svelte';
5
- export { default as Icon360View } from './360-view.svelte';
6
- export { default as Icon360 } from './360.svelte';
7
- export { default as Icon3dCubeSphereOff } from './3d-cube-sphere-off.svelte';
8
- export { default as Icon3dCubeSphere } from './3d-cube-sphere.svelte';
9
- export { default as Icon3dRotate } from './3d-rotate.svelte';
10
1
  export { default as IconAB2 } from './a-b-2.svelte';
11
2
  export { default as IconABOff } from './a-b-off.svelte';
12
3
  export { default as IconAB } from './a-b.svelte';
@@ -328,6 +319,7 @@ export { default as IconAtom } from './atom.svelte';
328
319
  export { default as IconAugmentedReality2 } from './augmented-reality-2.svelte';
329
320
  export { default as IconAugmentedRealityOff } from './augmented-reality-off.svelte';
330
321
  export { default as IconAugmentedReality } from './augmented-reality.svelte';
322
+ export { default as IconAuth2fa } from './auth-2fa.svelte';
331
323
  export { default as IconAutomaticGearbox } from './automatic-gearbox.svelte';
332
324
  export { default as IconAvocado } from './avocado.svelte';
333
325
  export { default as IconAwardOff } from './award-off.svelte';
@@ -564,7 +556,6 @@ export { default as IconBoxMultiple9 } from './box-multiple-9.svelte';
564
556
  export { default as IconBoxMultiple } from './box-multiple.svelte';
565
557
  export { default as IconBoxOff } from './box-off.svelte';
566
558
  export { default as IconBoxPadding } from './box-padding.svelte';
567
- export { default as IconBoxSeam } from './box-seam.svelte';
568
559
  export { default as IconBox } from './box.svelte';
569
560
  export { default as IconBracesOff } from './braces-off.svelte';
570
561
  export { default as IconBraces } from './braces.svelte';
@@ -1517,6 +1508,8 @@ export { default as IconCrutchesOff } from './crutches-off.svelte';
1517
1508
  export { default as IconCrutches } from './crutches.svelte';
1518
1509
  export { default as IconCrystalBall } from './crystal-ball.svelte';
1519
1510
  export { default as IconCsv } from './csv.svelte';
1511
+ export { default as IconCube3dSphereOff } from './cube-3d-sphere-off.svelte';
1512
+ export { default as IconCube3dSphere } from './cube-3d-sphere.svelte';
1520
1513
  export { default as IconCubeOff } from './cube-off.svelte';
1521
1514
  export { default as IconCubePlus } from './cube-plus.svelte';
1522
1515
  export { default as IconCubeSend } from './cube-send.svelte';
@@ -2496,6 +2489,8 @@ export { default as IconHourglassHigh } from './hourglass-high.svelte';
2496
2489
  export { default as IconHourglassLow } from './hourglass-low.svelte';
2497
2490
  export { default as IconHourglassOff } from './hourglass-off.svelte';
2498
2491
  export { default as IconHourglass } from './hourglass.svelte';
2492
+ export { default as IconHours12 } from './hours-12.svelte';
2493
+ export { default as IconHours24 } from './hours-24.svelte';
2499
2494
  export { default as IconHtml } from './html.svelte';
2500
2495
  export { default as IconHttpConnect } from './http-connect.svelte';
2501
2496
  export { default as IconHttpDelete } from './http-delete.svelte';
@@ -2563,7 +2558,7 @@ export { default as IconJson } from './json.svelte';
2563
2558
  export { default as IconJumpRope } from './jump-rope.svelte';
2564
2559
  export { default as IconKarate } from './karate.svelte';
2565
2560
  export { default as IconKayak } from './kayak.svelte';
2566
- export { default as IconKering } from './kering.svelte';
2561
+ export { default as IconKerning } from './kerning.svelte';
2567
2562
  export { default as IconKeyOff } from './key-off.svelte';
2568
2563
  export { default as IconKey } from './key.svelte';
2569
2564
  export { default as IconKeyboardHide } from './keyboard-hide.svelte';
@@ -3196,6 +3191,7 @@ export { default as IconNumber1 } from './number-1.svelte';
3196
3191
  export { default as IconNumber10Small } from './number-10-small.svelte';
3197
3192
  export { default as IconNumber11Small } from './number-11-small.svelte';
3198
3193
  export { default as IconNumber12Small } from './number-12-small.svelte';
3194
+ export { default as IconNumber123 } from './number-123.svelte';
3199
3195
  export { default as IconNumber13Small } from './number-13-small.svelte';
3200
3196
  export { default as IconNumber14Small } from './number-14-small.svelte';
3201
3197
  export { default as IconNumber15Small } from './number-15-small.svelte';
@@ -3635,6 +3631,7 @@ export { default as IconRosetteNumber9 } from './rosette-number-9.svelte';
3635
3631
  export { default as IconRosette } from './rosette.svelte';
3636
3632
  export { default as IconRotate2 } from './rotate-2.svelte';
3637
3633
  export { default as IconRotate360 } from './rotate-360.svelte';
3634
+ export { default as IconRotate3d } from './rotate-3d.svelte';
3638
3635
  export { default as IconRotateClockwise2 } from './rotate-clockwise-2.svelte';
3639
3636
  export { default as IconRotateClockwise } from './rotate-clockwise.svelte';
3640
3637
  export { default as IconRotateDot } from './rotate-dot.svelte';
@@ -3764,7 +3761,6 @@ export { default as IconShare2 } from './share-2.svelte';
3764
3761
  export { default as IconShare3 } from './share-3.svelte';
3765
3762
  export { default as IconShareOff } from './share-off.svelte';
3766
3763
  export { default as IconShare } from './share.svelte';
3767
- export { default as IconShiJumping } from './shi-jumping.svelte';
3768
3764
  export { default as IconShieldBolt } from './shield-bolt.svelte';
3769
3765
  export { default as IconShieldCancel } from './shield-cancel.svelte';
3770
3766
  export { default as IconShieldCheck } from './shield-check.svelte';
@@ -3855,6 +3851,7 @@ export { default as IconSkateboard } from './skateboard.svelte';
3855
3851
  export { default as IconSkateboarding } from './skateboarding.svelte';
3856
3852
  export { default as IconSkewX } from './skew-x.svelte';
3857
3853
  export { default as IconSkewY } from './skew-y.svelte';
3854
+ export { default as IconSkiJumping } from './ski-jumping.svelte';
3858
3855
  export { default as IconSkull } from './skull.svelte';
3859
3856
  export { default as IconSlash } from './slash.svelte';
3860
3857
  export { default as IconSlashes } from './slashes.svelte';
@@ -4384,6 +4381,8 @@ export { default as IconVideoMinus } from './video-minus.svelte';
4384
4381
  export { default as IconVideoOff } from './video-off.svelte';
4385
4382
  export { default as IconVideoPlus } from './video-plus.svelte';
4386
4383
  export { default as IconVideo } from './video.svelte';
4384
+ export { default as IconView360Arrow } from './view-360-arrow.svelte';
4385
+ export { default as IconView360Number } from './view-360-number.svelte';
4387
4386
  export { default as IconView360Off } from './view-360-off.svelte';
4388
4387
  export { default as IconView360 } from './view-360.svelte';
4389
4388
  export { default as IconViewfinderOff } from './viewfinder-off.svelte';
@@ -4546,7 +4545,7 @@ export { default as IconZoomScan } from './zoom-scan.svelte';
4546
4545
  export { default as IconZoom } from './zoom.svelte';
4547
4546
  export { default as IconZzzOff } from './zzz-off.svelte';
4548
4547
  export { default as IconZzz } from './zzz.svelte';
4549
- export { default as IconAccessibleOffFilled } from './accessible-off-filled.svelte';
4548
+ export { default as IconAccessibleFilled } from './accessible-filled.svelte';
4550
4549
  export { default as IconAdCircleFilled } from './ad-circle-filled.svelte';
4551
4550
  export { default as IconAdFilled } from './ad-filled.svelte';
4552
4551
  export { default as IconAdjustmentsFilled } from './adjustments-filled.svelte';
@@ -1,12 +1,3 @@
1
- export { default as Icon12Hours } from './12-hours.svelte';
2
- export { default as Icon123 } from './123.svelte';
3
- export { default as Icon24Hours } from './24-hours.svelte';
4
- export { default as Icon2fa } from './2fa.svelte';
5
- export { default as Icon360View } from './360-view.svelte';
6
- export { default as Icon360 } from './360.svelte';
7
- export { default as Icon3dCubeSphereOff } from './3d-cube-sphere-off.svelte';
8
- export { default as Icon3dCubeSphere } from './3d-cube-sphere.svelte';
9
- export { default as Icon3dRotate } from './3d-rotate.svelte';
10
1
  export { default as IconAB2 } from './a-b-2.svelte';
11
2
  export { default as IconABOff } from './a-b-off.svelte';
12
3
  export { default as IconAB } from './a-b.svelte';
@@ -328,6 +319,7 @@ export { default as IconAtom } from './atom.svelte';
328
319
  export { default as IconAugmentedReality2 } from './augmented-reality-2.svelte';
329
320
  export { default as IconAugmentedRealityOff } from './augmented-reality-off.svelte';
330
321
  export { default as IconAugmentedReality } from './augmented-reality.svelte';
322
+ export { default as IconAuth2fa } from './auth-2fa.svelte';
331
323
  export { default as IconAutomaticGearbox } from './automatic-gearbox.svelte';
332
324
  export { default as IconAvocado } from './avocado.svelte';
333
325
  export { default as IconAwardOff } from './award-off.svelte';
@@ -564,7 +556,6 @@ export { default as IconBoxMultiple9 } from './box-multiple-9.svelte';
564
556
  export { default as IconBoxMultiple } from './box-multiple.svelte';
565
557
  export { default as IconBoxOff } from './box-off.svelte';
566
558
  export { default as IconBoxPadding } from './box-padding.svelte';
567
- export { default as IconBoxSeam } from './box-seam.svelte';
568
559
  export { default as IconBox } from './box.svelte';
569
560
  export { default as IconBracesOff } from './braces-off.svelte';
570
561
  export { default as IconBraces } from './braces.svelte';
@@ -1517,6 +1508,8 @@ export { default as IconCrutchesOff } from './crutches-off.svelte';
1517
1508
  export { default as IconCrutches } from './crutches.svelte';
1518
1509
  export { default as IconCrystalBall } from './crystal-ball.svelte';
1519
1510
  export { default as IconCsv } from './csv.svelte';
1511
+ export { default as IconCube3dSphereOff } from './cube-3d-sphere-off.svelte';
1512
+ export { default as IconCube3dSphere } from './cube-3d-sphere.svelte';
1520
1513
  export { default as IconCubeOff } from './cube-off.svelte';
1521
1514
  export { default as IconCubePlus } from './cube-plus.svelte';
1522
1515
  export { default as IconCubeSend } from './cube-send.svelte';
@@ -2496,6 +2489,8 @@ export { default as IconHourglassHigh } from './hourglass-high.svelte';
2496
2489
  export { default as IconHourglassLow } from './hourglass-low.svelte';
2497
2490
  export { default as IconHourglassOff } from './hourglass-off.svelte';
2498
2491
  export { default as IconHourglass } from './hourglass.svelte';
2492
+ export { default as IconHours12 } from './hours-12.svelte';
2493
+ export { default as IconHours24 } from './hours-24.svelte';
2499
2494
  export { default as IconHtml } from './html.svelte';
2500
2495
  export { default as IconHttpConnect } from './http-connect.svelte';
2501
2496
  export { default as IconHttpDelete } from './http-delete.svelte';
@@ -2563,7 +2558,7 @@ export { default as IconJson } from './json.svelte';
2563
2558
  export { default as IconJumpRope } from './jump-rope.svelte';
2564
2559
  export { default as IconKarate } from './karate.svelte';
2565
2560
  export { default as IconKayak } from './kayak.svelte';
2566
- export { default as IconKering } from './kering.svelte';
2561
+ export { default as IconKerning } from './kerning.svelte';
2567
2562
  export { default as IconKeyOff } from './key-off.svelte';
2568
2563
  export { default as IconKey } from './key.svelte';
2569
2564
  export { default as IconKeyboardHide } from './keyboard-hide.svelte';
@@ -3196,6 +3191,7 @@ export { default as IconNumber1 } from './number-1.svelte';
3196
3191
  export { default as IconNumber10Small } from './number-10-small.svelte';
3197
3192
  export { default as IconNumber11Small } from './number-11-small.svelte';
3198
3193
  export { default as IconNumber12Small } from './number-12-small.svelte';
3194
+ export { default as IconNumber123 } from './number-123.svelte';
3199
3195
  export { default as IconNumber13Small } from './number-13-small.svelte';
3200
3196
  export { default as IconNumber14Small } from './number-14-small.svelte';
3201
3197
  export { default as IconNumber15Small } from './number-15-small.svelte';
@@ -3635,6 +3631,7 @@ export { default as IconRosetteNumber9 } from './rosette-number-9.svelte';
3635
3631
  export { default as IconRosette } from './rosette.svelte';
3636
3632
  export { default as IconRotate2 } from './rotate-2.svelte';
3637
3633
  export { default as IconRotate360 } from './rotate-360.svelte';
3634
+ export { default as IconRotate3d } from './rotate-3d.svelte';
3638
3635
  export { default as IconRotateClockwise2 } from './rotate-clockwise-2.svelte';
3639
3636
  export { default as IconRotateClockwise } from './rotate-clockwise.svelte';
3640
3637
  export { default as IconRotateDot } from './rotate-dot.svelte';
@@ -3764,7 +3761,6 @@ export { default as IconShare2 } from './share-2.svelte';
3764
3761
  export { default as IconShare3 } from './share-3.svelte';
3765
3762
  export { default as IconShareOff } from './share-off.svelte';
3766
3763
  export { default as IconShare } from './share.svelte';
3767
- export { default as IconShiJumping } from './shi-jumping.svelte';
3768
3764
  export { default as IconShieldBolt } from './shield-bolt.svelte';
3769
3765
  export { default as IconShieldCancel } from './shield-cancel.svelte';
3770
3766
  export { default as IconShieldCheck } from './shield-check.svelte';
@@ -3855,6 +3851,7 @@ export { default as IconSkateboard } from './skateboard.svelte';
3855
3851
  export { default as IconSkateboarding } from './skateboarding.svelte';
3856
3852
  export { default as IconSkewX } from './skew-x.svelte';
3857
3853
  export { default as IconSkewY } from './skew-y.svelte';
3854
+ export { default as IconSkiJumping } from './ski-jumping.svelte';
3858
3855
  export { default as IconSkull } from './skull.svelte';
3859
3856
  export { default as IconSlash } from './slash.svelte';
3860
3857
  export { default as IconSlashes } from './slashes.svelte';
@@ -4384,6 +4381,8 @@ export { default as IconVideoMinus } from './video-minus.svelte';
4384
4381
  export { default as IconVideoOff } from './video-off.svelte';
4385
4382
  export { default as IconVideoPlus } from './video-plus.svelte';
4386
4383
  export { default as IconVideo } from './video.svelte';
4384
+ export { default as IconView360Arrow } from './view-360-arrow.svelte';
4385
+ export { default as IconView360Number } from './view-360-number.svelte';
4387
4386
  export { default as IconView360Off } from './view-360-off.svelte';
4388
4387
  export { default as IconView360 } from './view-360.svelte';
4389
4388
  export { default as IconViewfinderOff } from './viewfinder-off.svelte';
@@ -4546,7 +4545,7 @@ export { default as IconZoomScan } from './zoom-scan.svelte';
4546
4545
  export { default as IconZoom } from './zoom.svelte';
4547
4546
  export { default as IconZzzOff } from './zzz-off.svelte';
4548
4547
  export { default as IconZzz } from './zzz.svelte';
4549
- export { default as IconAccessibleOffFilled } from './accessible-off-filled.svelte';
4548
+ export { default as IconAccessibleFilled } from './accessible-filled.svelte';
4550
4549
  export { default as IconAdCircleFilled } from './ad-circle-filled.svelte';
4551
4550
  export { default as IconAdFilled } from './ad-filled.svelte';
4552
4551
  export { default as IconAdjustmentsFilled } from './adjustments-filled.svelte';
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5" }], ["path", { "d": "M3 9l3 6l3 -6" }], ["path", { "d": "M9 20l6 -16" }]];
3
3
  </script>
4
- <Icon type="outline" name="kering" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="kerning" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
6
  </Icon>
@@ -9,9 +9,9 @@ declare const __propDef: {
9
9
  default: {};
10
10
  };
11
11
  };
12
- export type HoursProps = typeof __propDef.props;
13
- export type HoursEvents = typeof __propDef.events;
14
- export type HoursSlots = typeof __propDef.slots;
15
- export default class Hours extends SvelteComponentTyped<HoursProps, HoursEvents, HoursSlots> {
12
+ export type KerningProps = typeof __propDef.props;
13
+ export type KerningEvents = typeof __propDef.events;
14
+ export type KerningSlots = typeof __propDef.slots;
15
+ export default class Kerning extends SvelteComponentTyped<KerningProps, KerningEvents, KerningSlots> {
16
16
  }
17
17
  export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M3 10l2 -2v8" }], ["path", { "d": "M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" }], ["path", { "d": "M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" }]];
3
3
  </script>
4
- <Icon type="outline" name="123" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="number-123" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Number_123Props = typeof __propDef.props;
13
+ export type Number_123Events = typeof __propDef.events;
14
+ export type Number_123Slots = typeof __propDef.slots;
15
+ export default class Number_123 extends SvelteComponentTyped<Number_123Props, Number_123Events, Number_123Slots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M12 3a7 7 0 0 1 7 7v4l-3 -3" }], ["path", { "d": "M22 11l-3 3" }], ["path", { "d": "M8 15.5l-5 -3l5 -3l5 3v5.5l-5 3z" }], ["path", { "d": "M3 12.5v5.5l5 3" }], ["path", { "d": "M8 15.545l5 -3.03" }]];
3
3
  </script>
4
- <Icon type="outline" name="3d-rotate" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="rotate-3d" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 Rotate_3dProps = typeof __propDef.props;
13
+ export type Rotate_3dEvents = typeof __propDef.events;
14
+ export type Rotate_3dSlots = typeof __propDef.slots;
15
+ export default class Rotate_3d extends SvelteComponentTyped<Rotate_3dProps, Rotate_3dEvents, Rotate_3dSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M17 17.5l-5 -4.5v-6l5 4" }], ["path", { "d": "M7 17.5l5 -4.5" }], ["path", { "d": "M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657" }], ["path", { "d": "M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657" }], ["path", { "d": "M7 11l5 -4" }]];
3
3
  </script>
4
- <Icon type="outline" name="shi-jumping" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="ski-jumping" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 SkiJumpingProps = typeof __propDef.props;
13
+ export type SkiJumpingEvents = typeof __propDef.events;
14
+ export type SkiJumpingSlots = typeof __propDef.slots;
15
+ export default class SkiJumping extends SvelteComponentTyped<SkiJumpingProps, SkiJumpingEvents, SkiJumpingSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M17 15.328c2.414 -.718 4 -1.94 4 -3.328c0 -2.21 -4.03 -4 -9 -4s-9 1.79 -9 4s4.03 4 9 4" }], ["path", { "d": "M9 13l3 3l-3 3" }]];
3
3
  </script>
4
- <Icon type="outline" name="360" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="view-360-arrow" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 View_360ArrowProps = typeof __propDef.props;
13
+ export type View_360ArrowEvents = typeof __propDef.events;
14
+ export type View_360ArrowSlots = typeof __propDef.slots;
15
+ export default class View_360Arrow extends SvelteComponentTyped<View_360ArrowProps, View_360ArrowEvents, View_360ArrowSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M14 6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" }], ["path", { "d": "M3 5h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" }], ["path", { "d": "M17 7v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" }], ["path", { "d": "M3 16c0 1.657 4.03 3 9 3s9 -1.343 9 -3" }]];
3
3
  </script>
4
- <Icon type="outline" name="360-view" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="view-360-number" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 View_360NumberProps = typeof __propDef.props;
13
+ export type View_360NumberEvents = typeof __propDef.events;
14
+ export type View_360NumberSlots = typeof __propDef.slots;
15
+ export default class View_360Number extends SvelteComponentTyped<View_360NumberProps, View_360NumberEvents, View_360NumberSlots> {
16
+ }
17
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.0.0-beta",
3
+ "version": "3.0.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,16 +49,16 @@
49
49
  "test": "vitest run"
50
50
  },
51
51
  "dependencies": {
52
- "@tabler/icons": "3.0.0-beta"
52
+ "@tabler/icons": "3.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@sveltejs/package": "^2.2.5",
56
- "@sveltejs/vite-plugin-svelte": "^2.4.2",
57
- "@testing-library/svelte": "^4.0.2",
58
- "@tsconfig/svelte": "^5.0.0",
59
- "svelte": "^4.0.1",
60
- "svelte-check": "^3.4.4",
61
- "svelte-preprocess": "^5.0.4"
55
+ "@sveltejs/package": "^2.2.7",
56
+ "@sveltejs/vite-plugin-svelte": "^3.0.2",
57
+ "@testing-library/svelte": "^4.2.1",
58
+ "@tsconfig/svelte": "^5.0.2",
59
+ "svelte": "^4.2.12",
60
+ "svelte-check": "^3.6.5",
61
+ "svelte-preprocess": "^5.1.3"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "svelte": ">=3 <5"
@@ -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 HoursProps = typeof __propDef.props;
13
- export type HoursEvents = typeof __propDef.events;
14
- export type HoursSlots = typeof __propDef.slots;
15
- export default class Hours extends SvelteComponentTyped<HoursProps, HoursEvents, HoursSlots> {
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 A3Props = typeof __propDef.props;
13
- export type A3Events = typeof __propDef.events;
14
- export type A3Slots = typeof __propDef.slots;
15
- export default class A3 extends SvelteComponentTyped<A3Props, A3Events, A3Slots> {
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 FaProps = typeof __propDef.props;
13
- export type FaEvents = typeof __propDef.events;
14
- export type FaSlots = typeof __propDef.slots;
15
- export default class Fa extends SvelteComponentTyped<FaProps, FaEvents, FaSlots> {
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 ViewProps = typeof __propDef.props;
13
- export type ViewEvents = typeof __propDef.events;
14
- export type ViewSlots = typeof __propDef.slots;
15
- export default class View extends SvelteComponentTyped<ViewProps, ViewEvents, ViewSlots> {
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 A0Props = typeof __propDef.props;
13
- export type A0Events = typeof __propDef.events;
14
- export type A0Slots = typeof __propDef.slots;
15
- export default class A0 extends SvelteComponentTyped<A0Props, A0Events, A0Slots> {
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 DCubeSphereOffProps = typeof __propDef.props;
13
- export type DCubeSphereOffEvents = typeof __propDef.events;
14
- export type DCubeSphereOffSlots = typeof __propDef.slots;
15
- export default class DCubeSphereOff extends SvelteComponentTyped<DCubeSphereOffProps, DCubeSphereOffEvents, DCubeSphereOffSlots> {
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 DCubeSphereProps = typeof __propDef.props;
13
- export type DCubeSphereEvents = typeof __propDef.events;
14
- export type DCubeSphereSlots = typeof __propDef.slots;
15
- export default class DCubeSphere extends SvelteComponentTyped<DCubeSphereProps, DCubeSphereEvents, DCubeSphereSlots> {
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 DRotateProps = typeof __propDef.props;
13
- export type DRotateEvents = typeof __propDef.events;
14
- export type DRotateSlots = typeof __propDef.slots;
15
- export default class DRotate extends SvelteComponentTyped<DRotateProps, DRotateEvents, DRotateSlots> {
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 AccessibleOffFilledProps = typeof __propDef.props;
13
- export type AccessibleOffFilledEvents = typeof __propDef.events;
14
- export type AccessibleOffFilledSlots = typeof __propDef.slots;
15
- export default class AccessibleOffFilled extends SvelteComponentTyped<AccessibleOffFilledProps, AccessibleOffFilledEvents, AccessibleOffFilledSlots> {
16
- }
17
- export {};
@@ -1,6 +0,0 @@
1
- <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M12 3l8 4.5v9l-8 4.5l-8 -4.5v-9l8 -4.5" }], ["path", { "d": "M12 12l8 -4.5" }], ["path", { "d": "M8.2 9.8l7.6 -4.6" }], ["path", { "d": "M12 12v9" }], ["path", { "d": "M12 12l-8 -4.5" }]];
3
- </script>
4
- <Icon type="outline" name="box-seam" {...$$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 BoxSeamProps = typeof __propDef.props;
13
- export type BoxSeamEvents = typeof __propDef.events;
14
- export type BoxSeamSlots = typeof __propDef.slots;
15
- export default class BoxSeam extends SvelteComponentTyped<BoxSeamProps, BoxSeamEvents, BoxSeamSlots> {
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 KeringProps = typeof __propDef.props;
13
- export type KeringEvents = typeof __propDef.events;
14
- export type KeringSlots = typeof __propDef.slots;
15
- export default class Kering extends SvelteComponentTyped<KeringProps, KeringEvents, KeringSlots> {
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 ShiJumpingProps = typeof __propDef.props;
13
- export type ShiJumpingEvents = typeof __propDef.events;
14
- export type ShiJumpingSlots = typeof __propDef.slots;
15
- export default class ShiJumping extends SvelteComponentTyped<ShiJumpingProps, ShiJumpingEvents, ShiJumpingSlots> {
16
- }
17
- export {};