UNPKG

@icongo/sti

Version:
29 lines 867 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 STIElement = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Element", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("circle", { cx: 256, cy: 256, r: 192, fill: "#0dbd8b" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#fff", strokeLinecap: "round", strokeWidth: 28.155, d: "M153.2 277.1c.5-46.4 37.8-81.6 81.6-81.6m0-42.3c46.4.5 81.6 37.8 81.6 81.6m42.3 0c-.5 46.4-37.8 81.6-81.6 81.6m0 42.3c-46.4 0-81.6-37.8-81.6-81.6" })] })); export { STIElement };