@icongo/sti
Version:
Super Tiny Icons
42 lines • 1.2 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 STIGmailOld = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Gmail",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#f2f2f2",
d: "M120 392V151.075h272V392"
}), /*#__PURE__*/_jsx("path", {
fillOpacity: 0.05,
d: "M256 285 120 392l-4-212"
}), /*#__PURE__*/_jsx("path", {
fill: "#d54c3f",
d: "M120 392H97c-12 0-22-10-22-23V143h45z"
}), /*#__PURE__*/_jsx("path", {
fillOpacity: 0.08,
d: "M317 392h77V159H82"
}), /*#__PURE__*/_jsx("path", {
fill: "#f2f2f2",
d: "M97 121h318L256 234"
}), /*#__PURE__*/_jsx("path", {
fill: "#b63524",
d: "M392 392h23c12 0 22-10 22-23V143h-45z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#de5145",
strokeLinecap: "round",
strokeWidth: 44,
d: "m97 143 159 115 159-115"
})]
}));
export { STIGmailOld };