iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 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 Googlebigquery = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.676 10.595h2.052v5.244a5.892 5.892 0 01-2.052-2.088v-3.156zm18.179 10.836a.504.504 0 010 .708l-1.716 1.716a.504.504 0 01-.708 0l-4.248-4.248a.206.206 0 01-.007-.007c-.02-.02-.028-.045-.043-.066a10.736 10.736 0 01-6.334 2.065C4.835 21.599 0 16.764 0 10.799S4.835 0 10.8 0s10.799 4.835 10.799 10.8c0 2.369-.772 4.553-2.066 6.333.025.017.052.028.074.05l4.248 4.248zm-5.028-10.632a8.015 8.015 0 10-8.028 8.028h.024a8.016 8.016 0 008.004-8.028zm-4.86 4.98a6.002 6.002 0 002.04-2.184v-1.764h-2.04v3.948zm-4.5.948c.442.057.887.08 1.332.072.4.025.8.025 1.2 0V7.692H9.468v9.035z" }));
exports.default = Googlebigquery;