@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.69 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootMusic({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Music",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9 5.732V7.69l10.995-1.575v-.118L20 5.995V4.156L9 5.732Zm-.005 3.98 11-1.576v6.203c-.843-.373-1.866-.468-2.89-.2-2.153.566-3.497 2.525-3.003 4.376.495 1.851 2.64 2.894 4.793 2.33 1.832-.482 3.079-1.973 3.105-3.547l-.005-10.215a1.02 1.02 0 0 0 .005-.1v-3.98a1 1 0 0 0-1.142-.99l-13 1.862a1 1 0 0 0-.858.99v2.133h-.004v8.341c-.844-.373-1.867-.468-2.891-.2-2.153.566-3.497 2.525-3.003 4.376.495 1.851 2.64 2.894 4.793 2.33 1.832-.482 3.079-1.973 3.104-3.547l-.004-8.586Zm10.968 7.265c.14.523-.218 1.576-1.584 1.935-1.366.358-2.203-.382-2.342-.905-.14-.523.218-1.576 1.584-1.935 1.366-.358 2.202.382 2.342.905ZM5.38 19.912c1.366-.359 1.724-1.412 1.584-1.935-.14-.523-.976-1.264-2.342-.905s-1.724 1.412-1.584 1.935c.14.523.976 1.263 2.342.905Z",
shapeRendering: "geometricPrecision"
}));
}
RootMusic.displayName = 'Music';
const Music = createBaseComponent(RootMusic);
export { Music as default };