@icongo/sti
Version:
Super Tiny Icons
48 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIGoogleDrive = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google Drive",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("g", {
fill: "#2684fc",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "m337 301 53 96q-3 2-10 2H132.4q-6 0-10-2l55-95"
})
}), /*#__PURE__*/_jsx("g", {
fill: "#ea4335",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__b",
d: "m335 301 55 96q6-3 10-10l43-76q2-6 2-10"
})
}), /*#__PURE__*/_jsxs("g", {
transform: "rotate(120 256 256)",
children: [/*#__PURE__*/_jsx("use", {
fill: "#00ac47",
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
fill: "#0066da",
href: "#prefix__b"
})]
}), /*#__PURE__*/_jsxs("g", {
transform: "rotate(240 256 256)",
children: [/*#__PURE__*/_jsx("use", {
fill: "#ffba00",
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
fill: "#00832d",
href: "#prefix__b"
})]
})]
}));
export { STIGoogleDrive };