@icongo/sti
Version:
Super Tiny Icons
21 lines • 823 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 STIPopos = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Pop!_OS",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#48b9c7",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M144 145c-20 21 12 48 40 112 33 64 47 93 66 83 18-15-13-58-17-87 121-61 5-217-89-108zm80 72q-9 1-22-27t-8-41q5-12 23 5t19 41q1 23-12 22zm88-25c-23 133-2 137 50 13 11-25-45-42-50-13zm-6 120c-15-3-27 22-7 30 19 3 21-25 7-30zm-141 47a15 15 0 1 0 0 30h175a15 15 0 1 0 0-30z"
})]
}));
export { STIPopos };