@stash-ui/duotone-icons 1.0.3 → 1.0.5

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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowReplyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ArrowReplyIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDoubleDownIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDoubleLeftIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDoubleRightIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDoubleUpIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ContentShareIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ContentShareIcon;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from './types';
3
- export declare const EmojiPissedOffIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
- export default EmojiPissedOffIcon;
3
+ export declare const CornerDownLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CornerDownLeftIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CornerDownRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CornerDownRightIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CornerUpLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CornerUpLeftIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CornerUpRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default CornerUpRightIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const EmojiWinkPlusIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default EmojiWinkPlusIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ReadingTimeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default ReadingTimeIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const StopwatchIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default StopwatchIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const UserMinusIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default UserMinusIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const UserPlusIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default UserPlusIcon;