iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 897 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 ChartScatterDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 64v144H32V48h176a16 16 0 0116 16z", opacity: ".2" }),
React.createElement("path", { d: "M232 208a8 8 0 01-8 8H32a8 8 0 01-8-8V48a8 8 0 0116 0v152h184a8 8 0 018 8zm-100-48a12 12 0 10-12-12 12 12 0 0012 12zm-24-56a12 12 0 10-12-12 12 12 0 0012 12zm-32 72a12 12 0 10-12-12 12 12 0 0012 12zm96-48a12 12 0 10-12-12 12 12 0 0012 12zm24-40a12 12 0 10-12-12 12 12 0 0012 12zm-20 76a12 12 0 1012-12 12 12 0 00-12 12z" }));
exports.default = ChartScatterDuotone;