@ideeza/icons 2.1.2 → 2.1.4

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 (35) hide show
  1. package/dist/icons/v2/general/AnalyticsIcon.d.ts +7 -0
  2. package/dist/icons/v2/general/ArrowAltRightIcon.d.ts +7 -0
  3. package/dist/icons/v2/general/BalanceSheetIcon.d.ts +7 -0
  4. package/dist/icons/v2/general/CardHistoryIcon.d.ts +7 -0
  5. package/dist/icons/v2/general/CheckListIcon.d.ts +7 -0
  6. package/dist/icons/v2/general/CoinStackIcon.d.ts +7 -0
  7. package/dist/icons/v2/general/DbIcon.d.ts +7 -0
  8. package/dist/icons/v2/general/DollerBagAltIcon.d.ts +7 -0
  9. package/dist/icons/v2/general/DollerCircleInIcon.d.ts +7 -0
  10. package/dist/icons/v2/general/DollerCircleOutIcon.d.ts +7 -0
  11. package/dist/icons/v2/general/DownArrowIcon.d.ts +7 -0
  12. package/dist/icons/v2/general/ExitFullScreenIcon.d.ts +7 -0
  13. package/dist/icons/v2/general/FinanceIcon.d.ts +7 -0
  14. package/dist/icons/v2/general/FocusCircleIcon.d.ts +7 -0
  15. package/dist/icons/v2/general/GiftBoxIcon.d.ts +7 -0
  16. package/dist/icons/v2/general/GlobalIcon.d.ts +7 -0
  17. package/dist/icons/v2/general/JournalIcon.d.ts +7 -0
  18. package/dist/icons/v2/general/LiveActivityIcon.d.ts +7 -0
  19. package/dist/icons/v2/general/LocationIcon.d.ts +7 -0
  20. package/dist/icons/v2/general/MemberTreeIcon.d.ts +7 -0
  21. package/dist/icons/v2/general/NftCoinIcon.d.ts +7 -0
  22. package/dist/icons/v2/general/ProfitLossIcon.d.ts +7 -0
  23. package/dist/icons/v2/general/ProgressCircleIcon.d.ts +7 -0
  24. package/dist/icons/v2/general/RefForwardIcon.d.ts +7 -0
  25. package/dist/icons/v2/general/SandOfTimeAltIcon.d.ts +7 -0
  26. package/dist/icons/v2/general/SelectVisiblePartAltIcon.d.ts +7 -0
  27. package/dist/icons/v2/general/ShareForwardIcon.d.ts +7 -0
  28. package/dist/icons/v2/general/TeamIcon.d.ts +7 -0
  29. package/dist/icons/v2/general/UpArrowIcon.d.ts +7 -0
  30. package/dist/icons/v2/general/index.d.ts +29 -0
  31. package/dist/index.cjs +87 -0
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.esm.js +59 -1
  34. package/dist/index.esm.js.map +1 -1
  35. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgAnalyticsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgAnalyticsIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgArrowAltRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgArrowAltRightIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgBalanceSheetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgBalanceSheetIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgCardHistoryIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgCardHistoryIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgCheckListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgCheckListIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgCoinStackIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgCoinStackIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDbIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDbIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDollerBagAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDollerBagAltIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDollerCircleInIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDollerCircleInIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDollerCircleOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDollerCircleOutIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgDownArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgDownArrowIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgExitFullScreenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgExitFullScreenIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgFinanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgFinanceIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgFocusCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgFocusCircleIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgGiftBoxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgGiftBoxIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgGlobalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgGlobalIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgJournalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgJournalIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgLiveActivityIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgLiveActivityIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgLocationIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgLocationIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgMemberTreeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgMemberTreeIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgNftCoinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgNftCoinIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgProfitLossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgProfitLossIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgProgressCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgProgressCircleIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgRefForwardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgRefForwardIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgSandOfTimeAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgSandOfTimeAltIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgSelectVisiblePartAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgSelectVisiblePartAltIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgShareForwardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgShareForwardIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgTeamIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgTeamIcon;
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgUpArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgUpArrowIcon;
@@ -1,7 +1,10 @@
1
+ export { default as AnalyticsIcon } from "./AnalyticsIcon";
2
+ export { default as ArrowAltRightIcon } from "./ArrowAltRightIcon";
1
3
  export { default as ArrowDownFillIcon } from "./ArrowDownFillIcon";
2
4
  export { default as ArrowDownRightIcon } from "./ArrowDownRightIcon";
3
5
  export { default as ArrowLeftThinIcon } from "./ArrowLeftThinIcon";
4
6
  export { default as ArrowUpRightIcon } from "./ArrowUpRightIcon";
7
+ export { default as BalanceSheetIcon } from "./BalanceSheetIcon";
5
8
  export { default as BoxCrossIcon } from "./BoxCroseIcon";
6
9
  export { default as BoxMinusIcons } from "./BoxMinusIcon";
7
10
  export { default as BlogIcon } from "./BlogIcon";
@@ -9,38 +12,56 @@ export { default as BroadcastIcon } from "./BroadcastIcon";
9
12
  export { default as BugAltIcon } from "./BugAltIcon";
10
13
  export { default as CalendarOutlineIcon } from "./CalendarOutlineIcon";
11
14
  export { default as CameraIcon } from "./CameraIcon";
15
+ export { default as CardHistoryIcon } from "./CardHistoryIcon";
12
16
  export { default as CheckBoxFill } from "./CheckBoxFillIcon";
13
17
  export { default as CheckBoxOutlineIcon } from "./CheckBoxOutlineIcon";
14
18
  export { default as CheckCircleAltIcon } from "./CheckCircleAltIcon";
15
19
  export { default as CheckCircleFillIcon } from "./CheckCircleFillIcon";
20
+ export { default as CheckListIcon } from "./CheckListIcon";
16
21
  export { default as ClockProgressIcon } from "./ClockProgressIcon";
22
+ export { default as CoinStackIcon } from "./CoinStackIcon";
17
23
  export { default as DashboardMenuIcon } from "./DashboardMenuIcon";
24
+ export { default as DbIcon } from "./DbIcon";
18
25
  export { default as DimondIcon } from "./DimondIcon";
19
26
  export { default as DollarCircleIcon } from "./DollarCircleIcon";
20
27
  export { default as DoubleCheckIcon } from "./DoubleCheckIcon";
28
+ export { default as DollarBagAltIcon } from "./DollerBagAltIcon";
29
+ export { default as DollarCircleInIcon } from "./DollerCircleInIcon";
30
+ export { default as DollarCircleOutIcon } from "./DollerCircleOutIcon";
21
31
  export { default as DoublePaperIcon } from "./DoublePaperIcon";
32
+ export { default as DownArrowIcon } from "./DownArrowIcon";
22
33
  export { default as EmptyBoxIcon } from "./EmptyBoxIcon";
34
+ export { default as ExitFullScreenIcon } from "./ExitFullScreenIcon";
23
35
  export { default as ExpandViewIcon } from "./ExpandViewIcon";
24
36
  export { default as ExternalLinkIcon } from "./ExternalLinkIcon";
25
37
  export { default as FasterIcon } from "./FasterIcon";
26
38
  export { default as FileFolderIcon } from "./FileFolderIcon";
39
+ export { default as FinanceIcon } from "./FinanceIcon";
27
40
  export { default as FlameIcon } from "./FlameIcon";
41
+ export { default as FocusCircleIcon } from "./FocusCircleIcon";
28
42
  export { default as FolderAltIcon } from "./FolderAltIcon";
29
43
  export { default as FolderExportAltIcon } from "./FolderExportAltIcon";
30
44
  export { default as FormIcon } from "./FormIcon";
31
45
  export { default as ForwardAltIcon } from "./ForwordAltIcon";
46
+ export { default as GiftBoxIcon } from "./GiftBoxIcon";
47
+ export { default as GlobalIcon } from "./GlobalIcon";
32
48
  export { default as HappyFaceIcon } from "./HappyFaceIcon";
33
49
  export { default as HomeIcon } from "./HomeIcon";
34
50
  export { default as ImageAltIcon } from "./ImageAltIcon";
51
+ export { default as JournalIcon } from "./JournalIcon";
35
52
  export { default as KeyboardCurveRightArrowIcon } from "./KeyboardCurveRightArrowIcon";
36
53
  export { default as KeyboardCurveUptArrowIcon } from "./KeyboardCurveUpIcon";
54
+ export { default as LiveActivityIcon } from "./LiveActivityIcon";
55
+ export { default as LocationIcon } from "./LocationIcon";
37
56
  export { default as LockAltIcon } from "./LockAltIcon";
38
57
  export { default as LogoutCurveIcon } from "./LogoutCurveIcon";
39
58
  export { default as MailCheckIcon } from "./MailCheckIcon";
59
+ export { default as MemberTreeIcon } from "./MemberTreeIcon";
40
60
  export { default as MessageIcon } from "./MessageIcon";
41
61
  export { default as MoonHalfIcon } from "./MoonHalfIcon";
42
62
  export { default as MultilineIcon } from "./MultilineIcon";
43
63
  export { default as NewsFeedIcon } from "./NewsFeedIcon";
64
+ export { default as NftCoinIcon } from "./NftCoinIcon";
44
65
  export { default as NoteIcon } from "./NoteIcon";
45
66
  export { default as PartsIcon } from "./PartsIcon";
46
67
  export { default as PawStationIcon } from "./PawStationIcon";
@@ -49,11 +70,17 @@ export { default as PenIcon } from "./PenIcon";
49
70
  export { default as PlusThinIcon } from "./PlusThinIcon";
50
71
  export { default as PrinterIcon } from "./PrinterIcon";
51
72
  export { default as PrintQueueIcon } from "./PrintQueueIcon";
73
+ export { default as ProfitLossIcon } from "./ProfitLossIcon";
74
+ export { default as ProgressCircleIcon } from "./ProgressCircleIcon";
52
75
  export { default as ReferAltIcon } from "./ReferAltIcon";
76
+ export { default as RefForwardIcon } from "./RefForwardIcon";
53
77
  export { default as ReplyIcon } from "./ReplyIcon";
78
+ export { default as SandOfTimeAltIcon } from "./SandOfTimeAltIcon";
79
+ export { default as SelectVisiblePartAltIcon } from "./SelectVisiblePartAltIcon";
54
80
  export { default as SendUpAltIcon } from "./SendUpAltIcon";
55
81
  export { default as SendUpIcon } from "./SendUpIcon";
56
82
  export { default as SettingOutlineIcon } from "./SettingOutlineIcon";
83
+ export { default as ShareForwardIcon } from "./ShareForwardIcon";
57
84
  export { default as ShareitIcon } from "./ShareitIcon";
58
85
  export { default as ShieldIcon } from "./ShieldIcon";
59
86
  export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
@@ -63,11 +90,13 @@ export { default as SystemHubIcon } from "./SystemHubIcon";
63
90
  export { default as TagIcon } from "./TagIcon";
64
91
  export { default as TargetBoardIcon } from "./TargetBoardIcon";
65
92
  export { default as TargetHalfIcon } from "./TargetHalfIcon";
93
+ export { default as TeamIcon } from "./TeamIcon";
66
94
  export { default as TickFillIcon } from "./TickFillIcon";
67
95
  export { default as TickIcon } from "./TickIcon";
68
96
  export { default as TrashBoldIcon } from "./TrashBoldIcon";
69
97
  export { default as UafoIcon } from "./UafoIcon";
70
98
  export { default as UnlockIcon } from "./UnlockIcon";
99
+ export { default as UpArrowIcon } from "./UpArrowIcon";
71
100
  export { default as UploadAltIcon } from "./UploadAltIcon";
72
101
  export { default as UserBoldIcon } from "./UserBoldIcon";
73
102
  export { default as UserCaptureAltIcon } from "./UserCaptureAltIcon";