UNPKG

@icongo/sti

Version:
28 lines 907 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 STILine = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "LINE", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#00B900", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M443 231c-2 45-21 76-51 103-53 47-137 105-148 96-11-14 21-47-20-52-88-12-155-74-155-147 0-82 85-150 188-150s189 68 186 150z" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#00B900", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 21, d: "M371 232h-34m34-36h-36v72h36m-123 0v-72l54 72v-72m-89 72v-72m-66 0v72h37" })] })); export { STILine };