@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 726 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHockey = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-hockey",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M5.938 15.969H2.032a1 1 0 0 1-1-1c0-.553.447-.916 1-.916h3.807c.062-.113.143-.305.178-.388L11.022.818a1.002 1.002 0 0 1 1.317-.517c.506.222.737.811.517 1.317l-5 12.75c-.251.592-.675 1.601-1.918 1.601ZM10 15h2.938v1H10z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphHockey };