@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 825 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphColorPicker = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-color-picker",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.308 4.434c.912-.911.81-2.495-.229-3.534-1.041-1.039-2.624-1.142-3.534-.23l-1.181 1.183 3.764 3.764 1.18-1.183Zm-9.84 9.842 6.147-6.148.772.772 1.584-1.586-5.309-5.309-1.585 1.584.773.773-6.148 6.146-1.682 4.693.754.754 4.694-1.679Zm3.448-8.848 1.635 1.636-6.262 6.26-2.594.96.959-2.596 6.262-6.26Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphColorPicker };