@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 762 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function StackOverflowIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "stack overflow logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M18 20v-5h2v7H4v-7h2v5h12Zm-9.86-7.44 8.79 1.85-.37 1.76-8.79-1.85.37-1.76ZM9.69 8.5l8.14 3.78-.76 1.62-8.14-3.79.76-1.61Zm2.65-3.76 6.9 5.76-1.15 1.37-6.9-5.75 1.15-1.38ZM21 9.08l-1.44 1.07-5.36-7.21 1.44-1.07L21 9.08ZM7.59 16.61h8.98v1.8H7.59v-1.8Z", clipRule: "evenodd" }) });
}
exports.default = StackOverflowIcon;