@brizy/ui-icons
Version:
10 lines (9 loc) • 1.09 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.EyeDropper = void 0;
const react_1 = __importDefault(require("react"));
exports.EyeDropper = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 24 24", fill: "currentColor", width: "1em", height: "1em" },
react_1.default.createElement("path", { fill: "currentColor", d: "M17.542 13.147 10.087 6.48l1.334-1.49a1.996 1.996 0 0 0 2.822-.159L17.746 1c.593-.663 1.414-1 2.238-1C21.65 0 23 1.358 23 2.996a3.01 3.01 0 0 1-.78 2.005l-3.503 3.83a2.002 2.002 0 0 0 .158 2.825l-1.333 1.491zm-4.314-1.175-7.791 8.65c-.314.352-1.322.323-1.853.557.172-.554.048-1.538.362-1.89l7.791-8.651-1.491-1.333-7.9 8.794c-1.277 1.423-.171 2.261-1.149 4.052-.135.244-.197.48-.197.698C1 23.51 1.54 24 2.141 24c.241 0 .492-.079.724-.256 1.733-1.332 2.644-.184 3.954-1.647l7.9-8.792-1.491-1.333z" })));