iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 963 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 Googledatastudio = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.197 23.002a3.502 3.502 0 010-6h-6.909a3.034 3.034 0 00-.252-.011A3.05 3.05 0 009 20.002v.014a3.015 3.015 0 003.288 2.986h6.909zm1.803-6a3.001 3.001 0 010 6 3.001 3.001 0 010-6zm-10.803-2.004a3.502 3.502 0 010-6H3.288a3.034 3.034 0 00-.252-.011A3.05 3.05 0 000 11.998v.014a3.015 3.015 0 003.288 2.986h6.909zm1.803-6a3.001 3.001 0 010 6 3.001 3.001 0 010-6zm7.197-2.004a3.502 3.502 0 010-6h-6.909a3.062 3.062 0 00-3.288 3v.014a3.015 3.015 0 003.288 2.986h6.909zm1.803-6a3.001 3.001 0 010 6 3.001 3.001 0 010-6z" }));
exports.default = Googledatastudio;