UNPKG

@icongo/sti

Version:
73 lines (72 loc) 2.53 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIEdge = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIEdge = function STIEdge(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Edge", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", { id: "prefix__a", cx: 0.6, cy: 0.5, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.8, stopColor: "#148" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#137" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", { id: "prefix__b", cx: 0.5, cy: 0.6, fx: 0.2, fy: 0.6, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.8, stopColor: "#38c" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#269" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__c", y1: 0.5, y2: 1, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.1, stopColor: "#5ad" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.6, stopColor: "#5c8" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.8, stopColor: "#7d5" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__a)", d: "M439 374c-50 77-131 98-163 96-191-9-162-262-47-261-82 52 30 224 195 157 17-12 20 3 15 8" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__b)", d: "M311 255c18-82-31-135-129-135S38 212 38 259c0 124 125 253 287 203-134 39-214-116-146-210 46-66 123-68 132 3M411 99h1" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__c)", d: "M39 253C51-15 419-30 472 202c14 107-86 149-166 115-42-26 26-20-3-99-48-112-251-103-264 35" })] })); }; exports.STIEdge = STIEdge;