@icongo/sti
Version:
Super Tiny Icons
38 lines (37 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIRoundcube = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIRoundcube = function STIRoundcube(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": "Roundcube",
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: "#37beff",
d: "M256 107.6v340.6l192-111V218.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#404f54",
d: "M256 107.6 64 218.7v118.5l192 111.1z"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.STIRoundcube = STIRoundcube;