@carto/meridian-ds 4.2.0 → 4.2.1-alpha.355a5b3.301
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 +16 -0
- package/dist/SwatchSquare-B7D7xeJg.cjs +296 -0
- package/dist/SwatchSquare-DCUIqPy7.js +297 -0
- package/dist/custom-icons/index.cjs +1282 -1543
- package/dist/custom-icons/index.js +1282 -1543
- package/dist/metadata.json +1 -1
- package/dist/types/utils/legend-utils.d.ts +12 -0
- package/dist/types/utils/legend-utils.d.ts.map +1 -1
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts +68 -0
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts.map +1 -1
- package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts.map +1 -1
- package/dist/widgets/index.cjs +192 -44
- package/dist/widgets/index.js +192 -44
- package/package.json +2 -2
- package/dist/SwatchSquare-BDOWVMHN.js +0 -25
- package/dist/SwatchSquare-BydXPPhd.cjs +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
- feat(legend): add geometry-aware `symbol`, `strokeLineStyle` and `fillPattern` props to `LegendCategories` — circle/square/line symbols, solid/dashed/dotted strokes, and 8 fill patterns (incl. `solid`), each a single value or per-category array, tinted by the row color, and white/transparent values stay visible. Reuses existing `Stroke*`/`Pattern*` icons and removes the dead `isMax` ring [#446](https://github.com/CartoDB/meridian-ds/pull/446)
|
|
6
|
+
- chore(deps-dev): bump @babel/core from 7.26.0 to 7.29.6 in /scripts/import-figma-icons [#491](https://github.com/CartoDB/meridian-ds/pull/491)
|
|
7
|
+
- chore(deps): bump ws from 8.18.0 to 8.21.1 [#492](https://github.com/CartoDB/meridian-ds/pull/492)
|
|
8
|
+
- chore(deps): bump @babel/core from 7.26.0 to 7.29.7 [#490](https://github.com/CartoDB/meridian-ds/pull/490)
|
|
9
|
+
- chore(deps-dev): bump @vitest/browser from 3.2.4 to 3.2.7 [#488](https://github.com/CartoDB/meridian-ds/pull/488)
|
|
10
|
+
- chore(deps): bump fast-uri from 3.0.3 to 3.1.4 [#489](https://github.com/CartoDB/meridian-ds/pull/489)
|
|
11
|
+
- chore(deps): bump svgo from 3.3.2 to 3.3.4 in /scripts/import-figma-icons [#487](https://github.com/CartoDB/meridian-ds/pull/487)
|
|
12
|
+
- chore(deps): bump brace-expansion from 1.1.12 to 1.1.16 [#483](https://github.com/CartoDB/meridian-ds/pull/483)
|
|
13
|
+
- chore(deps-dev): bump the storybook group across 1 directory with 11 updates [#481](https://github.com/CartoDB/meridian-ds/pull/481)
|
|
14
|
+
- chore(deps): bump qs from 6.15.1 to 6.15.3 [#476](https://github.com/CartoDB/meridian-ds/pull/476)
|
|
15
|
+
- chore(deps): bump js-yaml from 4.1.1 to 4.3.0 [#468](https://github.com/CartoDB/meridian-ds/pull/468)
|
|
16
|
+
- chore(deps): bump js-yaml from 4.1.1 to 4.3.0 in /scripts/import-figma-icons [#467](https://github.com/CartoDB/meridian-ds/pull/467)
|
|
17
|
+
- chore(deps): bump form-data from 4.0.4 to 4.0.6 [#457](https://github.com/CartoDB/meridian-ds/pull/457)
|
|
18
|
+
- chore(deps): bump undici from 7.25.0 to 7.28.0 [#456](https://github.com/CartoDB/meridian-ds/pull/456)
|
|
19
|
+
- chore(deps-dev): bump dompurify from 3.2.6 to 3.4.11 [#455](https://github.com/CartoDB/meridian-ds/pull/455)
|
|
20
|
+
|
|
5
21
|
## 4.0
|
|
6
22
|
|
|
7
23
|
### 4.2.0
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const material = require("@mui/material");
|
|
5
|
+
const Icon$b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M9 21H3v-6h6zM21 21h-6v-6h6zM15 15H9V9h6zM9 9H3V3h6zM21 9h-6V3h6z"
|
|
10
|
+
}
|
|
11
|
+
) });
|
|
12
|
+
const BaseSvgIcon$b = material.createSvgIcon(Icon$b(), "PatternChecker");
|
|
13
|
+
function PatternChecker({ width, height, sx, ...props }, ref) {
|
|
14
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
15
|
+
BaseSvgIcon$b,
|
|
16
|
+
{
|
|
17
|
+
ref,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
sx: {
|
|
20
|
+
width,
|
|
21
|
+
height: height || width,
|
|
22
|
+
...sx
|
|
23
|
+
},
|
|
24
|
+
...props
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
const ForwardedComponent$b = React.forwardRef(PatternChecker);
|
|
29
|
+
ForwardedComponent$b.displayName = "PatternChecker";
|
|
30
|
+
const Icon$a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
d: "m21 5.443-.516-.515-2.828 2.828 2.828 2.828.516-.516v3.862l-.516-.516-2.827 2.828 2.828 2.828.515-.514V21h-2.444l.514-.515-2.828-2.828-2.828 2.827.516.516h-3.86l.515-.516-2.828-2.828-2.828 2.83.514.514H3v-2.443l.515.514 2.828-2.829-2.828-2.828L3 13.93V10.07l.515.515 2.828-2.827-2.83-2.83L3 5.443V3h2.443l-.514.515 2.828 2.828 2.828-2.828L10.07 3h3.859l-.515.515 2.828 2.827 2.828-2.828L18.557 3H21zm-11.828 10.8L12 19.07l2.827-2.828L12 13.414zM4.93 12l2.828 2.828L10.585 12 7.757 9.172zm8.484-.001 2.828 2.828L19.07 12l-2.828-2.828zM9.172 7.757 12 10.585l2.827-2.828L12 4.929z",
|
|
36
|
+
clipRule: "evenodd"
|
|
37
|
+
}
|
|
38
|
+
) });
|
|
39
|
+
const BaseSvgIcon$a = material.createSvgIcon(Icon$a(), "PatternCrossDiagonal");
|
|
40
|
+
function PatternCrossDiagonal({ width, height, sx, ...props }, ref) {
|
|
41
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42
|
+
BaseSvgIcon$a,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
viewBox: "0 0 24 24",
|
|
46
|
+
sx: {
|
|
47
|
+
width,
|
|
48
|
+
height: height || width,
|
|
49
|
+
...sx
|
|
50
|
+
},
|
|
51
|
+
...props
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
const ForwardedComponent$a = React.forwardRef(PatternCrossDiagonal);
|
|
56
|
+
ForwardedComponent$a.displayName = "PatternCrossDiagonal";
|
|
57
|
+
const Icon$9 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fill: "currentColor",
|
|
61
|
+
d: "M4.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"
|
|
62
|
+
}
|
|
63
|
+
) });
|
|
64
|
+
const BaseSvgIcon$9 = material.createSvgIcon(Icon$9(), "PatternDots");
|
|
65
|
+
function PatternDots({ width, height, sx, ...props }, ref) {
|
|
66
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
67
|
+
BaseSvgIcon$9,
|
|
68
|
+
{
|
|
69
|
+
ref,
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
sx: {
|
|
72
|
+
width,
|
|
73
|
+
height: height || width,
|
|
74
|
+
...sx
|
|
75
|
+
},
|
|
76
|
+
...props
|
|
77
|
+
}
|
|
78
|
+
);
|
|
79
|
+
}
|
|
80
|
+
const ForwardedComponent$9 = React.forwardRef(PatternDots);
|
|
81
|
+
ForwardedComponent$9.displayName = "PatternDots";
|
|
82
|
+
const Icon$8 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
fill: "currentColor",
|
|
86
|
+
d: "M3 5V3h18v2zM3 9h18V7H3zM21 13H3v-2h18zM3 17h18v-2H3zM3 21h18v-2H3z"
|
|
87
|
+
}
|
|
88
|
+
) });
|
|
89
|
+
const BaseSvgIcon$8 = material.createSvgIcon(Icon$8(), "PatternHLines");
|
|
90
|
+
function PatternHLines({ width, height, sx, ...props }, ref) {
|
|
91
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
92
|
+
BaseSvgIcon$8,
|
|
93
|
+
{
|
|
94
|
+
ref,
|
|
95
|
+
viewBox: "0 0 24 24",
|
|
96
|
+
sx: {
|
|
97
|
+
width,
|
|
98
|
+
height: height || width,
|
|
99
|
+
...sx
|
|
100
|
+
},
|
|
101
|
+
...props
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
const ForwardedComponent$8 = React.forwardRef(PatternHLines);
|
|
106
|
+
ForwardedComponent$8.displayName = "PatternHLines";
|
|
107
|
+
const Icon$7 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
108
|
+
"path",
|
|
109
|
+
{
|
|
110
|
+
fill: "currentColor",
|
|
111
|
+
d: "M3 4.414 19.586 21H21v-1.414L4.414 3H3zM3 10.071 13.929 21h2.829L3 7.242zM3 15.728 8.271 21h2.83L3 12.9zM3 21h2.443L3 18.557zM21 16.758v-2.83L10.071 3H7.242zM21 11.1V8.273L15.727 3H12.9zM21 5.443V3h-2.443z"
|
|
112
|
+
}
|
|
113
|
+
) });
|
|
114
|
+
const BaseSvgIcon$7 = material.createSvgIcon(Icon$7(), "PatternLDiagonal");
|
|
115
|
+
function PatternLDiagonal({ width, height, sx, ...props }, ref) {
|
|
116
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
117
|
+
BaseSvgIcon$7,
|
|
118
|
+
{
|
|
119
|
+
ref,
|
|
120
|
+
viewBox: "0 0 24 24",
|
|
121
|
+
sx: {
|
|
122
|
+
width,
|
|
123
|
+
height: height || width,
|
|
124
|
+
...sx
|
|
125
|
+
},
|
|
126
|
+
...props
|
|
127
|
+
}
|
|
128
|
+
);
|
|
129
|
+
}
|
|
130
|
+
const ForwardedComponent$7 = React.forwardRef(PatternLDiagonal);
|
|
131
|
+
ForwardedComponent$7.displayName = "PatternLDiagonal";
|
|
132
|
+
const Icon$6 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
133
|
+
"path",
|
|
134
|
+
{
|
|
135
|
+
fill: "currentColor",
|
|
136
|
+
d: "M21 4.414 4.414 21H3v-1.414L19.586 3H21zM21 10.071 10.071 21H7.242L21 7.242zM21 15.728 15.729 21h-2.83L21 12.9zM21 21h-2.443L21 18.557zM3 16.758v-2.83L13.929 3h2.829zM3 11.1V8.273L8.272 3h2.829zM3 5.443V3h2.443z"
|
|
137
|
+
}
|
|
138
|
+
) });
|
|
139
|
+
const BaseSvgIcon$6 = material.createSvgIcon(Icon$6(), "PatternRDiagonal");
|
|
140
|
+
function PatternRDiagonal({ width, height, sx, ...props }, ref) {
|
|
141
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
142
|
+
BaseSvgIcon$6,
|
|
143
|
+
{
|
|
144
|
+
ref,
|
|
145
|
+
viewBox: "0 0 24 24",
|
|
146
|
+
sx: {
|
|
147
|
+
width,
|
|
148
|
+
height: height || width,
|
|
149
|
+
...sx
|
|
150
|
+
},
|
|
151
|
+
...props
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
const ForwardedComponent$6 = React.forwardRef(PatternRDiagonal);
|
|
156
|
+
ForwardedComponent$6.displayName = "PatternRDiagonal";
|
|
157
|
+
const Icon$5 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 3h18v18H3z" }) });
|
|
158
|
+
const BaseSvgIcon$5 = material.createSvgIcon(Icon$5(), "PatternSolid");
|
|
159
|
+
function PatternSolid({ width, height, sx, ...props }, ref) {
|
|
160
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
161
|
+
BaseSvgIcon$5,
|
|
162
|
+
{
|
|
163
|
+
ref,
|
|
164
|
+
viewBox: "0 0 24 24",
|
|
165
|
+
sx: {
|
|
166
|
+
width,
|
|
167
|
+
height: height || width,
|
|
168
|
+
...sx
|
|
169
|
+
},
|
|
170
|
+
...props
|
|
171
|
+
}
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
const ForwardedComponent$5 = React.forwardRef(PatternSolid);
|
|
175
|
+
ForwardedComponent$5.displayName = "PatternSolid";
|
|
176
|
+
const Icon$4 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
177
|
+
"path",
|
|
178
|
+
{
|
|
179
|
+
fill: "currentColor",
|
|
180
|
+
fillRule: "evenodd",
|
|
181
|
+
d: "M5 21H3V3h2zm4 0V3H7v18zm4-18v18h-2V3zm4 18V3h-2v18zm4 0V3h-2v18z",
|
|
182
|
+
clipRule: "evenodd"
|
|
183
|
+
}
|
|
184
|
+
) });
|
|
185
|
+
const BaseSvgIcon$4 = material.createSvgIcon(Icon$4(), "PatternVLines");
|
|
186
|
+
function PatternVLines({ width, height, sx, ...props }, ref) {
|
|
187
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
188
|
+
BaseSvgIcon$4,
|
|
189
|
+
{
|
|
190
|
+
ref,
|
|
191
|
+
viewBox: "0 0 24 24",
|
|
192
|
+
sx: {
|
|
193
|
+
width,
|
|
194
|
+
height: height || width,
|
|
195
|
+
...sx
|
|
196
|
+
},
|
|
197
|
+
...props
|
|
198
|
+
}
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
const ForwardedComponent$4 = React.forwardRef(PatternVLines);
|
|
202
|
+
ForwardedComponent$4.displayName = "PatternVLines";
|
|
203
|
+
const Icon$3 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
204
|
+
const BaseSvgIcon$3 = material.createSvgIcon(Icon$3(), "StrokeDash");
|
|
205
|
+
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
206
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
207
|
+
BaseSvgIcon$3,
|
|
208
|
+
{
|
|
209
|
+
ref,
|
|
210
|
+
viewBox: "0 0 24 24",
|
|
211
|
+
sx: {
|
|
212
|
+
width,
|
|
213
|
+
height: height || width,
|
|
214
|
+
...sx
|
|
215
|
+
},
|
|
216
|
+
...props
|
|
217
|
+
}
|
|
218
|
+
);
|
|
219
|
+
}
|
|
220
|
+
const ForwardedComponent$3 = React.forwardRef(StrokeDash);
|
|
221
|
+
ForwardedComponent$3.displayName = "StrokeDash";
|
|
222
|
+
const Icon$2 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
223
|
+
"path",
|
|
224
|
+
{
|
|
225
|
+
fill: "currentColor",
|
|
226
|
+
d: "M4 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M8 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M12 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M16 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M20 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
|
|
227
|
+
}
|
|
228
|
+
) });
|
|
229
|
+
const BaseSvgIcon$2 = material.createSvgIcon(Icon$2(), "StrokeDot");
|
|
230
|
+
function StrokeDot({ width, height, sx, ...props }, ref) {
|
|
231
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
232
|
+
BaseSvgIcon$2,
|
|
233
|
+
{
|
|
234
|
+
ref,
|
|
235
|
+
viewBox: "0 0 24 24",
|
|
236
|
+
sx: {
|
|
237
|
+
width,
|
|
238
|
+
height: height || width,
|
|
239
|
+
...sx
|
|
240
|
+
},
|
|
241
|
+
...props
|
|
242
|
+
}
|
|
243
|
+
);
|
|
244
|
+
}
|
|
245
|
+
const ForwardedComponent$2 = React.forwardRef(StrokeDot);
|
|
246
|
+
ForwardedComponent$2.displayName = "StrokeDot";
|
|
247
|
+
const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
248
|
+
const BaseSvgIcon$1 = material.createSvgIcon(Icon$1(), "StrokeSolid");
|
|
249
|
+
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
250
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
251
|
+
BaseSvgIcon$1,
|
|
252
|
+
{
|
|
253
|
+
ref,
|
|
254
|
+
viewBox: "0 0 24 24",
|
|
255
|
+
sx: {
|
|
256
|
+
width,
|
|
257
|
+
height: height || width,
|
|
258
|
+
...sx
|
|
259
|
+
},
|
|
260
|
+
...props
|
|
261
|
+
}
|
|
262
|
+
);
|
|
263
|
+
}
|
|
264
|
+
const ForwardedComponent$1 = React.forwardRef(StrokeSolid);
|
|
265
|
+
ForwardedComponent$1.displayName = "StrokeSolid";
|
|
266
|
+
const Icon = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: 16, height: 16, x: 4, y: 4, fill: "currentColor", rx: 2 }) });
|
|
267
|
+
const BaseSvgIcon = material.createSvgIcon(Icon(), "SwatchSquare");
|
|
268
|
+
function SwatchSquare({ width, height, sx, ...props }, ref) {
|
|
269
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
270
|
+
BaseSvgIcon,
|
|
271
|
+
{
|
|
272
|
+
ref,
|
|
273
|
+
viewBox: "0 0 24 24",
|
|
274
|
+
sx: {
|
|
275
|
+
width,
|
|
276
|
+
height: height || width,
|
|
277
|
+
...sx
|
|
278
|
+
},
|
|
279
|
+
...props
|
|
280
|
+
}
|
|
281
|
+
);
|
|
282
|
+
}
|
|
283
|
+
const ForwardedComponent = React.forwardRef(SwatchSquare);
|
|
284
|
+
ForwardedComponent.displayName = "SwatchSquare";
|
|
285
|
+
exports.ForwardedComponent = ForwardedComponent$b;
|
|
286
|
+
exports.ForwardedComponent$1 = ForwardedComponent$a;
|
|
287
|
+
exports.ForwardedComponent$10 = ForwardedComponent$1;
|
|
288
|
+
exports.ForwardedComponent$11 = ForwardedComponent;
|
|
289
|
+
exports.ForwardedComponent$2 = ForwardedComponent$9;
|
|
290
|
+
exports.ForwardedComponent$3 = ForwardedComponent$8;
|
|
291
|
+
exports.ForwardedComponent$4 = ForwardedComponent$7;
|
|
292
|
+
exports.ForwardedComponent$5 = ForwardedComponent$6;
|
|
293
|
+
exports.ForwardedComponent$6 = ForwardedComponent$5;
|
|
294
|
+
exports.ForwardedComponent$7 = ForwardedComponent$4;
|
|
295
|
+
exports.ForwardedComponent$8 = ForwardedComponent$3;
|
|
296
|
+
exports.ForwardedComponent$9 = ForwardedComponent$2;
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { createSvgIcon } from "@mui/material";
|
|
4
|
+
const Icon$b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M9 21H3v-6h6zM21 21h-6v-6h6zM15 15H9V9h6zM9 9H3V3h6zM21 9h-6V3h6z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
const BaseSvgIcon$b = createSvgIcon(Icon$b(), "PatternChecker");
|
|
12
|
+
function PatternChecker({ width, height, sx, ...props }, ref) {
|
|
13
|
+
return /* @__PURE__ */ jsx(
|
|
14
|
+
BaseSvgIcon$b,
|
|
15
|
+
{
|
|
16
|
+
ref,
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
sx: {
|
|
19
|
+
width,
|
|
20
|
+
height: height || width,
|
|
21
|
+
...sx
|
|
22
|
+
},
|
|
23
|
+
...props
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
const ForwardedComponent$b = forwardRef(PatternChecker);
|
|
28
|
+
ForwardedComponent$b.displayName = "PatternChecker";
|
|
29
|
+
const Icon$a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
d: "m21 5.443-.516-.515-2.828 2.828 2.828 2.828.516-.516v3.862l-.516-.516-2.827 2.828 2.828 2.828.515-.514V21h-2.444l.514-.515-2.828-2.828-2.828 2.827.516.516h-3.86l.515-.516-2.828-2.828-2.828 2.83.514.514H3v-2.443l.515.514 2.828-2.829-2.828-2.828L3 13.93V10.07l.515.515 2.828-2.827-2.83-2.83L3 5.443V3h2.443l-.514.515 2.828 2.828 2.828-2.828L10.07 3h3.859l-.515.515 2.828 2.827 2.828-2.828L18.557 3H21zm-11.828 10.8L12 19.07l2.827-2.828L12 13.414zM4.93 12l2.828 2.828L10.585 12 7.757 9.172zm8.484-.001 2.828 2.828L19.07 12l-2.828-2.828zM9.172 7.757 12 10.585l2.827-2.828L12 4.929z",
|
|
35
|
+
clipRule: "evenodd"
|
|
36
|
+
}
|
|
37
|
+
) });
|
|
38
|
+
const BaseSvgIcon$a = createSvgIcon(Icon$a(), "PatternCrossDiagonal");
|
|
39
|
+
function PatternCrossDiagonal({ width, height, sx, ...props }, ref) {
|
|
40
|
+
return /* @__PURE__ */ jsx(
|
|
41
|
+
BaseSvgIcon$a,
|
|
42
|
+
{
|
|
43
|
+
ref,
|
|
44
|
+
viewBox: "0 0 24 24",
|
|
45
|
+
sx: {
|
|
46
|
+
width,
|
|
47
|
+
height: height || width,
|
|
48
|
+
...sx
|
|
49
|
+
},
|
|
50
|
+
...props
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
const ForwardedComponent$a = forwardRef(PatternCrossDiagonal);
|
|
55
|
+
ForwardedComponent$a.displayName = "PatternCrossDiagonal";
|
|
56
|
+
const Icon$9 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
fill: "currentColor",
|
|
60
|
+
d: "M4.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M4.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"
|
|
61
|
+
}
|
|
62
|
+
) });
|
|
63
|
+
const BaseSvgIcon$9 = createSvgIcon(Icon$9(), "PatternDots");
|
|
64
|
+
function PatternDots({ width, height, sx, ...props }, ref) {
|
|
65
|
+
return /* @__PURE__ */ jsx(
|
|
66
|
+
BaseSvgIcon$9,
|
|
67
|
+
{
|
|
68
|
+
ref,
|
|
69
|
+
viewBox: "0 0 24 24",
|
|
70
|
+
sx: {
|
|
71
|
+
width,
|
|
72
|
+
height: height || width,
|
|
73
|
+
...sx
|
|
74
|
+
},
|
|
75
|
+
...props
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
const ForwardedComponent$9 = forwardRef(PatternDots);
|
|
80
|
+
ForwardedComponent$9.displayName = "PatternDots";
|
|
81
|
+
const Icon$8 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
fill: "currentColor",
|
|
85
|
+
d: "M3 5V3h18v2zM3 9h18V7H3zM21 13H3v-2h18zM3 17h18v-2H3zM3 21h18v-2H3z"
|
|
86
|
+
}
|
|
87
|
+
) });
|
|
88
|
+
const BaseSvgIcon$8 = createSvgIcon(Icon$8(), "PatternHLines");
|
|
89
|
+
function PatternHLines({ width, height, sx, ...props }, ref) {
|
|
90
|
+
return /* @__PURE__ */ jsx(
|
|
91
|
+
BaseSvgIcon$8,
|
|
92
|
+
{
|
|
93
|
+
ref,
|
|
94
|
+
viewBox: "0 0 24 24",
|
|
95
|
+
sx: {
|
|
96
|
+
width,
|
|
97
|
+
height: height || width,
|
|
98
|
+
...sx
|
|
99
|
+
},
|
|
100
|
+
...props
|
|
101
|
+
}
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
const ForwardedComponent$8 = forwardRef(PatternHLines);
|
|
105
|
+
ForwardedComponent$8.displayName = "PatternHLines";
|
|
106
|
+
const Icon$7 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
fill: "currentColor",
|
|
110
|
+
d: "M3 4.414 19.586 21H21v-1.414L4.414 3H3zM3 10.071 13.929 21h2.829L3 7.242zM3 15.728 8.271 21h2.83L3 12.9zM3 21h2.443L3 18.557zM21 16.758v-2.83L10.071 3H7.242zM21 11.1V8.273L15.727 3H12.9zM21 5.443V3h-2.443z"
|
|
111
|
+
}
|
|
112
|
+
) });
|
|
113
|
+
const BaseSvgIcon$7 = createSvgIcon(Icon$7(), "PatternLDiagonal");
|
|
114
|
+
function PatternLDiagonal({ width, height, sx, ...props }, ref) {
|
|
115
|
+
return /* @__PURE__ */ jsx(
|
|
116
|
+
BaseSvgIcon$7,
|
|
117
|
+
{
|
|
118
|
+
ref,
|
|
119
|
+
viewBox: "0 0 24 24",
|
|
120
|
+
sx: {
|
|
121
|
+
width,
|
|
122
|
+
height: height || width,
|
|
123
|
+
...sx
|
|
124
|
+
},
|
|
125
|
+
...props
|
|
126
|
+
}
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
const ForwardedComponent$7 = forwardRef(PatternLDiagonal);
|
|
130
|
+
ForwardedComponent$7.displayName = "PatternLDiagonal";
|
|
131
|
+
const Icon$6 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
132
|
+
"path",
|
|
133
|
+
{
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
d: "M21 4.414 4.414 21H3v-1.414L19.586 3H21zM21 10.071 10.071 21H7.242L21 7.242zM21 15.728 15.729 21h-2.83L21 12.9zM21 21h-2.443L21 18.557zM3 16.758v-2.83L13.929 3h2.829zM3 11.1V8.273L8.272 3h2.829zM3 5.443V3h2.443z"
|
|
136
|
+
}
|
|
137
|
+
) });
|
|
138
|
+
const BaseSvgIcon$6 = createSvgIcon(Icon$6(), "PatternRDiagonal");
|
|
139
|
+
function PatternRDiagonal({ width, height, sx, ...props }, ref) {
|
|
140
|
+
return /* @__PURE__ */ jsx(
|
|
141
|
+
BaseSvgIcon$6,
|
|
142
|
+
{
|
|
143
|
+
ref,
|
|
144
|
+
viewBox: "0 0 24 24",
|
|
145
|
+
sx: {
|
|
146
|
+
width,
|
|
147
|
+
height: height || width,
|
|
148
|
+
...sx
|
|
149
|
+
},
|
|
150
|
+
...props
|
|
151
|
+
}
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
const ForwardedComponent$6 = forwardRef(PatternRDiagonal);
|
|
155
|
+
ForwardedComponent$6.displayName = "PatternRDiagonal";
|
|
156
|
+
const Icon$5 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 3h18v18H3z" }) });
|
|
157
|
+
const BaseSvgIcon$5 = createSvgIcon(Icon$5(), "PatternSolid");
|
|
158
|
+
function PatternSolid({ width, height, sx, ...props }, ref) {
|
|
159
|
+
return /* @__PURE__ */ jsx(
|
|
160
|
+
BaseSvgIcon$5,
|
|
161
|
+
{
|
|
162
|
+
ref,
|
|
163
|
+
viewBox: "0 0 24 24",
|
|
164
|
+
sx: {
|
|
165
|
+
width,
|
|
166
|
+
height: height || width,
|
|
167
|
+
...sx
|
|
168
|
+
},
|
|
169
|
+
...props
|
|
170
|
+
}
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
const ForwardedComponent$5 = forwardRef(PatternSolid);
|
|
174
|
+
ForwardedComponent$5.displayName = "PatternSolid";
|
|
175
|
+
const Icon$4 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
176
|
+
"path",
|
|
177
|
+
{
|
|
178
|
+
fill: "currentColor",
|
|
179
|
+
fillRule: "evenodd",
|
|
180
|
+
d: "M5 21H3V3h2zm4 0V3H7v18zm4-18v18h-2V3zm4 18V3h-2v18zm4 0V3h-2v18z",
|
|
181
|
+
clipRule: "evenodd"
|
|
182
|
+
}
|
|
183
|
+
) });
|
|
184
|
+
const BaseSvgIcon$4 = createSvgIcon(Icon$4(), "PatternVLines");
|
|
185
|
+
function PatternVLines({ width, height, sx, ...props }, ref) {
|
|
186
|
+
return /* @__PURE__ */ jsx(
|
|
187
|
+
BaseSvgIcon$4,
|
|
188
|
+
{
|
|
189
|
+
ref,
|
|
190
|
+
viewBox: "0 0 24 24",
|
|
191
|
+
sx: {
|
|
192
|
+
width,
|
|
193
|
+
height: height || width,
|
|
194
|
+
...sx
|
|
195
|
+
},
|
|
196
|
+
...props
|
|
197
|
+
}
|
|
198
|
+
);
|
|
199
|
+
}
|
|
200
|
+
const ForwardedComponent$4 = forwardRef(PatternVLines);
|
|
201
|
+
ForwardedComponent$4.displayName = "PatternVLines";
|
|
202
|
+
const Icon$3 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
203
|
+
const BaseSvgIcon$3 = createSvgIcon(Icon$3(), "StrokeDash");
|
|
204
|
+
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
205
|
+
return /* @__PURE__ */ jsx(
|
|
206
|
+
BaseSvgIcon$3,
|
|
207
|
+
{
|
|
208
|
+
ref,
|
|
209
|
+
viewBox: "0 0 24 24",
|
|
210
|
+
sx: {
|
|
211
|
+
width,
|
|
212
|
+
height: height || width,
|
|
213
|
+
...sx
|
|
214
|
+
},
|
|
215
|
+
...props
|
|
216
|
+
}
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
const ForwardedComponent$3 = forwardRef(StrokeDash);
|
|
220
|
+
ForwardedComponent$3.displayName = "StrokeDash";
|
|
221
|
+
const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
fill: "currentColor",
|
|
225
|
+
d: "M4 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M8 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M12 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M16 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2M20 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
|
|
226
|
+
}
|
|
227
|
+
) });
|
|
228
|
+
const BaseSvgIcon$2 = createSvgIcon(Icon$2(), "StrokeDot");
|
|
229
|
+
function StrokeDot({ width, height, sx, ...props }, ref) {
|
|
230
|
+
return /* @__PURE__ */ jsx(
|
|
231
|
+
BaseSvgIcon$2,
|
|
232
|
+
{
|
|
233
|
+
ref,
|
|
234
|
+
viewBox: "0 0 24 24",
|
|
235
|
+
sx: {
|
|
236
|
+
width,
|
|
237
|
+
height: height || width,
|
|
238
|
+
...sx
|
|
239
|
+
},
|
|
240
|
+
...props
|
|
241
|
+
}
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
const ForwardedComponent$2 = forwardRef(StrokeDot);
|
|
245
|
+
ForwardedComponent$2.displayName = "StrokeDot";
|
|
246
|
+
const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
247
|
+
const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "StrokeSolid");
|
|
248
|
+
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
249
|
+
return /* @__PURE__ */ jsx(
|
|
250
|
+
BaseSvgIcon$1,
|
|
251
|
+
{
|
|
252
|
+
ref,
|
|
253
|
+
viewBox: "0 0 24 24",
|
|
254
|
+
sx: {
|
|
255
|
+
width,
|
|
256
|
+
height: height || width,
|
|
257
|
+
...sx
|
|
258
|
+
},
|
|
259
|
+
...props
|
|
260
|
+
}
|
|
261
|
+
);
|
|
262
|
+
}
|
|
263
|
+
const ForwardedComponent$1 = forwardRef(StrokeSolid);
|
|
264
|
+
ForwardedComponent$1.displayName = "StrokeSolid";
|
|
265
|
+
const Icon = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, x: 4, y: 4, fill: "currentColor", rx: 2 }) });
|
|
266
|
+
const BaseSvgIcon = createSvgIcon(Icon(), "SwatchSquare");
|
|
267
|
+
function SwatchSquare({ width, height, sx, ...props }, ref) {
|
|
268
|
+
return /* @__PURE__ */ jsx(
|
|
269
|
+
BaseSvgIcon,
|
|
270
|
+
{
|
|
271
|
+
ref,
|
|
272
|
+
viewBox: "0 0 24 24",
|
|
273
|
+
sx: {
|
|
274
|
+
width,
|
|
275
|
+
height: height || width,
|
|
276
|
+
...sx
|
|
277
|
+
},
|
|
278
|
+
...props
|
|
279
|
+
}
|
|
280
|
+
);
|
|
281
|
+
}
|
|
282
|
+
const ForwardedComponent = forwardRef(SwatchSquare);
|
|
283
|
+
ForwardedComponent.displayName = "SwatchSquare";
|
|
284
|
+
export {
|
|
285
|
+
ForwardedComponent$b as F,
|
|
286
|
+
ForwardedComponent$a as a,
|
|
287
|
+
ForwardedComponent$9 as b,
|
|
288
|
+
ForwardedComponent$8 as c,
|
|
289
|
+
ForwardedComponent$7 as d,
|
|
290
|
+
ForwardedComponent$6 as e,
|
|
291
|
+
ForwardedComponent$5 as f,
|
|
292
|
+
ForwardedComponent$4 as g,
|
|
293
|
+
ForwardedComponent$3 as h,
|
|
294
|
+
ForwardedComponent$2 as i,
|
|
295
|
+
ForwardedComponent$1 as j,
|
|
296
|
+
ForwardedComponent as k
|
|
297
|
+
};
|