@icongo/sti
Version:
Super Tiny Icons
41 lines (40 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGmail = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGmail = function STIGmail(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": "Gmail",
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: "#4285f4",
d: "M158 391V249l-82-63v175q0 30 30 30"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ea4335",
d: "m154 248 102 77 102-77v-98l-102 77-102-77"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#34a853",
d: "M354 391V249l82-63v175q0 30-30 30"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c5221f",
d: "m76 188 82 63v-98l-30-23c-27-21-52 0-52 26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fbbc04",
d: "m436 188-82 63v-98l30-23c27-21 52 0 52 26"
})]
}));
};
exports.STIGmail = STIGmail;