@ideeza/icons 2.1.6 → 2.1.8

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,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDownloadArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDownloadArrowIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgLightningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgLightningIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgShareLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgShareLinkIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgStatisticsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgStatisticsIcon;
@@ -34,6 +34,7 @@ export { default as DollarCircleInIcon } from "./DollerCircleInIcon";
34
34
  export { default as DollarCircleOutIcon } from "./DollerCircleOutIcon";
35
35
  export { default as DoublePaperIcon } from "./DoublePaperIcon";
36
36
  export { default as DownArrowIcon } from "./DownArrowIcon";
37
+ export { default as DownloadArrowIcon } from "./DownloadArrowIcon";
37
38
  export { default as EmptyBoxIcon } from "./EmptyBoxIcon";
38
39
  export { default as ExitFullScreenIcon } from "./ExitFullScreenIcon";
39
40
  export { default as ExpandViewIcon } from "./ExpandViewIcon";
@@ -55,6 +56,7 @@ export { default as ImageAltIcon } from "./ImageAltIcon";
55
56
  export { default as JournalIcon } from "./JournalIcon";
56
57
  export { default as KeyboardCurveRightArrowIcon } from "./KeyboardCurveRightArrowIcon";
57
58
  export { default as KeyboardCurveUptArrowIcon } from "./KeyboardCurveUpIcon";
59
+ export { default as LightningIcon } from "./LightningIcon";
58
60
  export { default as LiveActivityIcon } from "./LiveActivityIcon";
59
61
  export { default as LocationIcon } from "./LocationIcon";
60
62
  export { default as LockAltIcon } from "./LockAltIcon";
@@ -90,10 +92,12 @@ export { default as SendUpIcon } from "./SendUpIcon";
90
92
  export { default as SettingOutlineIcon } from "./SettingOutlineIcon";
91
93
  export { default as ShareForwardIcon } from "./ShareForwardIcon";
92
94
  export { default as ShareitIcon } from "./ShareitIcon";
95
+ export { default as ShareLinkIcon } from "./ShareLinkIcon";
93
96
  export { default as ShieldIcon } from "./ShieldIcon";
94
97
  export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
95
98
  export { default as ShieldLockIcon } from "./ShieldLockIcon";
96
99
  export { default as SidebarCollapseIcon } from "./SidebarCollapseIcon";
100
+ export { default as StatisticsIcon } from "./StatisticsIcon";
97
101
  export { default as SystemHubIcon } from "./SystemHubIcon";
98
102
  export { default as TagIcon } from "./TagIcon";
99
103
  export { default as TargetBoardIcon } from "./TargetBoardIcon";