iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.07 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 Analyze = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-analyze", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M4.99 12.862a7.1 7.1 0 0012.171 3.924 1.956 1.956 0 01-.156-.637L17 16l.005-.15a2 2 0 111.769 2.137 9.099 9.099 0 01-15.764-4.85 1 1 0 011.98-.275z" }),
React.createElement("path", { d: "M12 8a4 4 0 11-3.995 4.2L8 12l.005-.2A4 4 0 0112 8z" }),
React.createElement("path", { d: "M13.142 3.09a9.1 9.1 0 017.848 7.772 1 1 0 01-1.98.276 7.1 7.1 0 00-6.125-6.064A7.096 7.096 0 006.837 7.21a2 2 0 11-3.831.939L3 8l.005-.15a2 2 0 012.216-1.838 9.094 9.094 0 017.921-2.922z" }));
exports.default = Analyze;