@swc-react/icons-ui 0.31.1-react.2 → 0.31.1-react.3

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 (49) hide show
  1. package/next/Arrow100.d.ts +5 -0
  2. package/next/Arrow200.d.ts +5 -0
  3. package/next/Arrow300.d.ts +5 -0
  4. package/next/Arrow400.d.ts +5 -0
  5. package/next/Arrow500.d.ts +5 -0
  6. package/next/Arrow600.d.ts +5 -0
  7. package/next/Arrow75.d.ts +5 -0
  8. package/next/Asterisk100.d.ts +5 -0
  9. package/next/Asterisk200.d.ts +5 -0
  10. package/next/Asterisk300.d.ts +5 -0
  11. package/next/Asterisk75.d.ts +5 -0
  12. package/next/Checkmark100.d.ts +5 -0
  13. package/next/Checkmark200.d.ts +5 -0
  14. package/next/Checkmark300.d.ts +5 -0
  15. package/next/Checkmark400.d.ts +5 -0
  16. package/next/Checkmark50.d.ts +5 -0
  17. package/next/Checkmark500.d.ts +5 -0
  18. package/next/Checkmark600.d.ts +5 -0
  19. package/next/Checkmark75.d.ts +5 -0
  20. package/next/Chevron100.d.ts +5 -0
  21. package/next/Chevron200.d.ts +5 -0
  22. package/next/Chevron300.d.ts +5 -0
  23. package/next/Chevron400.d.ts +5 -0
  24. package/next/Chevron500.d.ts +5 -0
  25. package/next/Chevron600.d.ts +5 -0
  26. package/next/Chevron75.d.ts +5 -0
  27. package/next/CornerTriangle100.d.ts +5 -0
  28. package/next/CornerTriangle200.d.ts +5 -0
  29. package/next/CornerTriangle300.d.ts +5 -0
  30. package/next/CornerTriangle75.d.ts +5 -0
  31. package/next/Cross100.d.ts +5 -0
  32. package/next/Cross200.d.ts +5 -0
  33. package/next/Cross300.d.ts +5 -0
  34. package/next/Cross400.d.ts +5 -0
  35. package/next/Cross500.d.ts +5 -0
  36. package/next/Cross600.d.ts +5 -0
  37. package/next/Cross75.d.ts +5 -0
  38. package/next/Dash100.d.ts +5 -0
  39. package/next/Dash200.d.ts +5 -0
  40. package/next/Dash300.d.ts +5 -0
  41. package/next/Dash400.d.ts +5 -0
  42. package/next/Dash50.d.ts +5 -0
  43. package/next/Dash500.d.ts +5 -0
  44. package/next/Dash600.d.ts +5 -0
  45. package/next/Dash75.d.ts +5 -0
  46. package/next/DoubleGripper.d.ts +5 -0
  47. package/next/SingleGripper.d.ts +5 -0
  48. package/next/TripleGripper.d.ts +5 -0
  49. package/package.json +3 -3
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow100Type } from '../Arrow100';
3
+ export declare const IconArrow100: ComponentType<Partial<IconArrow100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow200Type } from '../Arrow200';
3
+ export declare const IconArrow200: ComponentType<Partial<IconArrow200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow300Type } from '../Arrow300';
3
+ export declare const IconArrow300: ComponentType<Partial<IconArrow300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow400Type } from '../Arrow400';
3
+ export declare const IconArrow400: ComponentType<Partial<IconArrow400Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow500Type } from '../Arrow500';
3
+ export declare const IconArrow500: ComponentType<Partial<IconArrow500Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow600Type } from '../Arrow600';
3
+ export declare const IconArrow600: ComponentType<Partial<IconArrow600Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconArrow75Type } from '../Arrow75';
3
+ export declare const IconArrow75: ComponentType<Partial<IconArrow75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconAsterisk100Type } from '../Asterisk100';
3
+ export declare const IconAsterisk100: ComponentType<Partial<IconAsterisk100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconAsterisk200Type } from '../Asterisk200';
3
+ export declare const IconAsterisk200: ComponentType<Partial<IconAsterisk200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconAsterisk300Type } from '../Asterisk300';
3
+ export declare const IconAsterisk300: ComponentType<Partial<IconAsterisk300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconAsterisk75Type } from '../Asterisk75';
3
+ export declare const IconAsterisk75: ComponentType<Partial<IconAsterisk75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark100Type } from '../Checkmark100';
3
+ export declare const IconCheckmark100: ComponentType<Partial<IconCheckmark100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark200Type } from '../Checkmark200';
3
+ export declare const IconCheckmark200: ComponentType<Partial<IconCheckmark200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark300Type } from '../Checkmark300';
3
+ export declare const IconCheckmark300: ComponentType<Partial<IconCheckmark300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark400Type } from '../Checkmark400';
3
+ export declare const IconCheckmark400: ComponentType<Partial<IconCheckmark400Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark50Type } from '../Checkmark50';
3
+ export declare const IconCheckmark50: ComponentType<Partial<IconCheckmark50Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark500Type } from '../Checkmark500';
3
+ export declare const IconCheckmark500: ComponentType<Partial<IconCheckmark500Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark600Type } from '../Checkmark600';
3
+ export declare const IconCheckmark600: ComponentType<Partial<IconCheckmark600Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCheckmark75Type } from '../Checkmark75';
3
+ export declare const IconCheckmark75: ComponentType<Partial<IconCheckmark75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron100Type } from '../Chevron100';
3
+ export declare const IconChevron100: ComponentType<Partial<IconChevron100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron200Type } from '../Chevron200';
3
+ export declare const IconChevron200: ComponentType<Partial<IconChevron200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron300Type } from '../Chevron300';
3
+ export declare const IconChevron300: ComponentType<Partial<IconChevron300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron400Type } from '../Chevron400';
3
+ export declare const IconChevron400: ComponentType<Partial<IconChevron400Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron500Type } from '../Chevron500';
3
+ export declare const IconChevron500: ComponentType<Partial<IconChevron500Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron600Type } from '../Chevron600';
3
+ export declare const IconChevron600: ComponentType<Partial<IconChevron600Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconChevron75Type } from '../Chevron75';
3
+ export declare const IconChevron75: ComponentType<Partial<IconChevron75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCornerTriangle100Type } from '../CornerTriangle100';
3
+ export declare const IconCornerTriangle100: ComponentType<Partial<IconCornerTriangle100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCornerTriangle200Type } from '../CornerTriangle200';
3
+ export declare const IconCornerTriangle200: ComponentType<Partial<IconCornerTriangle200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCornerTriangle300Type } from '../CornerTriangle300';
3
+ export declare const IconCornerTriangle300: ComponentType<Partial<IconCornerTriangle300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCornerTriangle75Type } from '../CornerTriangle75';
3
+ export declare const IconCornerTriangle75: ComponentType<Partial<IconCornerTriangle75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross100Type } from '../Cross100';
3
+ export declare const IconCross100: ComponentType<Partial<IconCross100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross200Type } from '../Cross200';
3
+ export declare const IconCross200: ComponentType<Partial<IconCross200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross300Type } from '../Cross300';
3
+ export declare const IconCross300: ComponentType<Partial<IconCross300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross400Type } from '../Cross400';
3
+ export declare const IconCross400: ComponentType<Partial<IconCross400Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross500Type } from '../Cross500';
3
+ export declare const IconCross500: ComponentType<Partial<IconCross500Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross600Type } from '../Cross600';
3
+ export declare const IconCross600: ComponentType<Partial<IconCross600Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconCross75Type } from '../Cross75';
3
+ export declare const IconCross75: ComponentType<Partial<IconCross75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash100Type } from '../Dash100';
3
+ export declare const IconDash100: ComponentType<Partial<IconDash100Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash200Type } from '../Dash200';
3
+ export declare const IconDash200: ComponentType<Partial<IconDash200Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash300Type } from '../Dash300';
3
+ export declare const IconDash300: ComponentType<Partial<IconDash300Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash400Type } from '../Dash400';
3
+ export declare const IconDash400: ComponentType<Partial<IconDash400Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash50Type } from '../Dash50';
3
+ export declare const IconDash50: ComponentType<Partial<IconDash50Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash500Type } from '../Dash500';
3
+ export declare const IconDash500: ComponentType<Partial<IconDash500Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash600Type } from '../Dash600';
3
+ export declare const IconDash600: ComponentType<Partial<IconDash600Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDash75Type } from '../Dash75';
3
+ export declare const IconDash75: ComponentType<Partial<IconDash75Type> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconDoubleGripperType } from '../DoubleGripper';
3
+ export declare const IconDoubleGripper: ComponentType<Partial<IconDoubleGripperType> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconSingleGripperType } from '../SingleGripper';
3
+ export declare const IconSingleGripper: ComponentType<Partial<IconSingleGripperType> | {
4
+ slot: string;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ import { ComponentType } from 'react';
2
+ import type { IconTripleGripperType } from '../TripleGripper';
3
+ export declare const IconTripleGripper: ComponentType<Partial<IconTripleGripperType> | {
4
+ slot: string;
5
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/icons-ui",
3
- "version": "0.31.1-react.2+971de948d",
3
+ "version": "0.31.1-react.3+886f51591",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@lit-labs/react": "^1.1.1",
23
- "@spectrum-web-components/icons-ui": "^0.31.1-react.1+86ddafa4c"
23
+ "@spectrum-web-components/icons-ui": "^0.31.1-react.3+886f51591"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "next": "^13.4.1 || latest"
@@ -30,5 +30,5 @@
30
30
  "optional": true
31
31
  }
32
32
  },
33
- "gitHead": "971de948df12f7082f13ab5dd5e638d456ebbb94"
33
+ "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
34
34
  }