@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHorseShoe = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHorseShoe = function GYSiGlyphHorseShoe(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-horse-shoe",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.502 1.042c-4.545 0-7.424 4.236-7.424 9.462 0 2.405 1.523 5.554 2.245 6.265.723.711 2.324-.822 2.05-1.323a8.363 8.363 0 0 1-1.014-3.969c0-3.647 1.605-6.604 4.143-6.604 2.535 0 4.142 2.957 4.142 6.604 0 1.486-.41 2.855-1.011 3.957-.272.507 1.469 2.019 2.045 1.335.577-.684 2.247-3.859 2.247-6.265 0-5.226-2.88-9.462-7.423-9.462Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHorseShoe = GYSiGlyphHorseShoe;