@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGuitar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGuitar = function GYSiGlyphGuitar(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-guitar",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m16.781.959-.734-.736c-.312-.313-.676-.23-.952.046l-2.289 2.295c-.244.245-.349.529-.128.836L9.324 6.763c-1.125-.788-2.533-.816-3.359.013-.243.244-.916 1.046-1.014 1.368-.074.243-.727.647-1.033.643-.789-.007-1.53.254-2.078.804-1.247 1.252-1.016 3.519.521 5.062 1.539 1.54 3.798 1.774 5.045.521.55-.55.811-1.292.803-2.085-.004-.306.414-.964.664-1.043.315-.099 1.248-.682 1.486-.919.818-.821.797-2.212.033-3.334l3.215-3.458c.309.226.623.079.869-.167l2.289-2.294c.276-.278.331-.6.016-.915ZM7.512 11.133a1.599 1.599 0 0 1-1.605-1.592 1.6 1.6 0 0 1 1.605-1.593c.884 0 1.604.712 1.604 1.593a1.6 1.6 0 0 1-1.604 1.592Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphGuitar = GYSiGlyphGuitar;