@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 908 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHorse = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphHorse };