iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Microscope = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.461 2.3a2.25 2.25 0 00-3.073.823l-2.811 4.87a2.25 2.25 0 00.823 3.073l.866.5a2.25 2.25 0 003.074-.824l1.742-3.018a5.642 5.642 0 01-4.053 9.56l-.006.001h-.006c-1.5-.002-2.733-.782-3.592-2.021h2.237a.75.75 0 100-1.5h-7a.75.75 0 000 1.5h3.015c.93 1.779 2.495 3.198 4.596 3.473V20.5h-3.25a.75.75 0 000 1.5h3.964a.722.722 0 00.073 0h3.963a.75.75 0 100-1.5h-3.25v-1.754a7.143 7.143 0 004.083-12.362l.295-.51a2.25 2.25 0 00-.824-3.074l-.866-.5zm-1.774 1.573A.75.75 0 0114.71 3.6l.866.5a.75.75 0 01.275 1.024l-2.811 4.87a.75.75 0 01-1.025.274l-.866-.5a.75.75 0 01-.274-1.025l2.81-4.869z", fill: "#323544" }));
exports.default = Microscope;