@icongo/pp
Version:
Pepicons Icons
41 lines (40 loc) • 2.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPColorPicker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPColorPicker = function PPColorPicker(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "currentColor",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fillRule: "evenodd",
d: "M7.536 15.236c-1.56.617-4.257 2.372-4.728 1.9-.306-.305.323-1.545.972-2.805h4.66l-.905.905Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.803 5.555a1 1 0 1 1 1.415 1.414l-8.975 8.975a1 1 0 0 1-.34.222c-.396.157-.8.355-1.753.846-.47.242-.679.348-.933.474-1.748.861-2.405 1.068-3.116.357-.71-.71-.504-1.367.351-3.105.127-.257.234-.468.48-.945.491-.953.689-1.356.845-1.753A1 1 0 0 1 4 11.701l8.975-8.975a1 1 0 1 1 1.414 1.414l-8.832 8.832c-.174.415-.393.857-.847 1.737a52.348 52.348 0 0 0-.535 1.06l.158-.077c.24-.119.441-.221.902-.458.88-.454 1.321-.673 1.736-.847l8.832-8.832Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.39 4.14a1 1 0 1 1-1.415-1.414 3 3 0 1 1 4.243 4.243 1 1 0 1 1-1.415-1.414A1 1 0 0 0 14.39 4.14Zm-4.953.705a1 1 0 0 1 1.415-1.414l5.656 5.657a1 1 0 0 1-1.414 1.414L9.437 4.845Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPColorPicker = PPColorPicker;