iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.04 kB
JavaScript
"use strict";
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 BrandGoogleBigQuery = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-google-big-query", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M17.73 19.875A2.225 2.225 0 0115.782 21H8.499a2.222 2.222 0 01-1.947-1.158l-4.272-6.75a2.269 2.269 0 010-2.184l4.272-6.75A2.225 2.225 0 018.498 3h7.285c.809 0 1.554.443 1.947 1.158l3.98 6.75a2.33 2.33 0 010 2.25l-3.98 6.75v-.033z" }),
React.createElement("path", { d: "M8 11.5a3.5 3.5 0 107 0 3.5 3.5 0 10-7 0M14 14l2 2" }));
exports.default = BrandGoogleBigQuery;