UNPKG

@icongo/sti

Version:
33 lines 766 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 STIJulia = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Julia", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("circle", { cx: 256, cy: 137, r: 83, fill: "#389826" }), /*#__PURE__*/_jsx("circle", { cx: 145, cy: 329, r: 83, fill: "#cb3c33" }), /*#__PURE__*/_jsx("circle", { cx: 367, cy: 329, r: 83, fill: "#9558b2" })] })); export { STIJulia };