@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHorse = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHorse = function GYSiGlyphHorse(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",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.572 12.36c-1.889-2.274-.475-5.31-2.205-8.448a4.144 4.144 0 0 0-1.564-1.63.975.975 0 0 0 .033-.03c.916-.928 1.412-1.903 1.106-2.178-.305-.277-1.296.252-2.212 1.18-.176.178-.33.356-.472.533-.976-.081-2.003.242-2.895 1.095 0 0-3.909 3.697-4.949 4.697-1.044.998.367 1.534.367 1.534s4.003-.967 4.833-.645c1.445.558-2.029 2.992-1.918 6.148.066 2.044 5.214 1.205 8.562.225 1.825-.533 1.67-2.054 1.314-2.48Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHorse = GYSiGlyphHorse;