@mirohq/design-system-icons 1.27.0 → 1.28.0-fix-stitches-types.0
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 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +24 -4
- package/package.json +4 -4
- package/react/dots-three.tsx +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/meta.json +4 -4
package/dist/main.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
6
4
|
var react = require('react');
|
|
7
5
|
var designSystemBaseIcon = require('@mirohq/design-system-base-icon');
|
|
@@ -5750,7 +5748,7 @@ const IconDotsThree = react.forwardRef(
|
|
|
5750
5748
|
"path",
|
|
5751
5749
|
{
|
|
5752
5750
|
fill: "currentColor",
|
|
5753
|
-
d: "
|
|
5751
|
+
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"
|
|
5754
5752
|
}
|
|
5755
5753
|
)
|
|
5756
5754
|
);
|