UNPKG

@icongo/sti

Version:
24 lines 695 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIManjaro = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Manjaro", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#4db05e", d: "M301 192v-90H102v308h90V192h109z" }), /*#__PURE__*/_jsx("path", { fill: "#4db05e", d: "M211 211h90v199h-90zm109-109h90v308h-90z" })] })); export { STIManjaro };