@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPick = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPick = function GYSiGlyphPick(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-pick",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphPick = GYSiGlyphPick;