@icongo/sti
Version:
Super Tiny Icons
41 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 STIPreact = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Preact",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
transform: "translate(256 256)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#673ab8",
d: "m0-256 222 128v256L0 256l-222-128v-256z"
}), /*#__PURE__*/_jsx("ellipse", {
fill: "none",
stroke: "#fff",
strokeWidth: 16,
rx: 75,
ry: 196,
transform: "rotate(52.5)"
}), /*#__PURE__*/_jsx("ellipse", {
fill: "none",
stroke: "#fff",
strokeWidth: 16,
rx: 75,
ry: 196,
transform: "rotate(-52.5)"
}), /*#__PURE__*/_jsx("circle", {
r: 34,
fill: "#fff"
})]
})]
}));
export { STIPreact };