@icongo/pp
Version:
Pepicons Icons
33 lines (32 loc) • 1.93 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPColorPickerPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPColorPickerPrint = function PPColorPickerPrint(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.jsx)("path", {
fill: "currentColor",
d: "M17.928 3.768c.976.976.818 2.717-.354 3.889L8.6 16.632a1.172 1.172 0 0 1-.33.232c-.376.177-.762.392-1.677.921-.452.262-.652.377-.896.513-1.673.935-2.293 1.18-2.885.587-.592-.592-.348-1.212.581-2.877.138-.246.254-.448.518-.905.53-.915.745-1.3.921-1.677.057-.12.136-.233.233-.33l8.975-8.975c1.171-1.171 2.912-1.33 3.889-.353Z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M16.324 6.717a2.5 2.5 0 0 0-3.535-3.535l-8.975 8.975-.112.17c-.165.417-.366.827-.865 1.797-1.255 2.436-1.455 2.935-.923 3.468.533.533 1.032.332 3.468-.923.97-.5 1.38-.7 1.798-.865l.17-.112 8.974-8.975Zm-.707-2.828a1.5 1.5 0 0 1 0 2.121l-8.903 8.903c-.426.174-.858.387-1.79.867-.95.49-1.351.687-1.766.853a3.757 3.757 0 0 1-.435.15c.031-.118.08-.264.15-.435.166-.414.364-.816.853-1.766.48-.932.693-1.364.867-1.79l8.903-8.903a1.5 1.5 0 0 1 2.121 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M9.851 3.824a.5.5 0 0 1 .707-.707l5.657 5.657a.5.5 0 1 1-.707.707L9.85 3.824Z"
})]
}));
};
exports.PPColorPickerPrint = PPColorPickerPrint;