@icongo/sti
Version:
Super Tiny Icons
30 lines • 904 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 STIStackexchange = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Stack Exchange",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#91d8f4",
d: "M156 71q-50 0-50 50v16h300v-16q0-50-50-50"
}), /*#__PURE__*/_jsx("path", {
fill: "#4ca2da",
d: "M106 157v60h300v-60"
}), /*#__PURE__*/_jsx("path", {
fill: "#376db6",
d: "M106 239v60h300v-60"
}), /*#__PURE__*/_jsx("path", {
fill: "#1e5397",
d: "M406 319H106v16q0 50 50 50h123v65l65-65h12q50 0 50-50"
})]
}));
export { STIStackexchange };