@icongo/sti
Version:
Super Tiny Icons
32 lines (31 loc) • 1.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIManjaro = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIManjaro = function STIManjaro(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": "Manjaro",
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: "#4db05e",
d: "M301 192v-90H102v308h90V192h109z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4db05e",
d: "M211 211h90v199h-90zm109-109h90v308h-90z"
})]
}));
};
exports.STIManjaro = STIManjaro;