@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMusic = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMusic = function GYSiGlyphMusic(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-music",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.942.751 6.035.042v11.097a4.228 4.228 0 0 0-1.924.299c-1.594.651-2.422 2.217-1.965 3.312.458 1.098 2.029 1.604 3.621.953 1.224-.5 2.073-1.451 2.184-2.362l-.008-9.817c2.627.798 4.52 1.673 4.52 4.284 0 .927 1.52 1.823 1.52-1.812-.001-3.092-2.653-4.962-6.041-5.245Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMusic = GYSiGlyphMusic;