@icongo/sti
Version:
Super Tiny Icons
30 lines • 1.03 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 STIRoundcube = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Roundcube",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#37beff",
d: "M256 107.6v340.6l192-111V218.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#404f54",
d: "M256 107.6 64 218.7v118.5l192 111.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ccc",
d: "M256 63.7c-73.3 0-132.8 59.6-132.8 133 0 24.2 6.5 46.9 17.7 66.4L256 329.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e5e5e5",
d: "M256 63.7c-42.1 28.4-59.5 85.7-59.5 133.1s17.4 104.5 59.5 132.9l115.1-66.6a132.5 132.5 0 0 0 17.7-66.4c0-73.4-59.5-133-132.9-133z"
})]
}));
export { STIRoundcube };