@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/module.js
CHANGED
|
@@ -12,7 +12,7 @@ const isIconComponent = (iconComponent) => {
|
|
|
12
12
|
const StyledIcon = styled(Primitive.svg, {
|
|
13
13
|
display: "inline-flex",
|
|
14
14
|
verticalAlign: "text-bottom",
|
|
15
|
-
forcedColorAdjust: "
|
|
15
|
+
forcedColorAdjust: "auto",
|
|
16
16
|
variants: {
|
|
17
17
|
size: {
|
|
18
18
|
small: {
|
|
@@ -8430,7 +8430,7 @@ const IconSquaresFour = forwardRef(
|
|
|
8430
8430
|
clipPath: "url(#a)",
|
|
8431
8431
|
vectorEffect: "non-scaling-stroke"
|
|
8432
8432
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8433
|
-
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"
|
|
8433
|
+
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"
|
|
8434
8434
|
})),
|
|
8435
8435
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8436
8436
|
id: "a"
|