@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphPick = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pick",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.168 5.921c.009.006 1.877 1.889 1.885 1.896l1.314-1.32c3.855 4.404 2.466 7.059 2.615 6.908 1.901-1.899.89-5.99-2.256-9.136C9.58 1.123 5.488.112 3.591 2.011c-.148.146 2.5-1.271 6.908 2.593L9.168 5.921Zm4.972-4.317.88.877-.946.947-.879-.877z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.873 7.166.289 15.752a.667.667 0 0 0-.009.943.668.668 0 0 0 .944-.01l8.584-8.584-.935-.935Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphPick };