iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.49 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 Googledataproc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.373 20.364a4.682 4.682 0 01-8.1 0 4.694 4.694 0 010-4.669c.326-.564.778-.995 1.272-1.358.472.198 3.394 1.421 3.917 1.717a2.291 2.291 0 00-3.109.842 2.304 2.304 0 000 2.267 2.267 2.267 0 002.564 1.053 2.254 2.254 0 001.375-1.053 2.328 2.328 0 000-2.279 2.478 2.478 0 00-.83-.83l-3.53-2.045-5.727-3.317a5.022 5.022 0 004.139-.36l6.32 3.641a4.682 4.682 0 011.709 6.391zm-14-2.01v.004l-3.558 2a2.27 2.27 0 01-3.102-.823 2.267 2.267 0 012.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 01-.824 3.103c.559-.303 3.352-2.62 3.465-2.714-.304-1.744-1.573-3.24-3.396-3.72a4.608 4.608 0 00-3.558.479 4.67 4.67 0 00-1.694 6.383 4.682 4.682 0 002.865 2.192 4.657 4.657 0 003.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 112.337 8.737 4.678 4.678 0 01-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.075 4.075 0 00-2.317-2.7zm2.403-8.1a2.279 2.279 0 104.546 0 2.23 2.23 0 00-.297-1.127 2.279 2.279 0 00-1.97-1.14 2.267 2.267 0 00-2.279 2.254v.013z" }));
exports.default = Googledataproc;