@ideeza/icons 2.1.7 → 2.1.9
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.
- package/dist/icons/v2/general/BankIcon.d.ts +7 -0
- package/dist/icons/v2/general/BlockedSealIcon.d.ts +7 -0
- package/dist/icons/v2/general/GraduationCapIcon.d.ts +7 -0
- package/dist/icons/v2/general/PinTaskIcon.d.ts +7 -0
- package/dist/icons/v2/general/StarFillIcon.d.ts +7 -0
- package/dist/icons/v2/general/StarOutlineIcon.d.ts +7 -0
- package/dist/icons/v2/general/index.d.ts +6 -0
- package/dist/index.cjs +634 -1992
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +629 -1993
- package/dist/index.esm.js.map +1 -1
- package/package.json +14 -6
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBankIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBankIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBlockedSealIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBlockedSealIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgGraduationCapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgGraduationCapIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPinTaskIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPinTaskIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStarFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStarFillIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStarOutlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStarOutlineIcon;
|
|
@@ -6,7 +6,9 @@ export { default as ArrowLeftThinIcon } from "./ArrowLeftThinIcon";
|
|
|
6
6
|
export { default as ArrowUpRightIcon } from "./ArrowUpRightIcon";
|
|
7
7
|
export { default as AudioTrackIcon } from "./AudioTrackIcon";
|
|
8
8
|
export { default as BalanceSheetIcon } from "./BalanceSheetIcon";
|
|
9
|
+
export { default as BankIcon } from "./BankIcon";
|
|
9
10
|
export { default as BillSecureIcon } from "./BillSecureIcon";
|
|
11
|
+
export { default as BlockedSealIcon } from "./BlockedSealIcon";
|
|
10
12
|
export { default as BoxCrossIcon } from "./BoxCroseIcon";
|
|
11
13
|
export { default as BoxMinusIcons } from "./BoxMinusIcon";
|
|
12
14
|
export { default as BlogIcon } from "./BlogIcon";
|
|
@@ -50,6 +52,7 @@ export { default as FormIcon } from "./FormIcon";
|
|
|
50
52
|
export { default as ForwardAltIcon } from "./ForwordAltIcon";
|
|
51
53
|
export { default as GiftBoxIcon } from "./GiftBoxIcon";
|
|
52
54
|
export { default as GlobalIcon } from "./GlobalIcon";
|
|
55
|
+
export { default as GraduationCapIcon } from "./GraduationCapIcon";
|
|
53
56
|
export { default as HappyFaceIcon } from "./HappyFaceIcon";
|
|
54
57
|
export { default as HomeIcon } from "./HomeIcon";
|
|
55
58
|
export { default as ImageAltIcon } from "./ImageAltIcon";
|
|
@@ -75,6 +78,7 @@ export { default as PawStationIcon } from "./PawStationIcon";
|
|
|
75
78
|
export { default as PayRollIcon } from "./PayRollIcon";
|
|
76
79
|
export { default as PcbIcon } from "./PcbIcon";
|
|
77
80
|
export { default as PenIcon } from "./PenIcon";
|
|
81
|
+
export { default as PinTaskIcon } from "./PinTaskIcon";
|
|
78
82
|
export { default as PlusThinIcon } from "./PlusThinIcon";
|
|
79
83
|
export { default as PrinterIcon } from "./PrinterIcon";
|
|
80
84
|
export { default as PrintQueueIcon } from "./PrintQueueIcon";
|
|
@@ -97,6 +101,8 @@ export { default as ShieldIcon } from "./ShieldIcon";
|
|
|
97
101
|
export { default as ShieldKeyIcon } from "./ShieldKeyIcon";
|
|
98
102
|
export { default as ShieldLockIcon } from "./ShieldLockIcon";
|
|
99
103
|
export { default as SidebarCollapseIcon } from "./SidebarCollapseIcon";
|
|
104
|
+
export { default as StarFillIcon } from "./StarFillIcon";
|
|
105
|
+
export { default as StarOutlineIcon } from "./StarOutlineIcon";
|
|
100
106
|
export { default as StatisticsIcon } from "./StatisticsIcon";
|
|
101
107
|
export { default as SystemHubIcon } from "./SystemHubIcon";
|
|
102
108
|
export { default as TagIcon } from "./TagIcon";
|