@icongo/sti
Version:
Super Tiny Icons
21 lines • 1.26 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 STISogo = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "SOGo",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#50bd37",
d: "M82 230c0-9 10-13 18-13 11 0 16 7 19 12a1 1 0 0 0 11-7c-6-10-17-16-29-16-16 0-32 9-32 26 0 32 50 18 50 40 0 10-10 14-20 14s-18-6-23-13a1 1 0 0 0-10 7c8 13 20 17 33 17 17 0 34-8 34-27 0-33-51-17-51-40zm112-24a46 45 0 0 0 0 91 46 45 0 0 0 0-91m0 80a33 34.5 0 0 1 0-69 34 34.5 0 0 1 0 69zm106 26c-11.4 1.8-16-1-16-6s7-8 12-8a45.5 46 0 1 0-19-6.5c0 .5-9 8.5-5 20.5-10.9 6.5-17.4 18.4-17 31a45 35 0 0 0 90 2c0-31-33.6-34.8-45-33zm-32-61a32 33 0 0 1 65 0 32 35 0 0 1-65 0zm33 115c-21 0-33-10-33-23 0-14 13-21 13-21 4 3 12.7 3.5 17 3 22.7-2.9 34 9 34 20s-11 21-31 21m99-193.5a1 1 0 0 0 0 83 1 1 0 0 0 0-83m0 11a1 1 0 0 1 0 61 1 1 0 0 1 0-61m0 10.5a1 1 0 0 0 0 40 1 1 0 0 0 0-40zm0 10a1 1 0 0 1 0 20 1 1 0 0 1 0-20z"
})]
}));
export { STISogo };