@stash-ui/duotone-icons 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;