@trsys-tech/matrix-icons 0.0.5 → 0.0.7
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/circle.es.js +6 -0
- package/dist/circle.es.js.map +1 -0
- package/dist/components/Circle.d.ts +3 -0
- package/dist/components/Circle.d.ts.map +1 -0
- package/dist/components/Star.d.ts.map +1 -1
- package/dist/components/StarFilled.d.ts.map +1 -1
- package/dist/index.d.ts +120 -118
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +282 -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/star.es.js +18 -8
- package/dist/star.es.js.map +1 -1
- package/dist/starfilled.es.js +20 -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;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const e = (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("circle", { cx: "12", cy: "12", r: "12" }) });
|
|
3
|
+
export {
|
|
4
|
+
e as Circle
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=circle.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"circle.es.js","sources":["../src/components/Circle.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Circle: 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 <circle cx=\"12\" cy=\"12\" r=\"12\"></circle>\r\n </svg>\r\n );\r\n};\r\n"],"names":["Circle","props","jsx"],"mappings":";AAEO,MAAMA,IAA4C,CAASC,MAE9D,gBAAAC,EAAC,SAAI,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,gBAAe,SAAQ,aAAa,GAAGD,GACzG,4BAAC,UAAO,EAAA,IAAG,MAAK,IAAG,MAAK,GAAE,KAAA,CAAK,EACjC,CAAA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../../src/components/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAMpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../src/components/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../src/components/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAgBlD,CAAC"}
|
|
@@ -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,CAgBxD,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,69 +1,64 @@
|
|
|
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 {
|
|
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';
|
|
34
|
+
export { Circle } from './components/Circle';
|
|
29
35
|
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';
|
|
36
|
+
export { CircleDollar } from './components/CircleDollar';
|
|
37
|
+
export { CircleInfo } from './components/CircleInfo';
|
|
38
|
+
export { CirclePlus } from './components/CirclePlus';
|
|
39
|
+
export { CircleXmark } from './components/CircleXmark';
|
|
40
|
+
export { Clock } from './components/Clock';
|
|
41
|
+
export { Clone } from './components/Clone';
|
|
42
|
+
export { Comma } from './components/Comma';
|
|
43
|
+
export { Comments } from './components/Comments';
|
|
44
|
+
export { CommentsBadge } from './components/CommentsBadge';
|
|
45
|
+
export { Company } from './components/Company';
|
|
46
|
+
export { Connect } from './components/Connect';
|
|
47
|
+
export { Copy } from './components/Copy';
|
|
48
|
+
export { Dashboard } from './components/Dashboard';
|
|
49
|
+
export { Deficiency } from './components/Deficiency';
|
|
50
|
+
export { DeficiencyList } from './components/DeficiencyList';
|
|
51
|
+
export { Download } from './components/Download';
|
|
52
|
+
export { Driver } from './components/Driver';
|
|
53
|
+
export { Elipsis } from './components/Elipsis';
|
|
54
|
+
export { ElipsisVertical } from './components/ElipsisVertical';
|
|
55
|
+
export { ElipsisVerticalStroke } from './components/ElipsisVerticalStroke';
|
|
56
|
+
export { Email } from './components/Email';
|
|
57
|
+
export { Exclusion } from './components/Exclusion';
|
|
58
|
+
export { Expand } from './components/Expand';
|
|
59
|
+
export { Export } from './components/Export';
|
|
60
|
+
export { Eye } from './components/Eye';
|
|
61
|
+
export { EyeSlash } from './components/EyeSlash';
|
|
67
62
|
export { FileChart } from './components/FileChart';
|
|
68
63
|
export { FileChartColumn } from './components/FileChartColumn';
|
|
69
64
|
export { FileExcel } from './components/FileExcel';
|
|
@@ -74,61 +69,68 @@ export { FilterSlash } from './components/FilterSlash';
|
|
|
74
69
|
export { FlagPennant } from './components/FlagPennant';
|
|
75
70
|
export { FolderClosed } from './components/FolderClosed';
|
|
76
71
|
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 {
|
|
72
|
+
export { Gear } from './components/Gear';
|
|
73
|
+
export { Google } from './components/Google';
|
|
74
|
+
export { Grid } from './components/Grid';
|
|
75
|
+
export { GridDividers } from './components/GridDividers';
|
|
76
|
+
export { Grip } from './components/Grip';
|
|
77
|
+
export { House } from './components/House';
|
|
78
|
+
export { Image } from './components/Image';
|
|
79
|
+
export { Import } from './components/Import';
|
|
80
|
+
export { InstallGlass } from './components/InstallGlass';
|
|
81
|
+
export { InstallRail } from './components/InstallRail';
|
|
82
|
+
export { LayerGroup } from './components/LayerGroup';
|
|
83
|
+
export { Library } from './components/Library';
|
|
84
|
+
export { LiftTruck } from './components/LiftTruck';
|
|
85
|
+
export { Link } from './components/Link';
|
|
86
|
+
export { LinkSlash } from './components/LinkSlash';
|
|
87
|
+
export { List } from './components/List';
|
|
88
|
+
export { ListSearch } from './components/ListSearch';
|
|
89
|
+
export { Lock } from './components/Lock';
|
|
90
|
+
export { LockOpen } from './components/LockOpen';
|
|
91
|
+
export { Magnifier } from './components/Magnifier';
|
|
92
|
+
export { MagnifierMinus } from './components/MagnifierMinus';
|
|
93
|
+
export { MagnifierPlus } from './components/MagnifierPlus';
|
|
94
|
+
export { MapPin } from './components/MapPin';
|
|
95
|
+
export { Measuring } from './components/Measuring';
|
|
96
|
+
export { Members } from './components/Members';
|
|
97
|
+
export { Minus } from './components/Minus';
|
|
98
|
+
export { Move } from './components/Move';
|
|
99
|
+
export { Note } from './components/Note';
|
|
100
|
+
export { NoteBadge } from './components/NoteBadge';
|
|
101
|
+
export { ObjectGroup } from './components/ObjectGroup';
|
|
102
|
+
export { PaintBrush } from './components/PaintBrush';
|
|
103
|
+
export { Pencil } from './components/Pencil';
|
|
104
|
+
export { Plus } from './components/Plus';
|
|
105
|
+
export { Print } from './components/Print';
|
|
106
|
+
export { ProductionSchedule } from './components/ProductionSchedule';
|
|
107
|
+
export { Progress } from './components/Progress';
|
|
108
|
+
export { Projects } from './components/Projects';
|
|
109
|
+
export { QCApprove } from './components/QCApprove';
|
|
110
|
+
export { Question } from './components/Question';
|
|
111
|
+
export { Refresh } from './components/Refresh';
|
|
112
|
+
export { RePost } from './components/RePost';
|
|
113
|
+
export { Reply } from './components/Reply';
|
|
114
|
+
export { RolePermission } from './components/RolePermission';
|
|
115
|
+
export { Save } from './components/Save';
|
|
116
|
+
export { ScaleBalanced } from './components/ScaleBalanced';
|
|
117
|
+
export { Selected } from './components/Selected';
|
|
118
|
+
export { Send } from './components/Send';
|
|
119
|
+
export { SidebarLeft } from './components/SidebarLeft';
|
|
120
|
+
export { Sigma } from './components/Sigma';
|
|
121
|
+
export { Slash } from './components/Slash';
|
|
122
|
+
export { SliderUp } from './components/SliderUp';
|
|
123
|
+
export { Snowflake } from './components/Snowflake';
|
|
124
|
+
export { Spinner } from './components/Spinner';
|
|
125
|
+
export { SquareArrowDownRight } from './components/SquareArrowDownRight';
|
|
126
|
+
export { SquareArrowUpLeft } from './components/SquareArrowUpLeft';
|
|
127
|
+
export { SquareCaretDown } from './components/SquareCaretDown';
|
|
128
|
+
export { SquareCaretUp } from './components/SquareCaretUp';
|
|
129
|
+
export { SquareDownRight } from './components/SquareDownRight';
|
|
130
|
+
export { SquareMinus } from './components/SquareMinus';
|
|
131
|
+
export { SquareUpLeft } from './components/SquareUpLeft';
|
|
132
|
+
export { Star } from './components/Star';
|
|
133
|
+
export { StarFilled } from './components/StarFilled';
|
|
132
134
|
export { Transfer } from './components/Transfer';
|
|
133
135
|
export { Trashcan } from './components/Trashcan';
|
|
134
136
|
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,287 @@
|
|
|
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 { Circle as Cr } from "./circle.es.js";
|
|
35
|
+
import { CircleChecked as dr } from "./circlechecked.es.js";
|
|
36
|
+
import { CircleDollar as ur } from "./circledollar.es.js";
|
|
37
|
+
import { CircleInfo as wr } from "./circleinfo.es.js";
|
|
38
|
+
import { CirclePlus as Lr } from "./circleplus.es.js";
|
|
39
|
+
import { CircleXmark as kr } from "./circlexmark.es.js";
|
|
40
|
+
import { Clock as Rr } from "./clock.es.js";
|
|
41
|
+
import { Clone as Dr } from "./clone.es.js";
|
|
42
|
+
import { Comma as Er } from "./comma.es.js";
|
|
43
|
+
import { Comments as Br } from "./comments.es.js";
|
|
44
|
+
import { CommentsBadge as Gr } from "./commentsbadge.es.js";
|
|
45
|
+
import { Company as qr } from "./company.es.js";
|
|
46
|
+
import { Connect as Tr } from "./connect.es.js";
|
|
47
|
+
import { Copy as Vr } from "./copy.es.js";
|
|
48
|
+
import { Dashboard as jr } from "./dashboard.es.js";
|
|
49
|
+
import { Deficiency as Nr } from "./deficiency.es.js";
|
|
50
|
+
import { DeficiencyList as Hr } from "./deficiencylist.es.js";
|
|
51
|
+
import { Download as Wr } from "./download.es.js";
|
|
52
|
+
import { Driver as Yr } from "./driver.es.js";
|
|
53
|
+
import { Elipsis as _r } from "./elipsis.es.js";
|
|
54
|
+
import { ElipsisVertical as ro } from "./elipsisvertical.es.js";
|
|
55
|
+
import { ElipsisVerticalStroke as eo } from "./elipsisverticalstroke.es.js";
|
|
56
|
+
import { Email as po } from "./email.es.js";
|
|
57
|
+
import { Exclusion as fo } from "./exclusion.es.js";
|
|
58
|
+
import { Expand as io } from "./expand.es.js";
|
|
59
|
+
import { Export as no } from "./export.es.js";
|
|
60
|
+
import { Eye as so } from "./eye.es.js";
|
|
61
|
+
import { EyeSlash as Co } from "./eyeslash.es.js";
|
|
62
|
+
import { FileChart as go } from "./filechart.es.js";
|
|
63
|
+
import { FileChartColumn as So } from "./filechartcolumn.es.js";
|
|
64
|
+
import { FileExcel as Ao } from "./fileexcel.es.js";
|
|
65
|
+
import { FileLines as vo } from "./filelines.es.js";
|
|
66
|
+
import { Filter as Mo } from "./filter.es.js";
|
|
67
|
+
import { FilterCircleXMark as Po } from "./filtercirclexmark.es.js";
|
|
68
|
+
import { FilterSlash as Fo } from "./filterslash.es.js";
|
|
69
|
+
import { FlagPennant as yo } from "./flagpennant.es.js";
|
|
70
|
+
import { FolderClosed as bo } from "./folderclosed.es.js";
|
|
71
|
+
import { FolderOpen as Uo } from "./folderopen.es.js";
|
|
72
|
+
import { Gear as Io } from "./gear.es.js";
|
|
73
|
+
import { Google as Oo } from "./google.es.js";
|
|
74
|
+
import { Grid as Xo } from "./grid.es.js";
|
|
75
|
+
import { GridDividers as zo } from "./griddividers.es.js";
|
|
76
|
+
import { Grip as Qo } from "./grip.es.js";
|
|
77
|
+
import { House as Jo } from "./house.es.js";
|
|
78
|
+
import { Image as Ko } from "./image.es.js";
|
|
79
|
+
import { Import as Zo } from "./import.es.js";
|
|
80
|
+
import { InstallGlass as $o } from "./installglass.es.js";
|
|
81
|
+
import { InstallRail as oe } from "./installrail.es.js";
|
|
82
|
+
import { LayerGroup as te } from "./layergroup.es.js";
|
|
83
|
+
import { Library as me } from "./library.es.js";
|
|
84
|
+
import { LiftTruck as xe } from "./lifttruck.es.js";
|
|
85
|
+
import { Link as ae } from "./link.es.js";
|
|
86
|
+
import { LinkSlash as le } from "./linkslash.es.js";
|
|
87
|
+
import { List as ce } from "./list.es.js";
|
|
88
|
+
import { ListSearch as he } from "./listsearch.es.js";
|
|
89
|
+
import { Lock as ge } from "./lock.es.js";
|
|
90
|
+
import { LockOpen as Se } from "./lockopen.es.js";
|
|
91
|
+
import { Magnifier as Ae } from "./magnifier.es.js";
|
|
92
|
+
import { MagnifierMinus as ve } from "./magnifierminus.es.js";
|
|
93
|
+
import { MagnifierPlus as Me } from "./magnifierplus.es.js";
|
|
94
|
+
import { MapPin as Pe } from "./mappin.es.js";
|
|
95
|
+
import { Measuring as Fe } from "./measuring.es.js";
|
|
96
|
+
import { Members as ye } from "./members.es.js";
|
|
97
|
+
import { Minus as be } from "./minus.es.js";
|
|
98
|
+
import { Move as Ue } from "./move.es.js";
|
|
99
|
+
import { Note as Ie } from "./note.es.js";
|
|
100
|
+
import { NoteBadge as Oe } from "./notebadge.es.js";
|
|
101
|
+
import { ObjectGroup as Xe } from "./objectgroup.es.js";
|
|
102
|
+
import { PaintBrush as ze } from "./paintbrush.es.js";
|
|
103
|
+
import { Pencil as Qe } from "./pencil.es.js";
|
|
104
|
+
import { Plus as Je } from "./plus.es.js";
|
|
105
|
+
import { Print as Ke } from "./print.es.js";
|
|
106
|
+
import { ProductionSchedule as Ze } from "./productionschedule.es.js";
|
|
107
|
+
import { Progress as $e } from "./progress.es.js";
|
|
108
|
+
import { Projects as ot } from "./projects.es.js";
|
|
109
|
+
import { QCApprove as tt } from "./qcapprove.es.js";
|
|
110
|
+
import { Question as mt } from "./question.es.js";
|
|
111
|
+
import { Refresh as xt } from "./refresh.es.js";
|
|
112
|
+
import { RePost as at } from "./repost.es.js";
|
|
113
|
+
import { Reply as lt } from "./reply.es.js";
|
|
114
|
+
import { RolePermission as ct } from "./rolepermission.es.js";
|
|
115
|
+
import { Save as ht } from "./save.es.js";
|
|
116
|
+
import { ScaleBalanced as gt } from "./scalebalanced.es.js";
|
|
117
|
+
import { Selected as St } from "./selected.es.js";
|
|
118
|
+
import { Send as At } from "./send.es.js";
|
|
119
|
+
import { SidebarLeft as vt } from "./sidebarleft.es.js";
|
|
120
|
+
import { Sigma as Mt } from "./sigma.es.js";
|
|
121
|
+
import { Slash as Pt } from "./slash.es.js";
|
|
122
|
+
import { SliderUp as Ft } from "./sliderup.es.js";
|
|
123
|
+
import { Snowflake as yt } from "./snowflake.es.js";
|
|
124
|
+
import { Spinner as bt } from "./spinner.es.js";
|
|
125
|
+
import { SquareArrowDownRight as Ut } from "./squarearrowdownright.es.js";
|
|
126
|
+
import { SquareArrowUpLeft as It } from "./squarearrowupleft.es.js";
|
|
127
|
+
import { SquareCaretDown as Ot } from "./squarecaretdown.es.js";
|
|
128
|
+
import { SquareCaretUp as Xt } from "./squarecaretup.es.js";
|
|
129
|
+
import { SquareDownRight as zt } from "./squaredownright.es.js";
|
|
130
|
+
import { SquareMinus as Qt } from "./squareminus.es.js";
|
|
131
|
+
import { SquareUpLeft as Jt } from "./squareupleft.es.js";
|
|
132
|
+
import { Star as Kt } from "./star.es.js";
|
|
133
|
+
import { StarFilled as Zt } from "./starfilled.es.js";
|
|
134
|
+
import { Transfer as $t } from "./transfer.es.js";
|
|
135
|
+
import { Trashcan as op } from "./trashcan.es.js";
|
|
136
|
+
import { Treeview as tp } from "./treeview.es.js";
|
|
137
|
+
import { Triangle as mp } from "./triangle.es.js";
|
|
138
|
+
import { Upload as xp } from "./upload.es.js";
|
|
139
|
+
import { User as ap } from "./user.es.js";
|
|
140
|
+
import { ValueEngineering as lp } from "./valueengineering.es.js";
|
|
141
|
+
import { Warning as cp } from "./warning.es.js";
|
|
142
|
+
import { XMark as hp } from "./xmark.es.js";
|
|
141
143
|
export {
|
|
142
144
|
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
|
|
145
|
+
p as AlignCenter,
|
|
146
|
+
f as AlignJustify,
|
|
147
|
+
i as AlignLeft,
|
|
148
|
+
n as AlignRight,
|
|
149
|
+
s as Archive,
|
|
150
|
+
C as ArrowLeft,
|
|
151
|
+
d as ArrowLeftToLine,
|
|
152
|
+
u as ArrowRight,
|
|
153
|
+
w as ArrowRightFromLine,
|
|
154
|
+
L as ArrowRotateRight,
|
|
155
|
+
k as ArrowsInward,
|
|
156
|
+
R as ArrowsMaximize,
|
|
157
|
+
D as ArrowsMinimize,
|
|
158
|
+
E as ArrowsOutward,
|
|
159
|
+
B as Assemblies,
|
|
160
|
+
G as Attachment,
|
|
161
|
+
q as Ban,
|
|
162
|
+
T as Bars,
|
|
163
|
+
V as BarsSort,
|
|
164
|
+
j as Bell,
|
|
165
|
+
N as Board,
|
|
166
|
+
H as Breakdown,
|
|
167
|
+
W as Calendar,
|
|
168
|
+
Y as Check,
|
|
169
|
+
_ as ChevronDown,
|
|
170
|
+
rr as ChevronLeft,
|
|
171
|
+
er as ChevronRight,
|
|
172
|
+
pr as ChevronUp,
|
|
173
|
+
fr as ChevronsDown,
|
|
174
|
+
ir as ChevronsLeft,
|
|
175
|
+
nr as ChevronsRight,
|
|
176
|
+
sr as ChevronsUp,
|
|
177
|
+
Cr as Circle,
|
|
178
|
+
dr as CircleChecked,
|
|
179
|
+
ur as CircleDollar,
|
|
180
|
+
wr as CircleInfo,
|
|
181
|
+
Lr as CirclePlus,
|
|
182
|
+
kr as CircleXmark,
|
|
183
|
+
Rr as Clock,
|
|
184
|
+
Dr as Clone,
|
|
185
|
+
Er as Comma,
|
|
186
|
+
Br as Comments,
|
|
187
|
+
Gr as CommentsBadge,
|
|
188
|
+
qr as Company,
|
|
189
|
+
Tr as Connect,
|
|
190
|
+
Vr as Copy,
|
|
191
|
+
jr as Dashboard,
|
|
192
|
+
Nr as Deficiency,
|
|
193
|
+
Hr as DeficiencyList,
|
|
194
|
+
Wr as Download,
|
|
195
|
+
Yr as Driver,
|
|
196
|
+
_r as Elipsis,
|
|
197
|
+
ro as ElipsisVertical,
|
|
198
|
+
eo as ElipsisVerticalStroke,
|
|
199
|
+
po as Email,
|
|
200
|
+
fo as Exclusion,
|
|
201
|
+
io as Expand,
|
|
202
|
+
no as Export,
|
|
203
|
+
so as Eye,
|
|
204
|
+
Co as EyeSlash,
|
|
205
|
+
go as FileChart,
|
|
206
|
+
So as FileChartColumn,
|
|
207
|
+
Ao as FileExcel,
|
|
208
|
+
vo as FileLines,
|
|
209
|
+
Mo as Filter,
|
|
210
|
+
Po as FilterCircleXMark,
|
|
211
|
+
Fo as FilterSlash,
|
|
212
|
+
yo as FlagPennant,
|
|
213
|
+
bo as FolderClosed,
|
|
214
|
+
Uo as FolderOpen,
|
|
215
|
+
Io as Gear,
|
|
216
|
+
Oo as Google,
|
|
217
|
+
Xo as Grid,
|
|
218
|
+
zo as GridDividers,
|
|
219
|
+
Qo as Grip,
|
|
220
|
+
Jo as House,
|
|
221
|
+
Ko as Image,
|
|
222
|
+
Zo as Import,
|
|
223
|
+
$o as InstallGlass,
|
|
224
|
+
oe as InstallRail,
|
|
225
|
+
te as LayerGroup,
|
|
226
|
+
me as Library,
|
|
227
|
+
xe as LiftTruck,
|
|
228
|
+
ae as Link,
|
|
229
|
+
le as LinkSlash,
|
|
230
|
+
ce as List,
|
|
231
|
+
he as ListSearch,
|
|
232
|
+
ge as Lock,
|
|
233
|
+
Se as LockOpen,
|
|
234
|
+
Ae as Magnifier,
|
|
235
|
+
ve as MagnifierMinus,
|
|
236
|
+
Me as MagnifierPlus,
|
|
237
|
+
Pe as MapPin,
|
|
238
|
+
Fe as Measuring,
|
|
239
|
+
ye as Members,
|
|
240
|
+
be as Minus,
|
|
241
|
+
Ue as Move,
|
|
242
|
+
Ie as Note,
|
|
243
|
+
Oe as NoteBadge,
|
|
244
|
+
Xe as ObjectGroup,
|
|
245
|
+
ze as PaintBrush,
|
|
246
|
+
Qe as Pencil,
|
|
247
|
+
Je as Plus,
|
|
248
|
+
Ke as Print,
|
|
249
|
+
Ze as ProductionSchedule,
|
|
250
|
+
$e as Progress,
|
|
251
|
+
ot as Projects,
|
|
252
|
+
tt as QCApprove,
|
|
253
|
+
mt as Question,
|
|
254
|
+
at as RePost,
|
|
255
|
+
xt as Refresh,
|
|
256
|
+
lt as Reply,
|
|
257
|
+
ct as RolePermission,
|
|
258
|
+
ht as Save,
|
|
259
|
+
gt as ScaleBalanced,
|
|
260
|
+
St as Selected,
|
|
261
|
+
At as Send,
|
|
262
|
+
vt as SidebarLeft,
|
|
263
|
+
Mt as Sigma,
|
|
264
|
+
Pt as Slash,
|
|
265
|
+
Ft as SliderUp,
|
|
266
|
+
yt as Snowflake,
|
|
267
|
+
bt as Spinner,
|
|
268
|
+
Ut as SquareArrowDownRight,
|
|
269
|
+
It as SquareArrowUpLeft,
|
|
270
|
+
Ot as SquareCaretDown,
|
|
271
|
+
Xt as SquareCaretUp,
|
|
272
|
+
zt as SquareDownRight,
|
|
273
|
+
Qt as SquareMinus,
|
|
274
|
+
Jt as SquareUpLeft,
|
|
275
|
+
Kt as Star,
|
|
276
|
+
Zt as StarFilled,
|
|
277
|
+
$t as Transfer,
|
|
278
|
+
op as Trashcan,
|
|
279
|
+
tp as Treeview,
|
|
280
|
+
mp as Triangle,
|
|
281
|
+
xp as Upload,
|
|
282
|
+
ap as User,
|
|
283
|
+
lp as ValueEngineering,
|
|
284
|
+
cp as Warning,
|
|
285
|
+
hp as XMark
|
|
282
286
|
};
|
|
283
287
|
//# 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/star.es.js
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
const
|
|
3
|
-
"
|
|
1
|
+
import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const l = ({ ...r }) => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
4
|
{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
strokeWidth: "1",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
...r,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ a("path", { d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" }),
|
|
16
|
+
" "
|
|
17
|
+
]
|
|
8
18
|
}
|
|
9
|
-
)
|
|
19
|
+
);
|
|
10
20
|
export {
|
|
11
|
-
|
|
21
|
+
l as Star
|
|
12
22
|
};
|
|
13
23
|
//# sourceMappingURL=star.es.js.map
|
package/dist/star.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"star.es.js","sources":["../src/components/Star.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Star: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg
|
|
1
|
+
{"version":3,"file":"star.es.js","sources":["../src/components/Star.tsx"],"sourcesContent":["import { SVGProps } from \"react\";\r\n\r\nexport const Star: React.FC<SVGProps<SVGSVGElement>> = ({ ...props }) => {\r\n return (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width=\"24\"\r\n height=\"24\"\r\n fill=\"none\"\r\n viewBox=\"0 0 24 24\"\r\n stroke=\"currentColor\"\r\n strokeWidth=\"1\"\r\n strokeLinecap=\"round\"\r\n {...props}\r\n >\r\n <path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"></path>{\" \"}\r\n </svg>\r\n );\r\n};\r\n"],"names":["Star","props","jsxs","jsx"],"mappings":";AAEO,MAAMA,IAA0C,CAAC,EAAE,GAAGC,QAEzD,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,SAAQ;AAAA,IACR,QAAO;AAAA,IACP,aAAY;AAAA,IACZ,eAAc;AAAA,IACb,GAAGD;AAAA,IAEJ,UAAA;AAAA,MAAC,gBAAAE,EAAA,QAAA,EAAK,GAAE,+WAA+W,CAAA;AAAA,MAAQ;AAAA,IAAA;AAAA,EAAA;AACjY;"}
|
package/dist/starfilled.es.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const r = ({ ...l }) => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
fill: "gold",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
stroke: "none",
|
|
11
|
+
strokeWidth: "1",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
...l,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ a("path", { d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" }),
|
|
16
|
+
" "
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
3
20
|
export {
|
|
4
|
-
|
|
21
|
+
r as StarFilled
|
|
5
22
|
};
|
|
6
23
|
//# 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
|
|
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\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width=\"24\"\r\n height=\"24\"\r\n fill=\"gold\"\r\n viewBox=\"0 0 24 24\"\r\n stroke=\"none\"\r\n strokeWidth=\"1\"\r\n strokeLinecap=\"round\"\r\n {...props}\r\n >\r\n <path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\"></path>{\" \"}\r\n </svg>\r\n );\r\n};\r\n"],"names":["StarFilled","props","jsxs","jsx"],"mappings":";AAEO,MAAMA,IAAgD,CAAC,EAAE,GAAGC,QAE/D,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,SAAQ;AAAA,IACR,QAAO;AAAA,IACP,aAAY;AAAA,IACZ,eAAc;AAAA,IACb,GAAGD;AAAA,IAEJ,UAAA;AAAA,MAAC,gBAAAE,EAAA,QAAA,EAAK,GAAE,+WAA+W,CAAA;AAAA,MAAQ;AAAA,IAAA;AAAA,EAAA;AACjY;"}
|