@icongo/sti
Version:
Super Tiny Icons
65 lines • 1.89 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIEdge = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Edge",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("radialGradient", {
id: "prefix__a",
cx: 0.6,
cy: 0.5,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.8,
stopColor: "#148"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#137"
})]
}), /*#__PURE__*/_jsxs("radialGradient", {
id: "prefix__b",
cx: 0.5,
cy: 0.6,
fx: 0.2,
fy: 0.6,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.8,
stopColor: "#38c"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#269"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__c",
y1: 0.5,
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.1,
stopColor: "#5ad"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.6,
stopColor: "#5c8"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.8,
stopColor: "#7d5"
})]
}), /*#__PURE__*/_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__*/_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__*/_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"
})]
}));
export { STIEdge };