@icongo/sti
Version:
Super Tiny Icons
23 lines • 708 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 STIStackoverflow = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Stack Overflow",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f58025",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#fff",
strokeWidth: 30,
d: "m293 89 90 120zm-53 50 115 97zm-41 65 136 64zm-23 69 148 31zm-6 68h150zm-45-44v105h241V297"
})]
}));
export { STIStackoverflow };