iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.5 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 GoogleCloud = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.68 12.532a5.633 5.633 0 00-2.166-2.813 7.819 7.819 0 00-2.361-3.806l-.037.036v-.042a7.768 7.768 0 00-3.489-1.776 7.913 7.913 0 00-3.922.147 7.86 7.86 0 00-3.35 2.037A7.813 7.813 0 004.41 9.72c.043-.018.092-.03.135-.042-.074.042-.14.091-.208.14a5.673 5.673 0 00-2.043 2.776 5.663 5.663 0 001.909 6.277h.006l-.006.018a5.592 5.592 0 003.41 1.135h4.325l.025.024h4.343a5.655 5.655 0 003.38-1.086 5.658 5.658 0 002.062-2.885 5.635 5.635 0 00-.067-3.544zm-3.368 2.696a2.142 2.142 0 01-1.177 1.177c-.263.11-.543.165-.83.165h-4.35v-.024H7.613a2.13 2.13 0 01-.89-.196 2.242 2.242 0 01-.812-.64 2.174 2.174 0 01-.42-.946 2.133 2.133 0 01.06-1.037A2.159 2.159 0 016.978 12.3a2.21 2.21 0 011.037-.067c.341.067.67.213.945.427.275.22.494.5.64.817l2.52-2.52a5.675 5.675 0 00-1.988-1.634 5.472 5.472 0 00-1.41-.47c.019-.018.03-.024.05-.018a4.345 4.345 0 015.935-.452h.049c.494.41.884.921 1.159 1.507.274.598.408 1.245.396 1.903v.434c.287 0 .567.054.83.164a2.143 2.143 0 011.177 1.178c.11.262.165.543.165.83 0 .286-.055.567-.165.829h-.006z", fill: "#323544" }));
exports.default = GoogleCloud;