@icongo/sti
Version:
Super Tiny Icons
45 lines • 1.08 kB
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 STIUbuntu = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Ubuntu",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#e65e17",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 265,
cy: 256,
r: 124,
fill: "none",
stroke: "#fff",
strokeWidth: 51
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
stroke: "#e65e17",
strokeWidth: 10,
children: [/*#__PURE__*/_jsx("circle", {
cx: 90,
cy: 257,
r: 41
}), /*#__PURE__*/_jsx("circle", {
cx: 353,
cy: 409,
r: 41
}), /*#__PURE__*/_jsx("circle", {
cx: 353,
cy: 104,
r: 41
}), /*#__PURE__*/_jsx("path", {
strokeWidth: 19,
d: "m185 118 82 138m0 0h155-155l-84 140"
})]
})]
}));
export { STIUbuntu };