@icongo/sti
Version:
Super Tiny Icons
38 lines (37 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIStackexchange = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIStackexchange = function STIStackexchange(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Stack Exchange",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#91d8f4",
d: "M156 71q-50 0-50 50v16h300v-16q0-50-50-50"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4ca2da",
d: "M106 157v60h300v-60"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#376db6",
d: "M106 239v60h300v-60"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1e5397",
d: "M406 319H106v16q0 50 50 50h123v65l65-65h12q50 0 50-50"
})]
}));
};
exports.STIStackexchange = STIStackexchange;