@mirohq/design-system-icons 0.24.1 → 0.24.2
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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +5 -5
- package/react/prohibit.tsx +1 -1
- package/svg/24/prohibit.svg +1 -1
package/dist/module.js
CHANGED
|
@@ -7033,7 +7033,7 @@ const IconProhibit = forwardRef(
|
|
|
7033
7033
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7034
7034
|
stroke: "currentColor",
|
|
7035
7035
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7036
|
-
d: "
|
|
7036
|
+
d: "m7.3333 16.6667 9.3334-9.3334m2.3333 4.6667c0 3.866-3.134 7-7 7-1.9399 0-3.6956-.7891-4.9634-2.0639-1.2587-1.2657-2.0366-3.01-2.0366-4.9361 0-3.866 3.134-7 7-7 1.8641 0 3.558.7287 4.8125 1.9167 1.3472 1.2758 2.1875 3.0814 2.1875 5.0833Z",
|
|
7037
7037
|
vectorEffect: "non-scaling-stroke"
|
|
7038
7038
|
})),
|
|
7039
7039
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|