@icongo/sti
Version:
Super Tiny Icons
35 lines (34 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGoogleDriveOld = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGoogleDriveOld = function STIGoogleDriveOld(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google Drive",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4587f4",
d: "M468 299H112v120h288"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1da261",
d: "M187 51 44 299l68 120L325 51"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffcf48",
d: "m325 51 143 248H331L187 51"
})]
}));
};
exports.STIGoogleDriveOld = STIGoogleDriveOld;