@mirohq/design-system-icons 0.21.1 → 0.21.3
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/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/squares-four.tsx +1 -1
- package/svg/24/squares-four.svg +1 -1
package/dist/main.js
CHANGED
|
@@ -20,7 +20,7 @@ const isIconComponent = (iconComponent) => {
|
|
|
20
20
|
const StyledIcon = designSystemStitches.styled(designSystemPrimitive.Primitive.svg, {
|
|
21
21
|
display: "inline-flex",
|
|
22
22
|
verticalAlign: "text-bottom",
|
|
23
|
-
forcedColorAdjust: "
|
|
23
|
+
forcedColorAdjust: "auto",
|
|
24
24
|
variants: {
|
|
25
25
|
size: {
|
|
26
26
|
small: {
|
|
@@ -8438,7 +8438,7 @@ const IconSquaresFour = React.forwardRef(
|
|
|
8438
8438
|
clipPath: "url(#a)",
|
|
8439
8439
|
vectorEffect: "non-scaling-stroke"
|
|
8440
8440
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8441
|
-
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
8441
|
+
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
8442
8442
|
})),
|
|
8443
8443
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8444
8444
|
id: "a"
|