@mirohq/design-system-icons 0.36.0 → 0.36.1-forms.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 +3 -26
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -25
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -4
- package/package.json +5 -5
- package/react/{dots-six-vertical.tsx → dots-six.tsx} +2 -2
- package/react/index.ts +1 -2
- package/svg/meta.json +1 -8
- package/react/dots-six-horizontal.tsx +0 -30
- package/svg/24/dots-six-horizontal.svg +0 -2
- /package/svg/24/{dots-six-vertical.svg → dots-six.svg} +0 -0
package/dist/main.js
CHANGED
|
@@ -4056,29 +4056,7 @@ const IconDotsNine = react.forwardRef(
|
|
|
4056
4056
|
);
|
|
4057
4057
|
IconDotsNine[designSystemBaseIcon.iconSymbol] = true;
|
|
4058
4058
|
|
|
4059
|
-
const
|
|
4060
|
-
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
4061
|
-
StyledIcon,
|
|
4062
|
-
{
|
|
4063
|
-
...props,
|
|
4064
|
-
weight,
|
|
4065
|
-
size,
|
|
4066
|
-
viewBox: "0 0 24 24",
|
|
4067
|
-
fill: "none",
|
|
4068
|
-
ref: forwardRef2
|
|
4069
|
-
},
|
|
4070
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4071
|
-
"path",
|
|
4072
|
-
{
|
|
4073
|
-
fill: "currentColor",
|
|
4074
|
-
d: "M6 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM6 16c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 16c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 16c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z"
|
|
4075
|
-
}
|
|
4076
|
-
)
|
|
4077
|
-
)
|
|
4078
|
-
);
|
|
4079
|
-
IconDotsSixHorizontal[designSystemBaseIcon.iconSymbol] = true;
|
|
4080
|
-
|
|
4081
|
-
const IconDotsSixVertical = react.forwardRef(
|
|
4059
|
+
const IconDotsSix = react.forwardRef(
|
|
4082
4060
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
4083
4061
|
StyledIcon,
|
|
4084
4062
|
{
|
|
@@ -4106,7 +4084,7 @@ const IconDotsSixVertical = react.forwardRef(
|
|
|
4106
4084
|
)
|
|
4107
4085
|
)
|
|
4108
4086
|
);
|
|
4109
|
-
|
|
4087
|
+
IconDotsSix[designSystemBaseIcon.iconSymbol] = true;
|
|
4110
4088
|
|
|
4111
4089
|
const IconDotsThreeVertical = react.forwardRef(
|
|
4112
4090
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
@@ -13059,8 +13037,7 @@ exports.IconDiagramCardUser = IconDiagramCardUser;
|
|
|
13059
13037
|
exports.IconDistributeHorizontal = IconDistributeHorizontal;
|
|
13060
13038
|
exports.IconDistributeVertical = IconDistributeVertical;
|
|
13061
13039
|
exports.IconDotsNine = IconDotsNine;
|
|
13062
|
-
exports.
|
|
13063
|
-
exports.IconDotsSixVertical = IconDotsSixVertical;
|
|
13040
|
+
exports.IconDotsSix = IconDotsSix;
|
|
13064
13041
|
exports.IconDotsThree = IconDotsThree;
|
|
13065
13042
|
exports.IconDotsThreeVertical = IconDotsThreeVertical;
|
|
13066
13043
|
exports.IconDotsTwo = IconDotsTwo;
|