@icongo/sti
Version:
Super Tiny Icons
20 lines • 995 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 STIMattermost = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Mattermost",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M429.6 174.4a190 190 0 0 0-55.3-69.8l2 41.2 2.2 2.9a141.3 141.3 0 0 1 25.3 113.6 144.8 144.8 0 0 1-179 112.7C153 357 105 283.4 118.6 210.6c10.7-57.5 44.7-95.8 99.9-115.2l2-.8 1.6-1.2 20.1-29A190.9 190.9 0 0 0 65 237.5a191.5 191.5 0 0 0 152.4 206.1 191.2 191.2 0 0 0 222-132c14.3-46.7 11-92.8-9.7-137.3zm-236 61.7a69.7 69.7 0 0 0 78.5 62.4 70 70 0 0 0 60.3-81.3c-5.7-30.2-12.1-60.3-18.2-90.4l-7.8-38.1-2 1.7-40.2 39.5-49 48a68.1 68.1 0 0 0-21.5 58.2z"
})]
}));
export { STIMattermost };