@gravity-ui/icons
Version:
Pack of Gravity UI icons
10 lines (9 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Microscope = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M10.103 1.211a.75.75 0 0 1 1.06 0l.612.611a.75.75 0 0 1 0 1.062l-.05.049a.75.75 0 0 1-.008 1.05l-.207.206a5.735 5.735 0 0 1-.186 9.311H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.793a5.8 5.8 0 0 1-1.31-1.25H2.75a.75.75 0 0 1 0-1.5h4.472a.75.75 0 0 1 0 1.5H5.62a4.247 4.247 0 0 0 6.684-3.474 4.24 4.24 0 0 0-1.87-3.512L6.799 8.9a.75.75 0 0 1-1.056.004l-.314.316a.75.75 0 0 1-1.06 0l-.615-.614a.75.75 0 0 1 0-1.061l.314-.315a.75.75 0 0 1 .018-1.042l4.918-4.92a.75.75 0 0 1 1.05-.01zM5.676 6.72l.592.592 3.847-3.85-.592-.592z" }),
React.createElement("path", { fillRule: "evenodd", d: "M10.103 1.211a.75.75 0 0 1 1.06 0l.612.611a.75.75 0 0 1 0 1.062l-.05.049a.75.75 0 0 1-.008 1.05l-.207.206a5.735 5.735 0 0 1-.186 9.311H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.793a5.8 5.8 0 0 1-1.31-1.25H2.75a.75.75 0 0 1 0-1.5h4.472a.75.75 0 0 1 0 1.5H5.62a4.247 4.247 0 0 0 6.684-3.474 4.24 4.24 0 0 0-1.87-3.512L6.799 8.9a.75.75 0 0 1-1.056.004l-.314.316a.75.75 0 0 1-1.06 0l-.615-.614a.75.75 0 0 1 0-1.061l.314-.315a.75.75 0 0 1 .018-1.042l4.918-4.92a.75.75 0 0 1 1.05-.01zM5.676 6.72l.592.592 3.847-3.85-.592-.592z", clipRule: "evenodd" }))));
exports.default = Microscope;