UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 974 B
"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 Googlecolab = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.941 4.976a7.033 7.033 0 00-4.93 2.064 7.033 7.033 0 00-.124 9.807l2.395-2.395a3.646 3.646 0 015.15-5.148l2.397-2.399a7.033 7.033 0 00-4.888-1.93zm-9.871.01a7.033 7.033 0 00-4.888 1.931l2.391 2.391a3.643 3.643 0 015.023.127l1.734-2.973-.1-.08a7.033 7.033 0 00-4.16-1.396zm15.01 2.172l-2.39 2.39a3.646 3.646 0 01-5.15 5.15l-2.406 2.407a7.036 7.036 0 009.945-9.947zm-20.148.01a7.033 7.033 0 00-.002 9.681l2.397-2.397a3.643 3.643 0 01-.004-4.892zm7.664 7.423a3.635 3.635 0 01-5.017.113L2.182 17.1a7.029 7.029 0 009.007.546l.137-.112z" })); exports.default = Googlecolab;