@mirohq/design-system-icons 0.36.3-colors.2 → 0.37.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
@@ -6972,6 +6972,37 @@ const IconMouse = react.forwardRef(
6972
6972
  );
6973
6973
  IconMouse[designSystemBaseIcon.iconSymbol] = true;
6974
6974
 
6975
+ const IconMusicNote = react.forwardRef(
6976
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
6977
+ StyledIcon,
6978
+ {
6979
+ ...props,
6980
+ weight,
6981
+ size,
6982
+ viewBox: "0 0 24 24",
6983
+ fill: "none",
6984
+ ref: forwardRef2
6985
+ },
6986
+ /* @__PURE__ */ jsxRuntime.jsx(
6987
+ "path",
6988
+ {
6989
+ fill: "currentColor",
6990
+ d: "m18 5-10 2v1.5l10-2v-1.5ZM18 16c0 .8284-.8954 1.5-2 1.5s-2-.6716-2-1.5.8954-1.5 2-1.5 2 .6716 2 1.5ZM8 18c0 .8284-.8954 1.5-2 1.5s-2-.6716-2-1.5.8954-1.5 2-1.5 2 .6716 2 1.5Z"
6991
+ }
6992
+ ),
6993
+ /* @__PURE__ */ jsxRuntime.jsx(
6994
+ "path",
6995
+ {
6996
+ stroke: "currentColor",
6997
+ strokeLinecap: "round",
6998
+ strokeWidth: "var(--svg-stroke-width)",
6999
+ d: "M18 6.3903v-.8901c0-.3155-.2887-.5522-.5981-.4903l-9 1.8a.5.5 0 0 0-.4019.4903v1.09m10-2v9.5001m0-9.5-10 2m10 7.5c0 .8284-.8954 1.5-2 1.5s-2-.6716-2-1.5c0-.8285.8954-1.5 2-1.5s2 .6715 2 1.5Zm-10 2v-9.5m0 9.5c0 .8284-.8954 1.5-2 1.5s-2-.6716-2-1.5c0-.8285.8954-1.5 2-1.5s2 .6715 2 1.5Z"
7000
+ }
7001
+ )
7002
+ )
7003
+ );
7004
+ IconMusicNote[designSystemBaseIcon.iconSymbol] = true;
7005
+
6975
7006
  const IconNavigationArrowLines = react.forwardRef(
6976
7007
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
6977
7008
  StyledIcon,
@@ -13153,6 +13184,7 @@ exports.IconMonitorPlay = IconMonitorPlay;
13153
13184
  exports.IconMonitorStop = IconMonitorStop;
13154
13185
  exports.IconMoon = IconMoon;
13155
13186
  exports.IconMouse = IconMouse;
13187
+ exports.IconMusicNote = IconMusicNote;
13156
13188
  exports.IconNavigationArrowLines = IconNavigationArrowLines;
13157
13189
  exports.IconNavigationUpLeftFilled = IconNavigationUpLeftFilled;
13158
13190
  exports.IconNavigationUpLeftSlash = IconNavigationUpLeftSlash;