@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentMusic = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentMusic = function GYSiGlyphDocumentMusic(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-document-music",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.016 3.984h4.981L10.016.016v3.968Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.969 5.016V.011H3.034v15.958h11.942V5.016H8.969Zm3.058 6.642c-.045.379-.566.935-1.07 1.143-.656.271-1.34.12-1.528-.336-.188-.456.19-1.046.847-1.316.231-.096.48-.15.709-.158V8.363l-2.973.699.004 3.548c-.045.379-.649 1.02-1.153 1.228-.655.271-1.339.12-1.529-.336-.188-.456.192-1.046.848-1.316.28-.116.528-.19.788-.166V8.142l5.062-1.188-.005 4.704Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentMusic = GYSiGlyphDocumentMusic;