@mirohq/design-system-icons 0.20.0 → 0.21.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 CHANGED
@@ -4696,15 +4696,12 @@ 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: "M7.2778 17h9.4444c.1534 0 .2778-.1599.2778-.3571v-9.2858c0-.1972-.1244-.3571-.2778-.3571h-9.4444c-.1534 0-.2778.1599-.2778.3571v9.2858c0 .1972.1244.3571.2778.3571Z",
4704
+ d: "M12 4h-9v4m9-4h9v4m-9-4v-2m-4 16h-5v-4m5 4-2 4m2-4h8m0 0h5v-4m-5 4 2 4m-15-14h18m-18 0v6m18-6v6m0 0h-18",
4708
4705
  vectorEffect: "non-scaling-stroke"
4709
4706
  })
4710
4707
  )
@@ -10091,6 +10088,62 @@ const IconUserArrowRightUp = React.forwardRef(
10091
10088
  );
10092
10089
  IconUserArrowRightUp[iconSymbol] = true;
10093
10090
 
10091
+ const IconUserCogPlus = React.forwardRef(
10092
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
10093
+ StyledIcon,
10094
+ {
10095
+ ...props,
10096
+ weight,
10097
+ size,
10098
+ viewBox: "0 0 24 24",
10099
+ fill: "none",
10100
+ ref: forwardRef2
10101
+ },
10102
+ /* @__PURE__ */ React__default["default"].createElement("path", {
10103
+ stroke: "currentColor",
10104
+ strokeLinecap: "round",
10105
+ strokeWidth: "var(--svg-stroke-width)",
10106
+ 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",
10107
+ vectorEffect: "non-scaling-stroke"
10108
+ }),
10109
+ /* @__PURE__ */ React__default["default"].createElement("path", {
10110
+ fill: "currentColor",
10111
+ fillRule: "evenodd",
10112
+ 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",
10113
+ clipRule: "evenodd"
10114
+ })
10115
+ )
10116
+ );
10117
+ IconUserCogPlus[iconSymbol] = true;
10118
+
10119
+ const IconUserCog = React.forwardRef(
10120
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
10121
+ StyledIcon,
10122
+ {
10123
+ ...props,
10124
+ weight,
10125
+ size,
10126
+ viewBox: "0 0 24 24",
10127
+ fill: "none",
10128
+ ref: forwardRef2
10129
+ },
10130
+ /* @__PURE__ */ React__default["default"].createElement("path", {
10131
+ stroke: "currentColor",
10132
+ strokeLinecap: "round",
10133
+ strokeWidth: "var(--svg-stroke-width)",
10134
+ 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",
10135
+ vectorEffect: "non-scaling-stroke"
10136
+ }),
10137
+ /* @__PURE__ */ React__default["default"].createElement("path", {
10138
+ fill: "currentColor",
10139
+ fillRule: "evenodd",
10140
+ 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",
10141
+ clipRule: "evenodd"
10142
+ })
10143
+ )
10144
+ );
10145
+ IconUserCog[iconSymbol] = true;
10146
+
10094
10147
  const IconUserEyeOpen = React.forwardRef(
10095
10148
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
10096
10149
  StyledIcon,
@@ -10865,6 +10918,8 @@ exports.IconTrophy = IconTrophy;
10865
10918
  exports.IconUser = IconUser;
10866
10919
  exports.IconUserAdd = IconUserAdd;
10867
10920
  exports.IconUserArrowRightUp = IconUserArrowRightUp;
10921
+ exports.IconUserCog = IconUserCog;
10922
+ exports.IconUserCogPlus = IconUserCogPlus;
10868
10923
  exports.IconUserEyeOpen = IconUserEyeOpen;
10869
10924
  exports.IconUserLoad = IconUserLoad;
10870
10925
  exports.IconUserNumberThree = IconUserNumberThree;