iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 627 B
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 GoogleDrive = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.258 14.29L8.871 3.258h6.258l6.42 11.032h-6.29zm-5.387.903l-3.13 5.549h12.13L22 15.193H9.871zM8.032 4.613L2 15.193l3.129 5.549 6.097-10.581-3.194-5.548z", fill: "#323544" }));
exports.default = GoogleDrive;