@mirohq/design-system-icons 1.27.0 → 1.27.1
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 +2 -2
- package/react/dots-three.tsx +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/meta.json +4 -4
package/dist/module.js
CHANGED
|
@@ -5746,7 +5746,7 @@ const IconDotsThree = forwardRef(
|
|
|
5746
5746
|
"path",
|
|
5747
5747
|
{
|
|
5748
5748
|
fill: "currentColor",
|
|
5749
|
-
d: "
|
|
5749
|
+
d: "M12 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"
|
|
5750
5750
|
}
|
|
5751
5751
|
)
|
|
5752
5752
|
);
|