@icongo/sti
Version:
Super Tiny Icons
41 lines • 1.11 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 STILuckyframework = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Lucky Framework",
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: 7.25,
cy: 4,
r: 7.73,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.975,
stopColor: "#9cfd65"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.975,
stopColor: "#34db96"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#34db96"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#1b92b1"
})]
}), /*#__PURE__*/_jsx("path", {
stroke: "url(#prefix__a)",
strokeLinejoin: "round",
strokeWidth: 150,
d: "M146.1 351.1H366L256 161z"
})]
}));
export { STILuckyframework };