@mirohq/design-system-icons 0.20.0 → 0.21.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 +64 -5
- package/dist/main.js.map +1 -1
- package/dist/module.js +63 -6
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +5 -1
- package/package.json +3 -3
- package/react/index.ts +2 -0
- package/react/lightbox.tsx +4 -6
- package/react/user-cog-plus.tsx +39 -0
- package/react/user-cog.tsx +39 -0
- package/svg/24/lightbox.svg +1 -1
- package/svg/24/user-cog-plus.svg +2 -0
- package/svg/24/user-cog.svg +2 -0
- package/svg/meta.json +29 -3
package/dist/main.js
CHANGED
|
@@ -4696,16 +4696,17 @@ const IconLightbox = React.forwardRef(
|
|
|
4696
4696
|
fill: "none",
|
|
4697
4697
|
ref: forwardRef2
|
|
4698
4698
|
},
|
|
4699
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4700
|
-
fill: "currentColor",
|
|
4701
|
-
d: "M3.4142 2h-1.4142v1.4142l1.4142-1.4142ZM2 8.4142v-2.8284l3.5858-3.5858h2.8284l-2 2h-.4142c-1.1046 0-2 .8954-2 2v.4142l-2 2ZM2 13.4142v-2.8284l2-2v2.8284l-2 2ZM2 18.4142v-2.8284l2-2v2.8284l-2 2ZM3.4142 22h-1.4142v-1.4142l2.0677-2.0678a2.0038 2.0038 0 0 0 1.4143 1.4143l-2.0678 2.0677ZM8.4142 22h-2.8284l2-2h2.8284l-2 2ZM13.4142 22h-2.8284l2-2h2.8284l-2 2ZM18.4142 22h-2.8284l2-2h.4142c1.1046 0 2-.8954 2-2v-.4142l2-2v2.8284l-3.5858 3.5858ZM22 20.5858v1.4142h-1.4142l1.4142-1.4142ZM22 10.5858v2.8284l-2 2v-2.8284l2-2ZM22 5.5858v2.8284l-2 2v-2.8284l2-2ZM20.5858 2h1.4142v1.4142l-2.0677 2.0678a2.0038 2.0038 0 0 0-1.4143-1.4143l2.0678-2.0677ZM15.5858 2h2.8284l-2 2h-2.8284l2-2ZM10.5858 2h2.8284l-2 2h-2.8284l2-2Z"
|
|
4702
|
-
}),
|
|
4703
4699
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4704
4700
|
stroke: "currentColor",
|
|
4705
4701
|
strokeLinecap: "round",
|
|
4702
|
+
strokeLinejoin: "round",
|
|
4706
4703
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4707
|
-
d: "
|
|
4704
|
+
d: "M12 4h-9v14h5m4-14h9v14h-5m-4-14v-2m-4 16-2 4m2-4h8m0 0 2 4",
|
|
4708
4705
|
vectorEffect: "non-scaling-stroke"
|
|
4706
|
+
}),
|
|
4707
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4708
|
+
fill: "currentColor",
|
|
4709
|
+
d: "M3 4h18v3h-18v-3ZM3 15h18v3h-18v-3Z"
|
|
4709
4710
|
})
|
|
4710
4711
|
)
|
|
4711
4712
|
);
|
|
@@ -10091,6 +10092,62 @@ const IconUserArrowRightUp = React.forwardRef(
|
|
|
10091
10092
|
);
|
|
10092
10093
|
IconUserArrowRightUp[iconSymbol] = true;
|
|
10093
10094
|
|
|
10095
|
+
const IconUserCogPlus = React.forwardRef(
|
|
10096
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
10097
|
+
StyledIcon,
|
|
10098
|
+
{
|
|
10099
|
+
...props,
|
|
10100
|
+
weight,
|
|
10101
|
+
size,
|
|
10102
|
+
viewBox: "0 0 24 24",
|
|
10103
|
+
fill: "none",
|
|
10104
|
+
ref: forwardRef2
|
|
10105
|
+
},
|
|
10106
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10107
|
+
stroke: "currentColor",
|
|
10108
|
+
strokeLinecap: "round",
|
|
10109
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10110
|
+
d: "M5 3v2m0 0v2m0-2h2m-2 0h-2m18 15v-5c0-2.2091-1.7909-4-4-4m-7-6c0 1.6569 1.3431 3 3 3s3-1.3431 3-3c0-1.6568-1.3431-3-3-3s-3 1.3432-3 3Z",
|
|
10111
|
+
vectorEffect: "non-scaling-stroke"
|
|
10112
|
+
}),
|
|
10113
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10114
|
+
fill: "currentColor",
|
|
10115
|
+
fillRule: "evenodd",
|
|
10116
|
+
d: "M8.1667 10a1 1 0 0 0-.9064.5775l-.6072 1.3024-.6027.234-.9057-.2884a1 1 0 0 0-1.1675.4493l-.8412 1.4434a1 1 0 0 0 .0142 1.0306l.6831 1.1014v.6303l-.5703.6219a1 1 0 0 0-.127 1.1794l.8413 1.4434a1 1 0 0 0 1.1674.4493l.9057-.2884.6027.234.6072 1.3025a1 1 0 0 0 .9064.5774h1.6666a1 1 0 0 0 .9064-.5774l.6072-1.3025.6027-.234.9057.2884a1 1 0 0 0 1.1675-.4493l.8412-1.4434a1 1 0 0 0-.127-1.1794l-.5703-.6219v-.6303l.6831-1.1014a.9999.9999 0 0 0 .0142-1.0306l-.8412-1.4434a1 1 0 0 0-1.1675-.4493l-.9057.2884-.6027-.234-.6072-1.3024a1 1 0 0 0-.9063-.5775h-1.6667Zm.8333 8c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2Z",
|
|
10117
|
+
clipRule: "evenodd"
|
|
10118
|
+
})
|
|
10119
|
+
)
|
|
10120
|
+
);
|
|
10121
|
+
IconUserCogPlus[iconSymbol] = true;
|
|
10122
|
+
|
|
10123
|
+
const IconUserCog = React.forwardRef(
|
|
10124
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
10125
|
+
StyledIcon,
|
|
10126
|
+
{
|
|
10127
|
+
...props,
|
|
10128
|
+
weight,
|
|
10129
|
+
size,
|
|
10130
|
+
viewBox: "0 0 24 24",
|
|
10131
|
+
fill: "none",
|
|
10132
|
+
ref: forwardRef2
|
|
10133
|
+
},
|
|
10134
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10135
|
+
stroke: "currentColor",
|
|
10136
|
+
strokeLinecap: "round",
|
|
10137
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10138
|
+
d: "M21 20v-5c0-2.2091-1.7909-4-4-4m-7-6c0 1.6569 1.3431 3 3 3s3-1.3431 3-3c0-1.6568-1.3431-3-3-3s-3 1.3432-3 3Z",
|
|
10139
|
+
vectorEffect: "non-scaling-stroke"
|
|
10140
|
+
}),
|
|
10141
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10142
|
+
fill: "currentColor",
|
|
10143
|
+
fillRule: "evenodd",
|
|
10144
|
+
d: "M8.1667 10a1 1 0 0 0-.9064.5775l-.6072 1.3024-.6027.234-.9057-.2884a1 1 0 0 0-1.1675.4493l-.8412 1.4434a1 1 0 0 0 .0142 1.0306l.6831 1.1014v.6303l-.5703.6219a1 1 0 0 0-.127 1.1794l.8413 1.4434a1 1 0 0 0 1.1674.4493l.9057-.2884.6027.234.6072 1.3025a1 1 0 0 0 .9064.5774h1.6666a1 1 0 0 0 .9064-.5774l.6072-1.3025.6027-.234.9057.2884a1 1 0 0 0 1.1675-.4493l.8412-1.4434a1 1 0 0 0-.127-1.1794l-.5703-.6219v-.6303l.6831-1.1014a.9999.9999 0 0 0 .0142-1.0306l-.8412-1.4434a1 1 0 0 0-1.1675-.4493l-.9057.2884-.6027-.234-.6072-1.3024a1 1 0 0 0-.9063-.5775h-1.6667Zm.8333 8c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2Z",
|
|
10145
|
+
clipRule: "evenodd"
|
|
10146
|
+
})
|
|
10147
|
+
)
|
|
10148
|
+
);
|
|
10149
|
+
IconUserCog[iconSymbol] = true;
|
|
10150
|
+
|
|
10094
10151
|
const IconUserEyeOpen = React.forwardRef(
|
|
10095
10152
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
10096
10153
|
StyledIcon,
|
|
@@ -10865,6 +10922,8 @@ exports.IconTrophy = IconTrophy;
|
|
|
10865
10922
|
exports.IconUser = IconUser;
|
|
10866
10923
|
exports.IconUserAdd = IconUserAdd;
|
|
10867
10924
|
exports.IconUserArrowRightUp = IconUserArrowRightUp;
|
|
10925
|
+
exports.IconUserCog = IconUserCog;
|
|
10926
|
+
exports.IconUserCogPlus = IconUserCogPlus;
|
|
10868
10927
|
exports.IconUserEyeOpen = IconUserEyeOpen;
|
|
10869
10928
|
exports.IconUserLoad = IconUserLoad;
|
|
10870
10929
|
exports.IconUserNumberThree = IconUserNumberThree;
|