@icongo/sti
Version:
Super Tiny Icons
21 lines • 919 B
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 STITutanota = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Tutanota",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#a01e20",
d: "M113 97c-17 0-31 14.1-31.5 31.5V419c0 1.1.1 2.2.2 3.3a1700 1700 0 0 0 37-14c91-36 165-67 165-102 0-1.1-.1-2.2-.2-3.4-4.7-34.5-87.2-45-87-61 0-.8.2-1.7.8-2 9-17 49-16 63-17s48-1 50-11.3c0-.3.1-.6.1-1 0-9-23-13-23-13s28 4 28 15c0 .5-.1 1.1-.2 1.7-3.1 11-28 14-44 14-15.6.8-39 2-39 10.2 0 .4.1.9.2 1 3 11 90 16 146 45 32 16 48 44 55 73V128c0-17-14-31-31-31H113z"
})]
}));
export { STITutanota };