@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphColorPicker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphColorPicker = function GYSiGlyphColorPicker(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-color-picker",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphColorPicker = GYSiGlyphColorPicker;