UNPKG

@icongo/sti

Version:
27 lines 878 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 STISignal = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Signal", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#3a76f0", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M256 100a156 156 0 0 0-132 239l-15 64 64-15a156 156 0 1 0 83-288z" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#fff", strokeDasharray: "54.5,17", strokeWidth: 18, d: "M403 147A183 183 0 0 0 97 346l-18 76c0 3 0 6 3 8a9 9 0 0 0 8 3l76-18a183 183 0 0 0 236-269M79 422c0 3 0 6 3 8a9 9 0 0 0 8 3" })] })); export { STISignal };