@trsys-tech/matrix-icons 0.0.5 → 0.0.6
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/check.es.js +6 -0
- package/dist/check.es.js.map +1 -0
- package/dist/components/StarFilled.d.ts.map +1 -1
- package/dist/index.d.ts +119 -118
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +280 -278
- package/dist/index.es.js.map +1 -1
- package/dist/minus.es.js +1 -1
- package/dist/minus.es.js.map +1 -1
- package/dist/starfilled.es.js +10 -3
- package/dist/starfilled.es.js.map +1 -1
- package/package.json +1 -1
package/dist/check.es.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const C = ({ ...t }) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ r("path", { d: "M20.6986 7.55338L10.1439 18.1081C9.99645 18.3254 9.75974 18.4147 9.51915 18.4147C9.27857 18.4147 9.04264 18.3237 8.86065 18.1418L3.27284 12.554C2.90905 12.1903 2.90905 11.601 3.27284 11.237C3.63663 10.873 4.22587 10.8732 4.58986 11.237L9.51915 16.1679L19.4142 6.27284C19.778 5.90905 20.3673 5.90905 20.7312 6.27284C21.0952 6.63663 21.0944 7.22355 20.6986 7.55338Z" }) });
|
|
3
|
+
export {
|
|
4
|
+
C as Check
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=check.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.es.js","sources":["../src/components/Check.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Check: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" {...props}>\r\n <path d=\"M20.6986 7.55338L10.1439 18.1081C9.99645 18.3254 9.75974 18.4147 9.51915 18.4147C9.27857 18.4147 9.04264 18.3237 8.86065 18.1418L3.27284 12.554C2.90905 12.1903 2.90905 11.601 3.27284 11.237C3.63663 10.873 4.22587 10.8732 4.58986 11.237L9.51915 16.1679L19.4142 6.27284C19.778 5.90905 20.3673 5.90905 20.7312 6.27284C21.0952 6.63663 21.0944 7.22355 20.6986 7.55338Z\" />\r\n </svg>\r\n );\r\n};\r\n"],"names":["Check","props"],"mappings":";AAEO,MAAMA,IAA2C,CAAC,EAAE,GAAGC,0BAEzD,OAAI,EAAA,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,gBAAe,SAAQ,aAAa,GAAGA,GACzG,4BAAC,QAAK,EAAA,GAAE,8WAA8W,CAAA,GACxX;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StarFilled.d.ts","sourceRoot":"","sources":["../../src/components/StarFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"StarFilled.d.ts","sourceRoot":"","sources":["../../src/components/StarFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAUxD,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,69 +1,63 @@
|
|
|
1
1
|
export { AdobeAcrobat } from './components/AdobeAcrobat';
|
|
2
|
+
export { AlignCenter } from './components/AlignCenter';
|
|
3
|
+
export { AlignJustify } from './components/AlignJustify';
|
|
4
|
+
export { AlignLeft } from './components/AlignLeft';
|
|
5
|
+
export { AlignRight } from './components/AlignRight';
|
|
6
|
+
export { Archive } from './components/Archive';
|
|
7
|
+
export { ArrowLeft } from './components/ArrowLeft';
|
|
8
|
+
export { ArrowLeftToLine } from './components/ArrowLeftToLine';
|
|
9
|
+
export { ArrowRight } from './components/ArrowRight';
|
|
10
|
+
export { ArrowRightFromLine } from './components/ArrowRightFromLine';
|
|
11
|
+
export { ArrowRotateRight } from './components/ArrowRotateRight';
|
|
12
|
+
export { ArrowsInward } from './components/ArrowsInward';
|
|
13
|
+
export { ArrowsMaximize } from './components/ArrowsMaximize';
|
|
14
|
+
export { ArrowsMinimize } from './components/ArrowsMinimize';
|
|
15
|
+
export { ArrowsOutward } from './components/ArrowsOutward';
|
|
16
|
+
export { Assemblies } from './components/Assemblies';
|
|
17
|
+
export { Attachment } from './components/Attachment';
|
|
18
|
+
export { Ban } from './components/Ban';
|
|
19
|
+
export { Bars } from './components/Bars';
|
|
20
|
+
export { BarsSort } from './components/BarsSort';
|
|
21
|
+
export { Bell } from './components/Bell';
|
|
22
|
+
export { Board } from './components/Board';
|
|
23
|
+
export { Breakdown } from './components/Breakdown';
|
|
2
24
|
export { Calendar } from './components/Calendar';
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export { Spinner } from './components/Spinner';
|
|
13
|
-
export { Slash } from './components/Slash';
|
|
14
|
-
export { SliderUp } from './components/SliderUp';
|
|
15
|
-
export { Snowflake } from './components/Snowflake';
|
|
16
|
-
export { Send } from './components/Send';
|
|
17
|
-
export { SidebarLeft } from './components/SidebarLeft';
|
|
18
|
-
export { Sigma } from './components/Sigma';
|
|
19
|
-
export { Selected } from './components/Selected';
|
|
20
|
-
export { Refresh } from './components/Refresh';
|
|
21
|
-
export { ScaleBalanced } from './components/ScaleBalanced';
|
|
22
|
-
export { Question } from './components/Question';
|
|
23
|
-
export { Reply } from './components/Reply';
|
|
24
|
-
export { RePost } from './components/RePost';
|
|
25
|
-
export { RolePermission } from './components/RolePermission';
|
|
26
|
-
export { Projects } from './components/Projects';
|
|
27
|
-
export { QCApprove } from './components/QCApprove';
|
|
28
|
-
export { ListSearch } from './components/ListSearch';
|
|
25
|
+
export { Check } from './components/Check';
|
|
26
|
+
export { ChevronDown } from './components/ChevronDown';
|
|
27
|
+
export { ChevronLeft } from './components/ChevronLeft';
|
|
28
|
+
export { ChevronRight } from './components/ChevronRight';
|
|
29
|
+
export { ChevronUp } from './components/ChevronUp';
|
|
30
|
+
export { ChevronsDown } from './components/ChevronsDown';
|
|
31
|
+
export { ChevronsLeft } from './components/ChevronsLeft';
|
|
32
|
+
export { ChevronsRight } from './components/ChevronsRight';
|
|
33
|
+
export { ChevronsUp } from './components/ChevronsUp';
|
|
29
34
|
export { CircleChecked } from './components/CircleChecked';
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export { LayerGroup } from './components/LayerGroup';
|
|
57
|
-
export { Library } from './components/Library';
|
|
58
|
-
export { Image } from './components/Image';
|
|
59
|
-
export { Gear } from './components/Gear';
|
|
60
|
-
export { Google } from './components/Google';
|
|
61
|
-
export { Grid } from './components/Grid';
|
|
62
|
-
export { GridDividers } from './components/GridDividers';
|
|
63
|
-
export { Grip } from './components/Grip';
|
|
64
|
-
export { House } from './components/House';
|
|
65
|
-
export { Import } from './components/Import';
|
|
66
|
-
export { Save } from './components/Save';
|
|
35
|
+
export { CircleDollar } from './components/CircleDollar';
|
|
36
|
+
export { CircleInfo } from './components/CircleInfo';
|
|
37
|
+
export { CirclePlus } from './components/CirclePlus';
|
|
38
|
+
export { CircleXmark } from './components/CircleXmark';
|
|
39
|
+
export { Clock } from './components/Clock';
|
|
40
|
+
export { Clone } from './components/Clone';
|
|
41
|
+
export { Comma } from './components/Comma';
|
|
42
|
+
export { Comments } from './components/Comments';
|
|
43
|
+
export { CommentsBadge } from './components/CommentsBadge';
|
|
44
|
+
export { Company } from './components/Company';
|
|
45
|
+
export { Connect } from './components/Connect';
|
|
46
|
+
export { Copy } from './components/Copy';
|
|
47
|
+
export { Dashboard } from './components/Dashboard';
|
|
48
|
+
export { Deficiency } from './components/Deficiency';
|
|
49
|
+
export { DeficiencyList } from './components/DeficiencyList';
|
|
50
|
+
export { Download } from './components/Download';
|
|
51
|
+
export { Driver } from './components/Driver';
|
|
52
|
+
export { Elipsis } from './components/Elipsis';
|
|
53
|
+
export { ElipsisVertical } from './components/ElipsisVertical';
|
|
54
|
+
export { ElipsisVerticalStroke } from './components/ElipsisVerticalStroke';
|
|
55
|
+
export { Email } from './components/Email';
|
|
56
|
+
export { Exclusion } from './components/Exclusion';
|
|
57
|
+
export { Expand } from './components/Expand';
|
|
58
|
+
export { Export } from './components/Export';
|
|
59
|
+
export { Eye } from './components/Eye';
|
|
60
|
+
export { EyeSlash } from './components/EyeSlash';
|
|
67
61
|
export { FileChart } from './components/FileChart';
|
|
68
62
|
export { FileChartColumn } from './components/FileChartColumn';
|
|
69
63
|
export { FileExcel } from './components/FileExcel';
|
|
@@ -74,61 +68,68 @@ export { FilterSlash } from './components/FilterSlash';
|
|
|
74
68
|
export { FlagPennant } from './components/FlagPennant';
|
|
75
69
|
export { FolderClosed } from './components/FolderClosed';
|
|
76
70
|
export { FolderOpen } from './components/FolderOpen';
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
export {
|
|
83
|
-
export {
|
|
84
|
-
export {
|
|
85
|
-
export {
|
|
86
|
-
export {
|
|
87
|
-
export {
|
|
88
|
-
export {
|
|
89
|
-
export {
|
|
90
|
-
export {
|
|
91
|
-
export {
|
|
92
|
-
export {
|
|
93
|
-
export {
|
|
94
|
-
export {
|
|
95
|
-
export {
|
|
96
|
-
export {
|
|
97
|
-
export {
|
|
98
|
-
export {
|
|
99
|
-
export {
|
|
100
|
-
export {
|
|
101
|
-
export {
|
|
102
|
-
export {
|
|
103
|
-
export {
|
|
104
|
-
export {
|
|
105
|
-
export {
|
|
106
|
-
export {
|
|
107
|
-
export {
|
|
108
|
-
export {
|
|
109
|
-
export {
|
|
110
|
-
export {
|
|
111
|
-
export {
|
|
112
|
-
export {
|
|
113
|
-
export {
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
116
|
-
export {
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
125
|
-
export {
|
|
126
|
-
export {
|
|
127
|
-
export {
|
|
128
|
-
export {
|
|
129
|
-
export {
|
|
130
|
-
export {
|
|
131
|
-
export {
|
|
71
|
+
export { Gear } from './components/Gear';
|
|
72
|
+
export { Google } from './components/Google';
|
|
73
|
+
export { Grid } from './components/Grid';
|
|
74
|
+
export { GridDividers } from './components/GridDividers';
|
|
75
|
+
export { Grip } from './components/Grip';
|
|
76
|
+
export { House } from './components/House';
|
|
77
|
+
export { Image } from './components/Image';
|
|
78
|
+
export { Import } from './components/Import';
|
|
79
|
+
export { InstallGlass } from './components/InstallGlass';
|
|
80
|
+
export { InstallRail } from './components/InstallRail';
|
|
81
|
+
export { LayerGroup } from './components/LayerGroup';
|
|
82
|
+
export { Library } from './components/Library';
|
|
83
|
+
export { LiftTruck } from './components/LiftTruck';
|
|
84
|
+
export { Link } from './components/Link';
|
|
85
|
+
export { LinkSlash } from './components/LinkSlash';
|
|
86
|
+
export { List } from './components/List';
|
|
87
|
+
export { ListSearch } from './components/ListSearch';
|
|
88
|
+
export { Lock } from './components/Lock';
|
|
89
|
+
export { LockOpen } from './components/LockOpen';
|
|
90
|
+
export { Magnifier } from './components/Magnifier';
|
|
91
|
+
export { MagnifierMinus } from './components/MagnifierMinus';
|
|
92
|
+
export { MagnifierPlus } from './components/MagnifierPlus';
|
|
93
|
+
export { MapPin } from './components/MapPin';
|
|
94
|
+
export { Measuring } from './components/Measuring';
|
|
95
|
+
export { Members } from './components/Members';
|
|
96
|
+
export { Minus } from './components/Minus';
|
|
97
|
+
export { Move } from './components/Move';
|
|
98
|
+
export { Note } from './components/Note';
|
|
99
|
+
export { NoteBadge } from './components/NoteBadge';
|
|
100
|
+
export { ObjectGroup } from './components/ObjectGroup';
|
|
101
|
+
export { PaintBrush } from './components/PaintBrush';
|
|
102
|
+
export { Pencil } from './components/Pencil';
|
|
103
|
+
export { Plus } from './components/Plus';
|
|
104
|
+
export { Print } from './components/Print';
|
|
105
|
+
export { ProductionSchedule } from './components/ProductionSchedule';
|
|
106
|
+
export { Progress } from './components/Progress';
|
|
107
|
+
export { Projects } from './components/Projects';
|
|
108
|
+
export { QCApprove } from './components/QCApprove';
|
|
109
|
+
export { Question } from './components/Question';
|
|
110
|
+
export { Refresh } from './components/Refresh';
|
|
111
|
+
export { RePost } from './components/RePost';
|
|
112
|
+
export { Reply } from './components/Reply';
|
|
113
|
+
export { RolePermission } from './components/RolePermission';
|
|
114
|
+
export { Save } from './components/Save';
|
|
115
|
+
export { ScaleBalanced } from './components/ScaleBalanced';
|
|
116
|
+
export { Selected } from './components/Selected';
|
|
117
|
+
export { Send } from './components/Send';
|
|
118
|
+
export { SidebarLeft } from './components/SidebarLeft';
|
|
119
|
+
export { Sigma } from './components/Sigma';
|
|
120
|
+
export { Slash } from './components/Slash';
|
|
121
|
+
export { SliderUp } from './components/SliderUp';
|
|
122
|
+
export { Snowflake } from './components/Snowflake';
|
|
123
|
+
export { Spinner } from './components/Spinner';
|
|
124
|
+
export { SquareArrowDownRight } from './components/SquareArrowDownRight';
|
|
125
|
+
export { SquareArrowUpLeft } from './components/SquareArrowUpLeft';
|
|
126
|
+
export { SquareCaretDown } from './components/SquareCaretDown';
|
|
127
|
+
export { SquareCaretUp } from './components/SquareCaretUp';
|
|
128
|
+
export { SquareDownRight } from './components/SquareDownRight';
|
|
129
|
+
export { SquareMinus } from './components/SquareMinus';
|
|
130
|
+
export { SquareUpLeft } from './components/SquareUpLeft';
|
|
131
|
+
export { Star } from './components/Star';
|
|
132
|
+
export { StarFilled } from './components/StarFilled';
|
|
132
133
|
export { Transfer } from './components/Transfer';
|
|
133
134
|
export { Trashcan } from './components/Trashcan';
|
|
134
135
|
export { Treeview } from './components/Treeview';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.es.js
CHANGED
|
@@ -1,283 +1,285 @@
|
|
|
1
1
|
import { AdobeAcrobat as e } from "./adobeacrobat.es.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
2
|
+
import { AlignCenter as p } from "./aligncenter.es.js";
|
|
3
|
+
import { AlignJustify as f } from "./alignjustify.es.js";
|
|
4
|
+
import { AlignLeft as i } from "./alignleft.es.js";
|
|
5
|
+
import { AlignRight as n } from "./alignright.es.js";
|
|
6
|
+
import { Archive as s } from "./archive.es.js";
|
|
7
|
+
import { ArrowLeft as C } from "./arrowleft.es.js";
|
|
8
|
+
import { ArrowLeftToLine as d } from "./arrowlefttoline.es.js";
|
|
9
|
+
import { ArrowRight as u } from "./arrowright.es.js";
|
|
10
|
+
import { ArrowRightFromLine as w } from "./arrowrightfromline.es.js";
|
|
11
|
+
import { ArrowRotateRight as L } from "./arrowrotateright.es.js";
|
|
12
|
+
import { ArrowsInward as k } from "./arrowsinward.es.js";
|
|
13
|
+
import { ArrowsMaximize as R } from "./arrowsmaximize.es.js";
|
|
14
|
+
import { ArrowsMinimize as D } from "./arrowsminimize.es.js";
|
|
15
|
+
import { ArrowsOutward as E } from "./arrowsoutward.es.js";
|
|
16
|
+
import { Assemblies as B } from "./assemblies.es.js";
|
|
17
|
+
import { Attachment as G } from "./attachment.es.js";
|
|
18
|
+
import { Ban as q } from "./ban.es.js";
|
|
19
|
+
import { Bars as T } from "./bars.es.js";
|
|
20
|
+
import { BarsSort as V } from "./barssort.es.js";
|
|
21
|
+
import { Bell as j } from "./bell.es.js";
|
|
22
|
+
import { Board as N } from "./board.es.js";
|
|
23
|
+
import { Breakdown as H } from "./breakdown.es.js";
|
|
24
|
+
import { Calendar as W } from "./calendar.es.js";
|
|
25
|
+
import { Check as Y } from "./check.es.js";
|
|
26
|
+
import { ChevronDown as _ } from "./chevrondown.es.js";
|
|
27
|
+
import { ChevronLeft as rr } from "./chevronleft.es.js";
|
|
28
|
+
import { ChevronRight as er } from "./chevronright.es.js";
|
|
29
|
+
import { ChevronUp as pr } from "./chevronup.es.js";
|
|
30
|
+
import { ChevronsDown as fr } from "./chevronsdown.es.js";
|
|
31
|
+
import { ChevronsLeft as ir } from "./chevronsleft.es.js";
|
|
32
|
+
import { ChevronsRight as nr } from "./chevronsright.es.js";
|
|
33
|
+
import { ChevronsUp as sr } from "./chevronsup.es.js";
|
|
34
|
+
import { CircleChecked as Cr } from "./circlechecked.es.js";
|
|
35
|
+
import { CircleDollar as dr } from "./circledollar.es.js";
|
|
36
|
+
import { CircleInfo as ur } from "./circleinfo.es.js";
|
|
37
|
+
import { CirclePlus as wr } from "./circleplus.es.js";
|
|
38
|
+
import { CircleXmark as Lr } from "./circlexmark.es.js";
|
|
39
|
+
import { Clock as kr } from "./clock.es.js";
|
|
40
|
+
import { Clone as Rr } from "./clone.es.js";
|
|
41
|
+
import { Comma as Dr } from "./comma.es.js";
|
|
42
|
+
import { Comments as Er } from "./comments.es.js";
|
|
43
|
+
import { CommentsBadge as Br } from "./commentsbadge.es.js";
|
|
44
|
+
import { Company as Gr } from "./company.es.js";
|
|
45
|
+
import { Connect as qr } from "./connect.es.js";
|
|
46
|
+
import { Copy as Tr } from "./copy.es.js";
|
|
47
|
+
import { Dashboard as Vr } from "./dashboard.es.js";
|
|
48
|
+
import { Deficiency as jr } from "./deficiency.es.js";
|
|
49
|
+
import { DeficiencyList as Nr } from "./deficiencylist.es.js";
|
|
50
|
+
import { Download as Hr } from "./download.es.js";
|
|
51
|
+
import { Driver as Wr } from "./driver.es.js";
|
|
52
|
+
import { Elipsis as Yr } from "./elipsis.es.js";
|
|
53
|
+
import { ElipsisVertical as _r } from "./elipsisvertical.es.js";
|
|
54
|
+
import { ElipsisVerticalStroke as ro } from "./elipsisverticalstroke.es.js";
|
|
55
|
+
import { Email as eo } from "./email.es.js";
|
|
56
|
+
import { Exclusion as po } from "./exclusion.es.js";
|
|
57
|
+
import { Expand as fo } from "./expand.es.js";
|
|
58
|
+
import { Export as io } from "./export.es.js";
|
|
59
|
+
import { Eye as no } from "./eye.es.js";
|
|
60
|
+
import { EyeSlash as so } from "./eyeslash.es.js";
|
|
61
|
+
import { FileChart as Co } from "./filechart.es.js";
|
|
62
|
+
import { FileChartColumn as go } from "./filechartcolumn.es.js";
|
|
63
|
+
import { FileExcel as So } from "./fileexcel.es.js";
|
|
64
|
+
import { FileLines as Ao } from "./filelines.es.js";
|
|
65
|
+
import { Filter as vo } from "./filter.es.js";
|
|
66
|
+
import { FilterCircleXMark as Mo } from "./filtercirclexmark.es.js";
|
|
67
|
+
import { FilterSlash as Po } from "./filterslash.es.js";
|
|
68
|
+
import { FlagPennant as Fo } from "./flagpennant.es.js";
|
|
69
|
+
import { FolderClosed as yo } from "./folderclosed.es.js";
|
|
70
|
+
import { FolderOpen as bo } from "./folderopen.es.js";
|
|
71
|
+
import { Gear as Uo } from "./gear.es.js";
|
|
72
|
+
import { Google as Io } from "./google.es.js";
|
|
73
|
+
import { Grid as Oo } from "./grid.es.js";
|
|
74
|
+
import { GridDividers as Xo } from "./griddividers.es.js";
|
|
75
|
+
import { Grip as zo } from "./grip.es.js";
|
|
76
|
+
import { House as Qo } from "./house.es.js";
|
|
77
|
+
import { Image as Jo } from "./image.es.js";
|
|
78
|
+
import { Import as Ko } from "./import.es.js";
|
|
79
|
+
import { InstallGlass as Zo } from "./installglass.es.js";
|
|
80
|
+
import { InstallRail as $o } from "./installrail.es.js";
|
|
81
|
+
import { LayerGroup as oe } from "./layergroup.es.js";
|
|
82
|
+
import { Library as te } from "./library.es.js";
|
|
83
|
+
import { LiftTruck as me } from "./lifttruck.es.js";
|
|
84
|
+
import { Link as xe } from "./link.es.js";
|
|
85
|
+
import { LinkSlash as ae } from "./linkslash.es.js";
|
|
86
|
+
import { List as le } from "./list.es.js";
|
|
87
|
+
import { ListSearch as ce } from "./listsearch.es.js";
|
|
88
|
+
import { Lock as he } from "./lock.es.js";
|
|
89
|
+
import { LockOpen as ge } from "./lockopen.es.js";
|
|
90
|
+
import { Magnifier as Se } from "./magnifier.es.js";
|
|
91
|
+
import { MagnifierMinus as Ae } from "./magnifierminus.es.js";
|
|
92
|
+
import { MagnifierPlus as ve } from "./magnifierplus.es.js";
|
|
93
|
+
import { MapPin as Me } from "./mappin.es.js";
|
|
94
|
+
import { Measuring as Pe } from "./measuring.es.js";
|
|
95
|
+
import { Members as Fe } from "./members.es.js";
|
|
96
|
+
import { Minus as ye } from "./minus.es.js";
|
|
97
|
+
import { Move as be } from "./move.es.js";
|
|
98
|
+
import { Note as Ue } from "./note.es.js";
|
|
99
|
+
import { NoteBadge as Ie } from "./notebadge.es.js";
|
|
100
|
+
import { ObjectGroup as Oe } from "./objectgroup.es.js";
|
|
101
|
+
import { PaintBrush as Xe } from "./paintbrush.es.js";
|
|
102
|
+
import { Pencil as ze } from "./pencil.es.js";
|
|
103
|
+
import { Plus as Qe } from "./plus.es.js";
|
|
104
|
+
import { Print as Je } from "./print.es.js";
|
|
105
|
+
import { ProductionSchedule as Ke } from "./productionschedule.es.js";
|
|
106
|
+
import { Progress as Ze } from "./progress.es.js";
|
|
107
|
+
import { Projects as $e } from "./projects.es.js";
|
|
108
|
+
import { QCApprove as ot } from "./qcapprove.es.js";
|
|
109
|
+
import { Question as tt } from "./question.es.js";
|
|
110
|
+
import { Refresh as mt } from "./refresh.es.js";
|
|
111
|
+
import { RePost as xt } from "./repost.es.js";
|
|
112
|
+
import { Reply as at } from "./reply.es.js";
|
|
113
|
+
import { RolePermission as lt } from "./rolepermission.es.js";
|
|
114
|
+
import { Save as ct } from "./save.es.js";
|
|
115
|
+
import { ScaleBalanced as ht } from "./scalebalanced.es.js";
|
|
116
|
+
import { Selected as gt } from "./selected.es.js";
|
|
117
|
+
import { Send as St } from "./send.es.js";
|
|
118
|
+
import { SidebarLeft as At } from "./sidebarleft.es.js";
|
|
119
|
+
import { Sigma as vt } from "./sigma.es.js";
|
|
120
|
+
import { Slash as Mt } from "./slash.es.js";
|
|
121
|
+
import { SliderUp as Pt } from "./sliderup.es.js";
|
|
122
|
+
import { Snowflake as Ft } from "./snowflake.es.js";
|
|
123
|
+
import { Spinner as yt } from "./spinner.es.js";
|
|
124
|
+
import { SquareArrowDownRight as bt } from "./squarearrowdownright.es.js";
|
|
125
|
+
import { SquareArrowUpLeft as Ut } from "./squarearrowupleft.es.js";
|
|
126
|
+
import { SquareCaretDown as It } from "./squarecaretdown.es.js";
|
|
127
|
+
import { SquareCaretUp as Ot } from "./squarecaretup.es.js";
|
|
128
|
+
import { SquareDownRight as Xt } from "./squaredownright.es.js";
|
|
129
|
+
import { SquareMinus as zt } from "./squareminus.es.js";
|
|
130
|
+
import { SquareUpLeft as Qt } from "./squareupleft.es.js";
|
|
131
|
+
import { Star as Jt } from "./star.es.js";
|
|
132
|
+
import { StarFilled as Kt } from "./starfilled.es.js";
|
|
133
|
+
import { Transfer as Zt } from "./transfer.es.js";
|
|
134
|
+
import { Trashcan as $t } from "./trashcan.es.js";
|
|
135
|
+
import { Treeview as op } from "./treeview.es.js";
|
|
136
|
+
import { Triangle as tp } from "./triangle.es.js";
|
|
137
|
+
import { Upload as mp } from "./upload.es.js";
|
|
138
|
+
import { User as xp } from "./user.es.js";
|
|
139
|
+
import { ValueEngineering as ap } from "./valueengineering.es.js";
|
|
140
|
+
import { Warning as lp } from "./warning.es.js";
|
|
141
|
+
import { XMark as cp } from "./xmark.es.js";
|
|
141
142
|
export {
|
|
142
143
|
e as AdobeAcrobat,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
Kt as
|
|
274
|
-
Zt as
|
|
275
|
-
$t as
|
|
276
|
-
op as
|
|
277
|
-
tp as
|
|
278
|
-
mp as
|
|
279
|
-
xp as
|
|
280
|
-
ap as
|
|
281
|
-
lp as
|
|
144
|
+
p as AlignCenter,
|
|
145
|
+
f as AlignJustify,
|
|
146
|
+
i as AlignLeft,
|
|
147
|
+
n as AlignRight,
|
|
148
|
+
s as Archive,
|
|
149
|
+
C as ArrowLeft,
|
|
150
|
+
d as ArrowLeftToLine,
|
|
151
|
+
u as ArrowRight,
|
|
152
|
+
w as ArrowRightFromLine,
|
|
153
|
+
L as ArrowRotateRight,
|
|
154
|
+
k as ArrowsInward,
|
|
155
|
+
R as ArrowsMaximize,
|
|
156
|
+
D as ArrowsMinimize,
|
|
157
|
+
E as ArrowsOutward,
|
|
158
|
+
B as Assemblies,
|
|
159
|
+
G as Attachment,
|
|
160
|
+
q as Ban,
|
|
161
|
+
T as Bars,
|
|
162
|
+
V as BarsSort,
|
|
163
|
+
j as Bell,
|
|
164
|
+
N as Board,
|
|
165
|
+
H as Breakdown,
|
|
166
|
+
W as Calendar,
|
|
167
|
+
Y as Check,
|
|
168
|
+
_ as ChevronDown,
|
|
169
|
+
rr as ChevronLeft,
|
|
170
|
+
er as ChevronRight,
|
|
171
|
+
pr as ChevronUp,
|
|
172
|
+
fr as ChevronsDown,
|
|
173
|
+
ir as ChevronsLeft,
|
|
174
|
+
nr as ChevronsRight,
|
|
175
|
+
sr as ChevronsUp,
|
|
176
|
+
Cr as CircleChecked,
|
|
177
|
+
dr as CircleDollar,
|
|
178
|
+
ur as CircleInfo,
|
|
179
|
+
wr as CirclePlus,
|
|
180
|
+
Lr as CircleXmark,
|
|
181
|
+
kr as Clock,
|
|
182
|
+
Rr as Clone,
|
|
183
|
+
Dr as Comma,
|
|
184
|
+
Er as Comments,
|
|
185
|
+
Br as CommentsBadge,
|
|
186
|
+
Gr as Company,
|
|
187
|
+
qr as Connect,
|
|
188
|
+
Tr as Copy,
|
|
189
|
+
Vr as Dashboard,
|
|
190
|
+
jr as Deficiency,
|
|
191
|
+
Nr as DeficiencyList,
|
|
192
|
+
Hr as Download,
|
|
193
|
+
Wr as Driver,
|
|
194
|
+
Yr as Elipsis,
|
|
195
|
+
_r as ElipsisVertical,
|
|
196
|
+
ro as ElipsisVerticalStroke,
|
|
197
|
+
eo as Email,
|
|
198
|
+
po as Exclusion,
|
|
199
|
+
fo as Expand,
|
|
200
|
+
io as Export,
|
|
201
|
+
no as Eye,
|
|
202
|
+
so as EyeSlash,
|
|
203
|
+
Co as FileChart,
|
|
204
|
+
go as FileChartColumn,
|
|
205
|
+
So as FileExcel,
|
|
206
|
+
Ao as FileLines,
|
|
207
|
+
vo as Filter,
|
|
208
|
+
Mo as FilterCircleXMark,
|
|
209
|
+
Po as FilterSlash,
|
|
210
|
+
Fo as FlagPennant,
|
|
211
|
+
yo as FolderClosed,
|
|
212
|
+
bo as FolderOpen,
|
|
213
|
+
Uo as Gear,
|
|
214
|
+
Io as Google,
|
|
215
|
+
Oo as Grid,
|
|
216
|
+
Xo as GridDividers,
|
|
217
|
+
zo as Grip,
|
|
218
|
+
Qo as House,
|
|
219
|
+
Jo as Image,
|
|
220
|
+
Ko as Import,
|
|
221
|
+
Zo as InstallGlass,
|
|
222
|
+
$o as InstallRail,
|
|
223
|
+
oe as LayerGroup,
|
|
224
|
+
te as Library,
|
|
225
|
+
me as LiftTruck,
|
|
226
|
+
xe as Link,
|
|
227
|
+
ae as LinkSlash,
|
|
228
|
+
le as List,
|
|
229
|
+
ce as ListSearch,
|
|
230
|
+
he as Lock,
|
|
231
|
+
ge as LockOpen,
|
|
232
|
+
Se as Magnifier,
|
|
233
|
+
Ae as MagnifierMinus,
|
|
234
|
+
ve as MagnifierPlus,
|
|
235
|
+
Me as MapPin,
|
|
236
|
+
Pe as Measuring,
|
|
237
|
+
Fe as Members,
|
|
238
|
+
ye as Minus,
|
|
239
|
+
be as Move,
|
|
240
|
+
Ue as Note,
|
|
241
|
+
Ie as NoteBadge,
|
|
242
|
+
Oe as ObjectGroup,
|
|
243
|
+
Xe as PaintBrush,
|
|
244
|
+
ze as Pencil,
|
|
245
|
+
Qe as Plus,
|
|
246
|
+
Je as Print,
|
|
247
|
+
Ke as ProductionSchedule,
|
|
248
|
+
Ze as Progress,
|
|
249
|
+
$e as Projects,
|
|
250
|
+
ot as QCApprove,
|
|
251
|
+
tt as Question,
|
|
252
|
+
xt as RePost,
|
|
253
|
+
mt as Refresh,
|
|
254
|
+
at as Reply,
|
|
255
|
+
lt as RolePermission,
|
|
256
|
+
ct as Save,
|
|
257
|
+
ht as ScaleBalanced,
|
|
258
|
+
gt as Selected,
|
|
259
|
+
St as Send,
|
|
260
|
+
At as SidebarLeft,
|
|
261
|
+
vt as Sigma,
|
|
262
|
+
Mt as Slash,
|
|
263
|
+
Pt as SliderUp,
|
|
264
|
+
Ft as Snowflake,
|
|
265
|
+
yt as Spinner,
|
|
266
|
+
bt as SquareArrowDownRight,
|
|
267
|
+
Ut as SquareArrowUpLeft,
|
|
268
|
+
It as SquareCaretDown,
|
|
269
|
+
Ot as SquareCaretUp,
|
|
270
|
+
Xt as SquareDownRight,
|
|
271
|
+
zt as SquareMinus,
|
|
272
|
+
Qt as SquareUpLeft,
|
|
273
|
+
Jt as Star,
|
|
274
|
+
Kt as StarFilled,
|
|
275
|
+
Zt as Transfer,
|
|
276
|
+
$t as Trashcan,
|
|
277
|
+
op as Treeview,
|
|
278
|
+
tp as Triangle,
|
|
279
|
+
mp as Upload,
|
|
280
|
+
xp as User,
|
|
281
|
+
ap as ValueEngineering,
|
|
282
|
+
lp as Warning,
|
|
283
|
+
cp as XMark
|
|
282
284
|
};
|
|
283
285
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/minus.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
const i = ({ ...t }) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ r("path", { d: "M19.
|
|
2
|
+
const i = ({ ...t }) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ r("path", { d: "M19.6667 12.375C19.6667 12.8599 19.2766 13.25 18.7917 13.25H5.375C4.89193 13.25 4.5 12.8584 4.5 12.3754C4.5 11.8938 4.89193 11.5 5.375 11.5H18.7917C19.2766 11.5 19.6667 11.8937 19.6667 12.375Z" }) });
|
|
3
3
|
export {
|
|
4
4
|
i as Minus
|
|
5
5
|
};
|
package/dist/minus.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"minus.es.js","sources":["../src/components/Minus.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Minus: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" {...props}>\r\n <path d=\"M19.
|
|
1
|
+
{"version":3,"file":"minus.es.js","sources":["../src/components/Minus.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Minus: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" {...props}>\r\n <path d=\"M19.6667 12.375C19.6667 12.8599 19.2766 13.25 18.7917 13.25H5.375C4.89193 13.25 4.5 12.8584 4.5 12.3754C4.5 11.8938 4.89193 11.5 5.375 11.5H18.7917C19.2766 11.5 19.6667 11.8937 19.6667 12.375Z\" />\r\n </svg>\r\n );\r\n};\r\n"],"names":["Minus","props"],"mappings":";AAEO,MAAMA,IAA2C,CAAC,EAAE,GAAGC,0BAEzD,OAAI,EAAA,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,gBAAe,SAAQ,aAAa,GAAGA,GACzG,4BAAC,QAAK,EAAA,GAAE,mMAAmM,CAAA,GAC7M;"}
|
package/dist/starfilled.es.js
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
const
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const l = ({ ...L }) => /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "gold", viewBox: "0 0 24 24", ...L, children: /* @__PURE__ */ C(
|
|
3
|
+
"path",
|
|
4
|
+
{
|
|
5
|
+
fillRule: "evenodd",
|
|
6
|
+
clipRule: "evenodd",
|
|
7
|
+
d: "M10.067 4.40442C10.6754 2.53186 13.3246 2.53186 13.933 4.40442L15.0065 7.70825C15.0745 7.91761 15.2696 8.05936 15.4898 8.05936H18.9636C20.9325 8.05936 21.7512 10.5789 20.1583 11.7362L17.3479 13.7781C17.1698 13.9074 17.0953 14.1368 17.1633 14.3462L18.2368 17.65C18.8452 19.5225 16.702 21.0797 15.1091 19.9224L12.2987 17.8805C12.1206 17.7511 11.8794 17.7511 11.7013 17.8805L8.89092 19.9224C7.29803 21.0797 5.1548 19.5226 5.76323 17.65L6.83672 14.3462C6.90474 14.1368 6.83022 13.9074 6.65213 13.7781L3.84172 11.7362C2.24883 10.5789 3.06746 8.05936 5.03639 8.05936H8.51025C8.73038 8.05936 8.92548 7.91761 8.9935 7.70825L10.067 4.40442ZM12.4833 4.87547C12.3311 4.40734 11.6689 4.40733 11.5167 4.87548L10.4433 8.17931C10.1712 9.01674 9.39078 9.58373 8.51025 9.58373H5.03639C4.54416 9.58373 4.3395 10.2136 4.73772 10.5029L7.54813 12.5448C8.2605 13.0624 8.55858 13.9798 8.28648 14.8172L7.213 18.121C7.06089 18.5892 7.5967 18.9785 7.99492 18.6891L10.8053 16.6473C11.5177 16.1297 12.4823 16.1297 13.1947 16.6473L16.0051 18.6891C16.4033 18.9785 16.9391 18.5892 16.787 18.121L15.7135 14.8172C15.4414 13.9798 15.7395 13.0624 16.4519 12.5448L19.2623 10.5029C19.6605 10.2136 19.4558 9.58373 18.9636 9.58373H15.4898C14.6092 9.58373 13.8288 9.01674 13.5567 8.17931L12.4833 4.87547Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
3
10
|
export {
|
|
4
|
-
|
|
11
|
+
l as StarFilled
|
|
5
12
|
};
|
|
6
13
|
//# sourceMappingURL=starfilled.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starfilled.es.js","sources":["../src/components/StarFilled.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const StarFilled: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"gold\" viewBox=\"0 0 24 24\" {...props}>\r\n <path
|
|
1
|
+
{"version":3,"file":"starfilled.es.js","sources":["../src/components/StarFilled.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const StarFilled: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"gold\" viewBox=\"0 0 24 24\" {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M10.067 4.40442C10.6754 2.53186 13.3246 2.53186 13.933 4.40442L15.0065 7.70825C15.0745 7.91761 15.2696 8.05936 15.4898 8.05936H18.9636C20.9325 8.05936 21.7512 10.5789 20.1583 11.7362L17.3479 13.7781C17.1698 13.9074 17.0953 14.1368 17.1633 14.3462L18.2368 17.65C18.8452 19.5225 16.702 21.0797 15.1091 19.9224L12.2987 17.8805C12.1206 17.7511 11.8794 17.7511 11.7013 17.8805L8.89092 19.9224C7.29803 21.0797 5.1548 19.5226 5.76323 17.65L6.83672 14.3462C6.90474 14.1368 6.83022 13.9074 6.65213 13.7781L3.84172 11.7362C2.24883 10.5789 3.06746 8.05936 5.03639 8.05936H8.51025C8.73038 8.05936 8.92548 7.91761 8.9935 7.70825L10.067 4.40442ZM12.4833 4.87547C12.3311 4.40734 11.6689 4.40733 11.5167 4.87548L10.4433 8.17931C10.1712 9.01674 9.39078 9.58373 8.51025 9.58373H5.03639C4.54416 9.58373 4.3395 10.2136 4.73772 10.5029L7.54813 12.5448C8.2605 13.0624 8.55858 13.9798 8.28648 14.8172L7.213 18.121C7.06089 18.5892 7.5967 18.9785 7.99492 18.6891L10.8053 16.6473C11.5177 16.1297 12.4823 16.1297 13.1947 16.6473L16.0051 18.6891C16.4033 18.9785 16.9391 18.5892 16.787 18.121L15.7135 14.8172C15.4414 13.9798 15.7395 13.0624 16.4519 12.5448L19.2623 10.5029C19.6605 10.2136 19.4558 9.58373 18.9636 9.58373H15.4898C14.6092 9.58373 13.8288 9.01674 13.5567 8.17931L12.4833 4.87547Z\"\r\n />\r\n </svg>\r\n );\r\n};\r\n"],"names":["StarFilled","props","jsx"],"mappings":";AAEO,MAAMA,IAAgD,CAAC,EAAE,GAAGC,QAE9D,gBAAAC,EAAA,OAAA,EAAI,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAGD,GACjG,UAAA,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAS;AAAA,IACT,UAAS;AAAA,IACT,GAAE;AAAA,EAAA;AAAA,GAEN;"}
|