@icongo/sti
Version:
Super Tiny Icons
30 lines • 779 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 STIEmail = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Email",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "teal",
rx: "15%"
}), /*#__PURE__*/_jsx("rect", {
width: 356,
height: 256,
x: 78,
y: 128,
fill: "#fff",
rx: "8%"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "teal",
strokeWidth: 20,
d: "M434 128 269 292c-7 8-19 8-26 0L78 128m0 256 129-128m227 128L305 256"
})]
}));
export { STIEmail };