@icongo/sti
Version:
Super Tiny Icons
49 lines (48 loc) • 1.63 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STILuckyframework = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STILuckyframework = function STILuckyframework(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": "Lucky Framework",
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: 7.25,
cy: 4,
r: 7.73,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.975,
stopColor: "#9cfd65"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.975,
stopColor: "#34db96"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#34db96"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#1b92b1"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "url(#prefix__a)",
strokeLinejoin: "round",
strokeWidth: 150,
d: "M146.1 351.1H366L256 161z"
})]
}));
};
exports.STILuckyframework = STILuckyframework;