iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 647 B
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 Lens = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.255 3.5H3.5v4.255l3.75 4.715zM3.5 8.955v7.125h5.665zM19.545 3.5H10.02L8.87 8.635zm-.9 17H20.5v-8.4l-4.32-2.105zm-5.79-12.95l7.645 3.72v-7.4zM3.5 16.825V20.5h6.88l2.875-3.675zm7.83 3.675h6.545l-1.51-6.435zM0 0h24v24H0z" }));
exports.default = Lens;