@metamask-previews/design-system-react 0.14.0-preview.4ce710b → 0.15.0-preview.a73a010
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/CHANGELOG.md +12 -1
- package/dist/components/BannerAlert/BannerAlert.constants.cjs +8 -8
- package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.mjs +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.cjs +4 -4
- package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.mjs +2 -2
- package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
- package/dist/components/Box/Box.constants.cjs.map +1 -1
- package/dist/components/Box/Box.constants.d.cts +1 -1
- package/dist/components/Box/Box.constants.d.cts.map +1 -1
- package/dist/components/Box/Box.constants.d.mts +1 -1
- package/dist/components/Box/Box.constants.d.mts.map +1 -1
- package/dist/components/Box/Box.constants.mjs.map +1 -1
- package/dist/components/Box/Box.types.cjs.map +1 -1
- package/dist/components/Box/Box.types.d.cts +2 -106
- package/dist/components/Box/Box.types.d.cts.map +1 -1
- package/dist/components/Box/Box.types.d.mts +2 -106
- package/dist/components/Box/Box.types.d.mts.map +1 -1
- package/dist/components/Box/Box.types.mjs.map +1 -1
- package/dist/components/Box/index.cjs +7 -7
- package/dist/components/Box/index.cjs.map +1 -1
- package/dist/components/Box/index.d.cts +1 -2
- package/dist/components/Box/index.d.cts.map +1 -1
- package/dist/components/Box/index.d.mts +1 -2
- package/dist/components/Box/index.d.mts.map +1 -1
- package/dist/components/Box/index.mjs +1 -1
- package/dist/components/Box/index.mjs.map +1 -1
- package/dist/components/Icon/icons/NoPhotography.cjs +32 -0
- package/dist/components/Icon/icons/NoPhotography.cjs.map +1 -0
- package/dist/components/Icon/icons/NoPhotography.d.cts +4 -0
- package/dist/components/Icon/icons/NoPhotography.d.cts.map +1 -0
- package/dist/components/Icon/icons/NoPhotography.d.mts +4 -0
- package/dist/components/Icon/icons/NoPhotography.d.mts.map +1 -0
- package/dist/components/Icon/icons/NoPhotography.mjs +7 -0
- package/dist/components/Icon/icons/NoPhotography.mjs.map +1 -0
- package/dist/components/Icon/icons/index.cjs +2 -0
- package/dist/components/Icon/icons/index.cjs.map +1 -1
- package/dist/components/Icon/icons/index.d.cts +1 -0
- package/dist/components/Icon/icons/index.d.cts.map +1 -1
- package/dist/components/Icon/icons/index.d.mts +1 -0
- package/dist/components/Icon/icons/index.d.mts.map +1 -1
- package/dist/components/Icon/icons/index.mjs +2 -0
- package/dist/components/Icon/icons/index.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +2 -2
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.cts +1 -1
- package/dist/components/Input/Input.d.cts.map +1 -1
- package/dist/components/Input/Input.d.mts +1 -1
- package/dist/components/Input/Input.d.mts.map +1 -1
- package/dist/components/Input/Input.mjs +1 -1
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/Input.types.cjs.map +1 -1
- package/dist/components/Input/Input.types.d.cts +1 -1
- package/dist/components/Input/Input.types.d.cts.map +1 -1
- package/dist/components/Input/Input.types.d.mts +1 -1
- package/dist/components/Input/Input.types.d.mts.map +1 -1
- package/dist/components/Input/Input.types.mjs.map +1 -1
- package/dist/components/Text/Text.cjs +3 -5
- package/dist/components/Text/Text.cjs.map +1 -1
- package/dist/components/Text/Text.constants.cjs +44 -58
- package/dist/components/Text/Text.constants.cjs.map +1 -1
- package/dist/components/Text/Text.constants.d.cts +1 -4
- package/dist/components/Text/Text.constants.d.cts.map +1 -1
- package/dist/components/Text/Text.constants.d.mts +1 -4
- package/dist/components/Text/Text.constants.d.mts.map +1 -1
- package/dist/components/Text/Text.constants.mjs +1 -15
- package/dist/components/Text/Text.constants.mjs.map +1 -1
- package/dist/components/Text/Text.d.cts.map +1 -1
- package/dist/components/Text/Text.d.mts.map +1 -1
- package/dist/components/Text/Text.mjs +3 -5
- package/dist/components/Text/Text.mjs.map +1 -1
- package/dist/components/Text/Text.types.cjs.map +1 -1
- package/dist/components/Text/Text.types.d.cts +39 -4
- package/dist/components/Text/Text.types.d.cts.map +1 -1
- package/dist/components/Text/Text.types.d.mts +39 -4
- package/dist/components/Text/Text.types.d.mts.map +1 -1
- package/dist/components/Text/Text.types.mjs.map +1 -1
- package/dist/components/Text/index.cjs +6 -7
- package/dist/components/Text/index.cjs.map +1 -1
- package/dist/components/Text/index.d.cts +1 -2
- package/dist/components/Text/index.d.cts.map +1 -1
- package/dist/components/Text/index.d.mts +1 -2
- package/dist/components/Text/index.d.mts.map +1 -1
- package/dist/components/Text/index.mjs +1 -2
- package/dist/components/Text/index.mjs.map +1 -1
- package/dist/types/index.cjs +140 -190
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +124 -194
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +124 -194
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +139 -189
- package/dist/types/index.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1,110 +1,6 @@
|
|
|
1
|
+
import type { BoxPropsShared } from "@metamask-previews/design-system-shared";
|
|
1
2
|
import type { ComponentProps } from "react";
|
|
2
|
-
|
|
3
|
-
export type BoxProps = ComponentProps<'div'> & {
|
|
4
|
-
/**
|
|
5
|
-
* The flex-direction style of the component.
|
|
6
|
-
*/
|
|
7
|
-
flexDirection?: BoxFlexDirection;
|
|
8
|
-
/**
|
|
9
|
-
* The flex-wrap style of the component.
|
|
10
|
-
*/
|
|
11
|
-
flexWrap?: BoxFlexWrap;
|
|
12
|
-
/**
|
|
13
|
-
* The gap between the component's children.
|
|
14
|
-
* Use 0-12 for a gap of 0px-48px.
|
|
15
|
-
*/
|
|
16
|
-
gap?: BoxSpacing;
|
|
17
|
-
/**
|
|
18
|
-
* The align-items style of the component.
|
|
19
|
-
*/
|
|
20
|
-
alignItems?: BoxAlignItems;
|
|
21
|
-
/**
|
|
22
|
-
* The justify-content style of the component.
|
|
23
|
-
*/
|
|
24
|
-
justifyContent?: BoxJustifyContent;
|
|
25
|
-
/**
|
|
26
|
-
* The margin of the component.
|
|
27
|
-
* Use 0-12 for margin of 0px-48px.
|
|
28
|
-
*/
|
|
29
|
-
margin?: BoxSpacing;
|
|
30
|
-
/**
|
|
31
|
-
* The top margin of the component.
|
|
32
|
-
* Use 0-12 for margin of 0px-48px.
|
|
33
|
-
*/
|
|
34
|
-
marginTop?: BoxSpacing;
|
|
35
|
-
/**
|
|
36
|
-
* The right margin of the component.
|
|
37
|
-
* Use 0-12 for margin of 0px-48px.
|
|
38
|
-
*/
|
|
39
|
-
marginRight?: BoxSpacing;
|
|
40
|
-
/**
|
|
41
|
-
* The bottom margin of the component.
|
|
42
|
-
* Use 0-12 for margin of 0px-48px.
|
|
43
|
-
*/
|
|
44
|
-
marginBottom?: BoxSpacing;
|
|
45
|
-
/**
|
|
46
|
-
* The left margin of the component.
|
|
47
|
-
* Use 0-12 for margin of 0px-48px.
|
|
48
|
-
*/
|
|
49
|
-
marginLeft?: BoxSpacing;
|
|
50
|
-
/**
|
|
51
|
-
* The horizontal margin of the component.
|
|
52
|
-
* Use 0-12 for margin of 0px-48px.
|
|
53
|
-
*/
|
|
54
|
-
marginHorizontal?: BoxSpacing;
|
|
55
|
-
/**
|
|
56
|
-
* The vertical margin of the component.
|
|
57
|
-
* Use 0-12 for margin of 0px-48px.
|
|
58
|
-
*/
|
|
59
|
-
marginVertical?: BoxSpacing;
|
|
60
|
-
/**
|
|
61
|
-
* The padding of the component.
|
|
62
|
-
* Use 0-12 for padding of 0px-48px.
|
|
63
|
-
*/
|
|
64
|
-
padding?: BoxSpacing;
|
|
65
|
-
/**
|
|
66
|
-
* The top padding of the component.
|
|
67
|
-
* Use 0-12 for padding of 0px-48px.
|
|
68
|
-
*/
|
|
69
|
-
paddingTop?: BoxSpacing;
|
|
70
|
-
/**
|
|
71
|
-
* The right padding of the component.
|
|
72
|
-
* Use 0-12 for padding of 0px-48px.
|
|
73
|
-
*/
|
|
74
|
-
paddingRight?: BoxSpacing;
|
|
75
|
-
/**
|
|
76
|
-
* The bottom padding of the component.
|
|
77
|
-
* Use 0-12 for padding of 0px-48px.
|
|
78
|
-
*/
|
|
79
|
-
paddingBottom?: BoxSpacing;
|
|
80
|
-
/**
|
|
81
|
-
* The left padding of the component.
|
|
82
|
-
* Use 0-12 for padding of 0px-48px.
|
|
83
|
-
*/
|
|
84
|
-
paddingLeft?: BoxSpacing;
|
|
85
|
-
/**
|
|
86
|
-
* The horizontal padding of the component.
|
|
87
|
-
* Use 0-12 for padding of 0px-48px.
|
|
88
|
-
*/
|
|
89
|
-
paddingHorizontal?: BoxSpacing;
|
|
90
|
-
/**
|
|
91
|
-
* The vertical padding of the component.
|
|
92
|
-
* Use 0-12 for padding of 0px-48px.
|
|
93
|
-
*/
|
|
94
|
-
paddingVertical?: BoxSpacing;
|
|
95
|
-
/**
|
|
96
|
-
* The border width of the component.
|
|
97
|
-
* Use 0, 1, 2, 4, or 8 for border width of 0px, 1px, 2px, 4px, or 8px.
|
|
98
|
-
*/
|
|
99
|
-
borderWidth?: BoxBorderWidth;
|
|
100
|
-
/**
|
|
101
|
-
* The border color of the component.
|
|
102
|
-
*/
|
|
103
|
-
borderColor?: BoxBorderColor;
|
|
104
|
-
/**
|
|
105
|
-
* The background color of the component.
|
|
106
|
-
*/
|
|
107
|
-
backgroundColor?: BoxBackgroundColor;
|
|
3
|
+
export type BoxProps = ComponentProps<'div'> & BoxPropsShared & {
|
|
108
4
|
/**
|
|
109
5
|
* Optional prop for additional CSS classes to be applied to the Box component.
|
|
110
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.types.d.mts","sourceRoot":"","sources":["../../../src/components/Box/Box.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"Box.types.d.mts","sourceRoot":"","sources":["../../../src/components/Box/Box.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,gDAAgD;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,CAAC,GAC1C,cAAc,GAAG;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.types.mjs","sourceRoot":"","sources":["../../../src/components/Box/Box.types.ts"],"names":[],"mappings":"","sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"Box.types.mjs","sourceRoot":"","sources":["../../../src/components/Box/Box.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { BoxPropsShared } from '@metamask-previews/design-system-shared';\nimport type { ComponentProps } from 'react';\n\nexport type BoxProps = ComponentProps<'div'> &\n BoxPropsShared & {\n /**\n * Optional prop for additional CSS classes to be applied to the Box component.\n */\n className?: string;\n /**\n * Optional boolean that determines if the component should merge its props onto its immediate child\n * instead of rendering a div element\n *\n * @default false\n */\n asChild?: boolean;\n };\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Box = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = void 0;
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return
|
|
6
|
-
Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return
|
|
7
|
-
Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return
|
|
8
|
-
Object.defineProperty(exports, "BoxJustifyContent", { enumerable: true, get: function () { return
|
|
9
|
-
Object.defineProperty(exports, "BoxBackgroundColor", { enumerable: true, get: function () { return
|
|
10
|
-
Object.defineProperty(exports, "BoxBorderColor", { enumerable: true, get: function () { return
|
|
4
|
+
var design_system_shared_1 = require("@metamask-previews/design-system-shared");
|
|
5
|
+
Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return design_system_shared_1.BoxFlexDirection; } });
|
|
6
|
+
Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return design_system_shared_1.BoxFlexWrap; } });
|
|
7
|
+
Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return design_system_shared_1.BoxAlignItems; } });
|
|
8
|
+
Object.defineProperty(exports, "BoxJustifyContent", { enumerable: true, get: function () { return design_system_shared_1.BoxJustifyContent; } });
|
|
9
|
+
Object.defineProperty(exports, "BoxBackgroundColor", { enumerable: true, get: function () { return design_system_shared_1.BoxBackgroundColor; } });
|
|
10
|
+
Object.defineProperty(exports, "BoxBorderColor", { enumerable: true, get: function () { return design_system_shared_1.BoxBorderColor; } });
|
|
11
11
|
var Box_1 = require("./Box.cjs");
|
|
12
12
|
Object.defineProperty(exports, "Box", { enumerable: true, get: function () { return Box_1.Box; } });
|
|
13
13
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":";;;AAAA,gFASiD;AAR/C,wHAAA,gBAAgB,OAAA;AAChB,mHAAA,WAAW,OAAA;AACX,qHAAA,aAAa,OAAA;AACb,yHAAA,iBAAiB,OAAA;AACjB,0HAAA,kBAAkB,OAAA;AAClB,sHAAA,cAAc,OAAA;AAIhB,iCAA4B;AAAnB,0FAAA,GAAG,OAAA","sourcesContent":["export {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n type BoxSpacing,\n type BoxBorderWidth,\n} from '@metamask-previews/design-system-shared';\nexport { Box } from './Box';\nexport type { BoxProps } from './Box.types';\n"]}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, } from "
|
|
2
|
-
export type { BoxSpacing } from "../../types/index.cjs";
|
|
1
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask-previews/design-system-shared";
|
|
3
2
|
export { Box } from "./Box.cjs";
|
|
4
3
|
export type { BoxProps } from "./Box.types.cjs";
|
|
5
4
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,GACpB,gDAAgD;AACjD,OAAO,EAAE,GAAG,EAAE,kBAAc;AAC5B,YAAY,EAAE,QAAQ,EAAE,wBAAoB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, } from "
|
|
2
|
-
export type { BoxSpacing } from "../../types/index.mjs";
|
|
1
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask-previews/design-system-shared";
|
|
3
2
|
export { Box } from "./Box.mjs";
|
|
4
3
|
export type { BoxProps } from "./Box.types.mjs";
|
|
5
4
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,GACpB,gDAAgD;AACjD,OAAO,EAAE,GAAG,EAAE,kBAAc;AAC5B,YAAY,EAAE,QAAQ,EAAE,wBAAoB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "
|
|
1
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "@metamask-previews/design-system-shared";
|
|
2
2
|
export { Box } from "./Box.mjs";
|
|
3
3
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EAGf,gDAAgD;AACjD,OAAO,EAAE,GAAG,EAAE,kBAAc","sourcesContent":["export {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n type BoxSpacing,\n type BoxBorderWidth,\n} from '@metamask-previews/design-system-shared';\nexport { Box } from './Box';\nexport type { BoxProps } from './Box.types';\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const react_1 = require("react");
|
|
28
|
+
const SvgNoPhotography = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
29
|
+
React.createElement("path", { d: "m22 19.125-2-2V7h-4.05l-1.825-2h-4.25l-.95 1.05L7.5 4.625 9 3h6l1.85 2H20q.825 0 1.413.587Q22 6.175 22 7zM4 21q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 19V7q0-.825.588-1.413C3.176 5 3.45 5 4 5h1.025l2 2H4v12h15.025l2 2zm11.65-5.375a4.7 4.7 0 0 1-1.562 1.362A4.3 4.3 0 0 1 12 17.5q-1.875 0-3.187-1.313C7.5 14.874 7.5 14.25 7.5 13q0-1.15.513-2.088c.513-.938.796-1.146 1.362-1.562l1.45 1.45q-.6.324-.962.9A2.4 2.4 0 0 0 9.5 13q0 1.05.725 1.775.726.725 1.775.725.726 0 1.3-.363a2.56 2.56 0 0 0 .9-.962zM15.2 9.8q.626.6.963 1.425c.337.825.337 1.141.337 1.775v.3q0 .15-.025.3L11.4 8.525q.15-.025.3-.025h.3q.95 0 1.775.337c.825.337 1.025.546 1.425.963m5.275 13.5L.675 3.5 2.1 2.075l19.8 19.8z" }));
|
|
30
|
+
const ForwardRef = (0, react_1.forwardRef)(SvgNoPhotography);
|
|
31
|
+
exports.default = ForwardRef;
|
|
32
|
+
//# sourceMappingURL=NoPhotography.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoPhotography.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/NoPhotography.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,2qBAA2qB,GAAG,CAAM,CAAC;AACx3B,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,gBAAgB,CAAC,CAAC;AAChD,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgNoPhotography = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m22 19.125-2-2V7h-4.05l-1.825-2h-4.25l-.95 1.05L7.5 4.625 9 3h6l1.85 2H20q.825 0 1.413.587Q22 6.175 22 7zM4 21q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 19V7q0-.825.588-1.413C3.176 5 3.45 5 4 5h1.025l2 2H4v12h15.025l2 2zm11.65-5.375a4.7 4.7 0 0 1-1.562 1.362A4.3 4.3 0 0 1 12 17.5q-1.875 0-3.187-1.313C7.5 14.874 7.5 14.25 7.5 13q0-1.15.513-2.088c.513-.938.796-1.146 1.362-1.562l1.45 1.45q-.6.324-.962.9A2.4 2.4 0 0 0 9.5 13q0 1.05.725 1.775.726.725 1.775.725.726 0 1.3-.363a2.56 2.56 0 0 0 .9-.962zM15.2 9.8q.626.6.963 1.425c.337.825.337 1.141.337 1.775v.3q0 .15-.025.3L11.4 8.525q.15-.025.3-.025h.3q.95 0 1.775.337c.825.337 1.025.546 1.425.963m5.275 13.5L.675 3.5 2.1 2.075l19.8 19.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgNoPhotography);\nexport default ForwardRef;"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoPhotography.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/NoPhotography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA+B,CAAC;AAChD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoPhotography.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/NoPhotography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA+B,CAAC;AAChD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgNoPhotography = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
4
|
+
React.createElement("path", { d: "m22 19.125-2-2V7h-4.05l-1.825-2h-4.25l-.95 1.05L7.5 4.625 9 3h6l1.85 2H20q.825 0 1.413.587Q22 6.175 22 7zM4 21q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 19V7q0-.825.588-1.413C3.176 5 3.45 5 4 5h1.025l2 2H4v12h15.025l2 2zm11.65-5.375a4.7 4.7 0 0 1-1.562 1.362A4.3 4.3 0 0 1 12 17.5q-1.875 0-3.187-1.313C7.5 14.874 7.5 14.25 7.5 13q0-1.15.513-2.088c.513-.938.796-1.146 1.362-1.562l1.45 1.45q-.6.324-.962.9A2.4 2.4 0 0 0 9.5 13q0 1.05.725 1.775.726.725 1.775.725.726 0 1.3-.363a2.56 2.56 0 0 0 .9-.962zM15.2 9.8q.626.6.963 1.425c.337.825.337 1.141.337 1.775v.3q0 .15-.025.3L11.4 8.525q.15-.025.3-.025h.3q.95 0 1.775.337c.825.337 1.025.546 1.425.963m5.275 13.5L.675 3.5 2.1 2.075l19.8 19.8z" }));
|
|
5
|
+
const ForwardRef = forwardRef(SvgNoPhotography);
|
|
6
|
+
export default ForwardRef;
|
|
7
|
+
//# sourceMappingURL=NoPhotography.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoPhotography.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/NoPhotography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,2qBAA2qB,GAAG,CAAM,CAAC;AACx3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgNoPhotography = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m22 19.125-2-2V7h-4.05l-1.825-2h-4.25l-.95 1.05L7.5 4.625 9 3h6l1.85 2H20q.825 0 1.413.587Q22 6.175 22 7zM4 21q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 19V7q0-.825.588-1.413C3.176 5 3.45 5 4 5h1.025l2 2H4v12h15.025l2 2zm11.65-5.375a4.7 4.7 0 0 1-1.562 1.362A4.3 4.3 0 0 1 12 17.5q-1.875 0-3.187-1.313C7.5 14.874 7.5 14.25 7.5 13q0-1.15.513-2.088c.513-.938.796-1.146 1.362-1.562l1.45 1.45q-.6.324-.962.9A2.4 2.4 0 0 0 9.5 13q0 1.05.725 1.775.726.725 1.775.725.726 0 1.3-.363a2.56 2.56 0 0 0 .9-.962zM15.2 9.8q.626.6.963 1.425c.337.825.337 1.141.337 1.775v.3q0 .15-.025.3L11.4 8.525q.15-.025.3-.025h.3q.95 0 1.775.337c.825.337 1.025.546 1.425.963m5.275 13.5L.675 3.5 2.1 2.075l19.8 19.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgNoPhotography);\nexport default ForwardRef;"]}
|
|
@@ -168,6 +168,7 @@ const MoreHorizontal_1 = __importDefault(require("./MoreHorizontal.cjs"));
|
|
|
168
168
|
const MoreVertical_1 = __importDefault(require("./MoreVertical.cjs"));
|
|
169
169
|
const MountainFlag_1 = __importDefault(require("./MountainFlag.cjs"));
|
|
170
170
|
const MusicNote_1 = __importDefault(require("./MusicNote.cjs"));
|
|
171
|
+
const NoPhotography_1 = __importDefault(require("./NoPhotography.cjs"));
|
|
171
172
|
const Notification_1 = __importDefault(require("./Notification.cjs"));
|
|
172
173
|
const PageInfo_1 = __importDefault(require("./PageInfo.cjs"));
|
|
173
174
|
const Palette_1 = __importDefault(require("./Palette.cjs"));
|
|
@@ -449,6 +450,7 @@ exports.Icons = {
|
|
|
449
450
|
MoreVertical: MoreVertical_1.default,
|
|
450
451
|
MountainFlag: MountainFlag_1.default,
|
|
451
452
|
MusicNote: MusicNote_1.default,
|
|
453
|
+
NoPhotography: NoPhotography_1.default,
|
|
452
454
|
Notification: Notification_1.default,
|
|
453
455
|
PageInfo: PageInfo_1.default,
|
|
454
456
|
Palette: Palette_1.default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated. Do not edit manually\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport Add from './Add';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2Up from './Arrow2Up';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport Bank from './Bank';\nimport BankAssured from './BankAssured';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport Card from './Card';\nimport CardPos from './CardPos';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport Check from './Check';\nimport CheckBold from './CheckBold';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport Clock from './Clock';\nimport ClockFilled from './ClockFilled';\nimport Close from './Close';\nimport Cloud from './Cloud';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Code from './Code';\nimport CodeCircle from './CodeCircle';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport Copy from './Copy';\nimport CopySuccess from './CopySuccess';\nimport CorporateFare from './CorporateFare';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport Dark from './Dark';\nimport DarkFilled from './DarkFilled';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport Edit from './Edit';\nimport EditSquare from './EditSquare';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport Expand from './Expand';\nimport ExpandVertical from './ExpandVertical';\nimport Explore from './Explore';\nimport ExploreFilled from './ExploreFilled';\nimport Export from './Export';\nimport Extension from './Extension';\nimport Eye from './Eye';\nimport EyeSlash from './EyeSlash';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport Flash from './Flash';\nimport FlashSlash from './FlashSlash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport Global from './Global';\nimport GlobalSearch from './GlobalSearch';\nimport Graph from './Graph';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport Heart from './Heart';\nimport HeartFilled from './HeartFilled';\nimport Hierarchy from './Hierarchy';\nimport Home from './Home';\nimport HomeFilled from './HomeFilled';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport Keep from './Keep';\nimport KeepFilled from './KeepFilled';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport Light from './Light';\nimport LightFilled from './LightFilled';\nimport Link from './Link';\nimport Loading from './Loading';\nimport Location from './Location';\nimport Lock from './Lock';\nimport LockSlash from './LockSlash';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport Minus from './Minus';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Mobile from './Mobile';\nimport Money from './Money';\nimport MoneyBag from './MoneyBag';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusicNote from './MusicNote';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport Save from './Save';\nimport SaveFilled from './SaveFilled';\nimport Saving from './Saving';\nimport Scan from './Scan';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Search from './Search';\nimport Security from './Security';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport Setting from './Setting';\nimport SettingFilled from './SettingFilled';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport Snaps from './Snaps';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Sort from './Sort';\nimport SortByAlpha from './SortByAlpha';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport Star from './Star';\nimport StarFilled from './StarFilled';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport ThumbDown from './ThumbDown';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbUp from './ThumbUp';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport Upload from './Upload';\nimport UploadFile from './UploadFile';\nimport Usb from './Usb';\nimport User from './User';\nimport UserCheck from './UserCheck';\nimport UserCircle from './UserCircle';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport Verified from './Verified';\nimport VerifiedFilled from './VerifiedFilled';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport Wallet from './Wallet';\nimport WalletFilled from './WalletFilled';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport Wifi from './Wifi';\nimport WifiOff from './WifiOff';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n Add,\n AddCard,\n AddCircle,\n AddSquare,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2Up,\n Arrow2UpRight,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n Bank,\n BankAssured,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n Card,\n CardPos,\n Cash,\n Category,\n Chart,\n Check,\n CheckBold,\n CircleX,\n Clear,\n Clock,\n ClockFilled,\n Close,\n Cloud,\n CloudDownload,\n CloudUpload,\n Code,\n CodeCircle,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n Copy,\n CopySuccess,\n CorporateFare,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n Dark,\n DarkFilled,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n Edit,\n EditSquare,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n Expand,\n ExpandVertical,\n Explore,\n ExploreFilled,\n Export,\n Extension,\n Eye,\n EyeSlash,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n Flash,\n FlashSlash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n Global,\n GlobalSearch,\n Graph,\n Hardware,\n HashTag,\n Heart,\n HeartFilled,\n Hierarchy,\n Home,\n HomeFilled,\n Image,\n Info,\n Inventory,\n Joystick,\n Keep,\n KeepFilled,\n Key,\n LastPage,\n Light,\n LightFilled,\n Link,\n Loading,\n Location,\n Lock,\n LockSlash,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n Minus,\n MinusBold,\n MinusSquare,\n Mobile,\n Money,\n MoneyBag,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusicNote,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n Save,\n SaveFilled,\n Saving,\n Scan,\n ScanBarcode,\n ScanFocus,\n Search,\n Security,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n Setting,\n SettingFilled,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n Snaps,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Sort,\n SortByAlpha,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n Star,\n StarFilled,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n ThumbDown,\n ThumbDownFilled,\n ThumbUp,\n ThumbUpFilled,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n Upload,\n UploadFile,\n Usb,\n User,\n UserCheck,\n UserCircle,\n UserCircleAdd,\n UserCircleRemove,\n Verified,\n VerifiedFilled,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n Wallet,\n WalletFilled,\n Warning,\n WebTraffic,\n Widgets,\n Wifi,\n WifiOff,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated. Do not edit manually\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport Add from './Add';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2Up from './Arrow2Up';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport Bank from './Bank';\nimport BankAssured from './BankAssured';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport Card from './Card';\nimport CardPos from './CardPos';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport Check from './Check';\nimport CheckBold from './CheckBold';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport Clock from './Clock';\nimport ClockFilled from './ClockFilled';\nimport Close from './Close';\nimport Cloud from './Cloud';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Code from './Code';\nimport CodeCircle from './CodeCircle';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport Copy from './Copy';\nimport CopySuccess from './CopySuccess';\nimport CorporateFare from './CorporateFare';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport Dark from './Dark';\nimport DarkFilled from './DarkFilled';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport Edit from './Edit';\nimport EditSquare from './EditSquare';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport Expand from './Expand';\nimport ExpandVertical from './ExpandVertical';\nimport Explore from './Explore';\nimport ExploreFilled from './ExploreFilled';\nimport Export from './Export';\nimport Extension from './Extension';\nimport Eye from './Eye';\nimport EyeSlash from './EyeSlash';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport Flash from './Flash';\nimport FlashSlash from './FlashSlash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport Global from './Global';\nimport GlobalSearch from './GlobalSearch';\nimport Graph from './Graph';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport Heart from './Heart';\nimport HeartFilled from './HeartFilled';\nimport Hierarchy from './Hierarchy';\nimport Home from './Home';\nimport HomeFilled from './HomeFilled';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport Keep from './Keep';\nimport KeepFilled from './KeepFilled';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport Light from './Light';\nimport LightFilled from './LightFilled';\nimport Link from './Link';\nimport Loading from './Loading';\nimport Location from './Location';\nimport Lock from './Lock';\nimport LockSlash from './LockSlash';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport Minus from './Minus';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Mobile from './Mobile';\nimport Money from './Money';\nimport MoneyBag from './MoneyBag';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusicNote from './MusicNote';\nimport NoPhotography from './NoPhotography';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport Save from './Save';\nimport SaveFilled from './SaveFilled';\nimport Saving from './Saving';\nimport Scan from './Scan';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Search from './Search';\nimport Security from './Security';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport Setting from './Setting';\nimport SettingFilled from './SettingFilled';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport Snaps from './Snaps';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Sort from './Sort';\nimport SortByAlpha from './SortByAlpha';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport Star from './Star';\nimport StarFilled from './StarFilled';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport ThumbDown from './ThumbDown';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbUp from './ThumbUp';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport Upload from './Upload';\nimport UploadFile from './UploadFile';\nimport Usb from './Usb';\nimport User from './User';\nimport UserCheck from './UserCheck';\nimport UserCircle from './UserCircle';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport Verified from './Verified';\nimport VerifiedFilled from './VerifiedFilled';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport Wallet from './Wallet';\nimport WalletFilled from './WalletFilled';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport Wifi from './Wifi';\nimport WifiOff from './WifiOff';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n Add,\n AddCard,\n AddCircle,\n AddSquare,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2Up,\n Arrow2UpRight,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n Bank,\n BankAssured,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n Card,\n CardPos,\n Cash,\n Category,\n Chart,\n Check,\n CheckBold,\n CircleX,\n Clear,\n Clock,\n ClockFilled,\n Close,\n Cloud,\n CloudDownload,\n CloudUpload,\n Code,\n CodeCircle,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n Copy,\n CopySuccess,\n CorporateFare,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n Dark,\n DarkFilled,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n Edit,\n EditSquare,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n Expand,\n ExpandVertical,\n Explore,\n ExploreFilled,\n Export,\n Extension,\n Eye,\n EyeSlash,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n Flash,\n FlashSlash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n Global,\n GlobalSearch,\n Graph,\n Hardware,\n HashTag,\n Heart,\n HeartFilled,\n Hierarchy,\n Home,\n HomeFilled,\n Image,\n Info,\n Inventory,\n Joystick,\n Keep,\n KeepFilled,\n Key,\n LastPage,\n Light,\n LightFilled,\n Link,\n Loading,\n Location,\n Lock,\n LockSlash,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n Minus,\n MinusBold,\n MinusSquare,\n Mobile,\n Money,\n MoneyBag,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusicNote,\n NoPhotography,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n Save,\n SaveFilled,\n Saving,\n Scan,\n ScanBarcode,\n ScanFocus,\n Search,\n Security,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n Setting,\n SettingFilled,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n Snaps,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Sort,\n SortByAlpha,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n Star,\n StarFilled,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n ThumbDown,\n ThumbDownFilled,\n ThumbUp,\n ThumbUpFilled,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n Upload,\n UploadFile,\n Usb,\n User,\n UserCheck,\n UserCircle,\n UserCircleAdd,\n UserCircleRemove,\n Verified,\n VerifiedFilled,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n Wallet,\n WalletFilled,\n Warning,\n WebTraffic,\n Widgets,\n Wifi,\n WifiOff,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
@@ -164,6 +164,7 @@ export declare const Icons: {
|
|
|
164
164
|
readonly MoreVertical: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
165
165
|
readonly MountainFlag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
166
166
|
readonly MusicNote: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
167
|
+
readonly NoPhotography: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
167
168
|
readonly Notification: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
168
169
|
readonly PageInfo: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
169
170
|
readonly Palette: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;AA4RhF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RR,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,CACvD,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC"}
|
|
@@ -164,6 +164,7 @@ export declare const Icons: {
|
|
|
164
164
|
readonly MoreVertical: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
165
165
|
readonly MountainFlag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
166
166
|
readonly MusicNote: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
167
|
+
readonly NoPhotography: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
167
168
|
readonly Notification: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
168
169
|
readonly PageInfo: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
169
170
|
readonly Palette: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;AA4RhF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RR,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,CACvD,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC"}
|
|
@@ -162,6 +162,7 @@ import MoreHorizontal from "./MoreHorizontal.mjs";
|
|
|
162
162
|
import MoreVertical from "./MoreVertical.mjs";
|
|
163
163
|
import MountainFlag from "./MountainFlag.mjs";
|
|
164
164
|
import MusicNote from "./MusicNote.mjs";
|
|
165
|
+
import NoPhotography from "./NoPhotography.mjs";
|
|
165
166
|
import Notification from "./Notification.mjs";
|
|
166
167
|
import PageInfo from "./PageInfo.mjs";
|
|
167
168
|
import Palette from "./Palette.mjs";
|
|
@@ -443,6 +444,7 @@ export const Icons = {
|
|
|
443
444
|
MoreVertical,
|
|
444
445
|
MountainFlag,
|
|
445
446
|
MusicNote,
|
|
447
|
+
NoPhotography,
|
|
446
448
|
Notification,
|
|
447
449
|
PageInfo,
|
|
448
450
|
Palette,
|