@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIPopos = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIPopos = function STIPopos(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": "Pop!_OS",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#48b9c7",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
}));
};
exports.STIPopos = STIPopos;