@icongo/mc
Version:
Micon Icons
13 lines • 504 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCGoogleDrive = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1356 1259.6 701.6 128h644.8l654.4 1131.6H1356zM806 1354l-322.4 566h1242l322.4-566H806zM616.4 269.6 0 1354l322.4 566L948 835.2 616.4 269.6z"
})
}));
export { MCGoogleDrive };