@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 890 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBone = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bone",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3.321 13.61s.062 1.264.649 1.852c.684.683 1.781.694 2.452.024.954-.954 1.084-2.273.97-3.367l5.766-5.765c1.087.109 2.404-.027 3.375-.998.662-.662.647-1.752-.034-2.434-.589-.588-1.786-.577-1.786-.577s-.038-1.246-.631-1.839c-.686-.688-1.789-.703-2.457-.033-.97.97-1.085 2.322-.958 3.429L4.939 9.631c-1.091-.109-2.416.026-3.395 1.004-.664.663-.651 1.75.025 2.427.587.584 1.752.548 1.752.548Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBone };