@liner-fe/icon 2.0.23 → 2.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +29 -32
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -4757,22 +4757,19 @@ var IconColorGeminiCircle = /* @__PURE__ */ forwardRef(
|
|
|
4757
4757
|
var IconColorOpenaiWhiteTransparent = /* @__PURE__ */ forwardRef(
|
|
4758
4758
|
({ size = "m", className, ...props }, ref) => {
|
|
4759
4759
|
const iconSize = iconSizeMap[size];
|
|
4760
|
-
return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { fill: "white", d: "
|
|
4760
|
+
return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { fill: "white", d: "M42.231 20.19a10.35 10.35 0 0 0-.91-8.594c-1.913-3.285-5.462-5.313-9.301-5.313-.757 0-1.511.078-2.251.235a10.6 10.6 0 0 0-3.584-2.598A10.7 10.7 0 0 0 21.838 3h-.093c-4.651 0-8.776 2.961-10.205 7.327-1.48.299-2.879.906-4.101 1.782a10.5 10.5 0 0 0-2.99 3.294A10.5 10.5 0 0 0 3 20.715c0 2.622.987 5.15 2.768 7.096a10.34 10.34 0 0 0 .911 8.593 10.68 10.68 0 0 0 4.937 4.397 10.86 10.86 0 0 0 6.614.681 10.6 10.6 0 0 0 3.584 2.598c1.367.606 2.849.92 4.348.92h.094c4.654 0 8.777-2.962 10.207-7.33a10.7 10.7 0 0 0 4.1-1.783 10.5 10.5 0 0 0 2.99-3.294 10.47 10.47 0 0 0-1.322-12.404m-16 22.064h-.01a8.03 8.03 0 0 1-5.096-1.821 7 7 0 0 0 .252-.141l8.476-4.83a1.37 1.37 0 0 0 .51-.499c.122-.207.186-.443.186-.683V22.482l3.583 2.04a.13.13 0 0 1 .07.098v9.763c-.005 4.341-3.57 7.862-7.97 7.871M9.094 35.032a7.77 7.77 0 0 1-.952-5.274c.063.037.173.103.252.148l8.475 4.83a1.39 1.39 0 0 0 1.393 0l10.347-5.895v4.089a.13.13 0 0 1-.05.101l-8.569 4.881a8.08 8.08 0 0 1-7.974-.002 7.93 7.93 0 0 1-2.922-2.878m-2.23-18.257a7.93 7.93 0 0 1 4.152-3.45c0 .072-.004.2-.004.288v9.669a1.35 1.35 0 0 0 .696 1.18l10.347 5.895-3.582 2.04a.13.13 0 0 1-.12.012l-8.57-4.885a7.94 7.94 0 0 1-2.915-2.884A7.8 7.8 0 0 1 5.8 20.705c0-1.379.367-2.734 1.064-3.93m29.433 6.758-10.348-5.895 3.583-2.04a.13.13 0 0 1 .12-.01l8.569 4.88a7.93 7.93 0 0 1 2.919 2.882 7.8 7.8 0 0 1 1.069 3.935c0 3.298-2.085 6.248-5.221 7.387v-9.96c0-.24-.064-.474-.185-.681a1.37 1.37 0 0 0-.506-.498m3.565-5.295q-.125-.076-.251-.148l-8.476-4.83a1.4 1.4 0 0 0-1.392 0l-10.348 5.895v-4.089c0-.04.02-.078.052-.101l8.567-4.877a8.06 8.06 0 0 1 3.985-1.053c4.406 0 7.978 3.525 7.978 7.872a8 8 0 0 1-.115 1.331m-22.414 7.276-3.583-2.041a.13.13 0 0 1-.07-.097v-9.764c.002-4.344 3.574-7.866 7.978-7.866 1.865 0 3.67.645 5.104 1.822a7 7 0 0 0-.251.14l-8.476 4.831c-.211.119-.387.29-.51.498a1.35 1.35 0 0 0-.186.684zm1.946-4.14L24 18.748l4.609 2.624v5.251L24 29.248l-4.608-2.625z" }) });
|
|
4761
4761
|
}
|
|
4762
4762
|
);
|
|
4763
4763
|
var IconColorOpenaiTransparent = /* @__PURE__ */ forwardRef(
|
|
4764
4764
|
({ size = "m", className, ...props }, ref) => {
|
|
4765
4765
|
const iconSize = iconSizeMap[size];
|
|
4766
|
-
return /* @__PURE__ */
|
|
4767
|
-
/* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white", rx: "24" }),
|
|
4768
|
-
/* @__PURE__ */ jsx("path", { fill: "#1E1E1F", d: "M39.293 20.803a8.68 8.68 0 0 0-.764-7.208c-1.604-2.756-4.58-4.458-7.802-4.458a9 9 0 0 0-1.888.198 8.9 8.9 0 0 0-3.006-2.18 9 9 0 0 0-3.647-.771h-.077c-3.902 0-7.362 2.484-8.562 6.146a9 9 0 0 0-3.44 1.495A8.8 8.8 0 0 0 7.6 16.788a8.8 8.8 0 0 0-1.216 4.456c0 2.2.828 4.32 2.322 5.953a8.68 8.68 0 0 0 .764 7.208 8.96 8.96 0 0 0 4.141 3.689 9.1 9.1 0 0 0 5.549.57 8.9 8.9 0 0 0 3.006 2.18 9 9 0 0 0 3.647.772h.08c3.903 0 7.362-2.484 8.562-6.15a9 9 0 0 0 3.44-1.495 8.8 8.8 0 0 0 2.507-2.763 8.78 8.78 0 0 0-1.108-10.404m-13.421 18.51h-.01a6.73 6.73 0 0 1-4.273-1.528q.106-.058.21-.118l7.11-4.053a1.15 1.15 0 0 0 .585-.991v-9.897l3.005 1.712a.11.11 0 0 1 .058.082v8.19c-.004 3.641-2.994 6.595-6.685 6.603m-14.377-6.06a6.52 6.52 0 0 1-.799-4.423c.053.031.145.087.212.124l7.11 4.052a1.17 1.17 0 0 0 1.167 0l8.68-4.945v3.43a.1.1 0 0 1-.042.085l-7.187 4.094a6.78 6.78 0 0 1-6.69-.002 6.66 6.66 0 0 1-2.451-2.414M9.625 17.94a6.65 6.65 0 0 1 3.483-2.894c0 .06-.004.167-.004.241v8.111a1.15 1.15 0 0 0 .584.991l8.68 4.944-3.005 1.712a.11.11 0 0 1-.101.01l-7.189-4.098a6.66 6.66 0 0 1-2.446-2.42 6.54 6.54 0 0 1-.895-3.3c0-1.157.308-2.294.893-3.296m24.69 5.67-8.68-4.946 3.004-1.711a.11.11 0 0 1 .102-.01l7.188 4.095a6.65 6.65 0 0 1 2.448 2.418 6.54 6.54 0 0 1 .897 3.3c0 2.767-1.75 5.242-4.38 6.197v-8.356a1.13 1.13 0 0 0-.58-.988m2.99-4.442-.21-.125-7.11-4.052a1.17 1.17 0 0 0-1.168 0l-8.68 4.946v-3.431q0-.052.042-.085l7.188-4.09a6.76 6.76 0 0 1 3.343-.883c3.695 0 6.692 2.957 6.692 6.603q0 .562-.097 1.116M18.503 25.27l-3.006-1.712a.1.1 0 0 1-.059-.082v-8.19c.002-3.644 2.999-6.599 6.693-6.599 1.564 0 3.08.541 4.282 1.529-.054.029-.149.08-.212.118l-7.11 4.052c-.177.1-.324.244-.427.418a1.13 1.13 0 0 0-.157.573v.006zm1.632-3.473 3.866-2.203 3.866 2.202V26.2l-3.866 2.201-3.866-2.201z" })
|
|
4769
|
-
] });
|
|
4766
|
+
return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { fill: "#1E1E1F", d: "M42.231 20.19a10.35 10.35 0 0 0-.91-8.594c-1.913-3.285-5.462-5.313-9.301-5.313-.757 0-1.511.078-2.251.235a10.6 10.6 0 0 0-3.584-2.598A10.7 10.7 0 0 0 21.838 3h-.093c-4.651 0-8.776 2.961-10.205 7.327-1.48.299-2.879.906-4.101 1.782a10.5 10.5 0 0 0-2.99 3.294A10.5 10.5 0 0 0 3 20.715c0 2.622.987 5.15 2.768 7.096a10.34 10.34 0 0 0 .911 8.593 10.68 10.68 0 0 0 4.937 4.397 10.86 10.86 0 0 0 6.614.681 10.6 10.6 0 0 0 3.584 2.598c1.367.606 2.849.92 4.348.92h.094c4.654 0 8.777-2.962 10.207-7.33a10.7 10.7 0 0 0 4.1-1.783 10.5 10.5 0 0 0 2.99-3.294 10.465 10.465 0 0 0-1.321-12.403m-16 22.064h-.01a8.03 8.03 0 0 1-5.096-1.821 7 7 0 0 0 .252-.141l8.476-4.83a1.37 1.37 0 0 0 .51-.499c.122-.207.186-.443.186-.683V22.482l3.583 2.04a.13.13 0 0 1 .07.098v9.763c-.005 4.341-3.57 7.862-7.97 7.871M9.094 35.032a7.77 7.77 0 0 1-.952-5.274c.063.037.173.103.252.148l8.475 4.83a1.39 1.39 0 0 0 1.393 0l10.347-5.895v4.089a.13.13 0 0 1-.05.101l-8.569 4.881a8.08 8.08 0 0 1-7.974-.002 7.94 7.94 0 0 1-2.922-2.879m-2.23-18.257a7.93 7.93 0 0 1 4.152-3.45c0 .072-.004.2-.004.288v9.669a1.35 1.35 0 0 0 .696 1.18l10.347 5.895-3.582 2.04a.13.13 0 0 1-.12.012l-8.57-4.885a7.94 7.94 0 0 1-2.915-2.884A7.8 7.8 0 0 1 5.8 20.704c0-1.379.368-2.734 1.065-3.93m29.433 6.758L25.95 17.637l3.583-2.04a.13.13 0 0 1 .12-.01l8.569 4.88a7.93 7.93 0 0 1 2.919 2.882 7.8 7.8 0 0 1 1.069 3.935c0 3.298-2.085 6.248-5.221 7.387v-9.96c0-.24-.064-.474-.185-.681a1.37 1.37 0 0 0-.506-.498m3.565-5.295q-.125-.076-.251-.148l-8.476-4.83a1.4 1.4 0 0 0-1.392 0l-10.348 5.895v-4.089c0-.04.02-.078.052-.101l8.567-4.877A8.06 8.06 0 0 1 32 9.034c4.406 0 7.978 3.525 7.978 7.872q0 .67-.115 1.33zm-22.414 7.276-3.583-2.041a.13.13 0 0 1-.07-.097v-9.764c.002-4.344 3.574-7.866 7.978-7.866 1.865 0 3.67.645 5.104 1.822a7 7 0 0 0-.251.14l-8.476 4.831c-.211.119-.387.29-.51.498a1.35 1.35 0 0 0-.186.684v.007zm1.946-4.14L24 18.748l4.609 2.624v5.251L24 29.248l-4.608-2.625z" }) });
|
|
4770
4767
|
}
|
|
4771
4768
|
);
|
|
4772
4769
|
var IconColorClaudeTransparent = /* @__PURE__ */ forwardRef(
|
|
4773
4770
|
({ size = "m", className, ...props }, ref) => {
|
|
4774
4771
|
const iconSize = iconSizeMap[size];
|
|
4775
|
-
return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { fill: "#D97757", d: "
|
|
4772
|
+
return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { fill: "#D97757", d: "m11.239 30.93 8.264-4.634.14-.403-.14-.224h-.402l-1.382-.085-4.722-.127-4.095-.17-3.968-.213-.998-.212L3 23.629l.096-.615.84-.564 1.202.105 2.658.18 3.987.276 2.893.17 4.286.445h.68l.097-.275-.233-.17-.181-.17-4.127-2.795-4.467-2.953-2.34-1.701-1.264-.862-.639-.807-.275-1.763 1.149-1.265 1.543.105.394.105 1.563 1.202 3.338 2.582 4.359 3.209.638.53.255-.182.031-.127-.286-.48-2.37-4.282-2.53-4.357-1.127-1.805-.297-1.083c-.105-.445-.182-.819-.182-1.275l1.307-1.775.724-.232 1.744.232.734.638 1.084 2.477 1.755 3.9 2.723 5.304.797 1.573.425 1.457.16.445h.274v-.255l.224-2.988.415-3.668.402-4.719.14-1.33.657-1.592 1.308-.862 1.02.488.84 1.202-.116.776-.5 3.243-.978 5.079-.638 3.401h.372l.425-.425 1.721-2.285 2.893-3.613 1.277-1.434 1.489-1.585.955-.754h1.807l1.33 1.976-.596 2.04-1.86 2.359-1.543 1.998-2.212 2.976-1.381 2.38.127.19.33-.03 4.997-1.063 2.7-.488 3.221-.552 1.458.68.159.691-.573 1.415-3.446.85-4.041.808-6.018 1.423-.074.053.085.105 2.711.256 1.16.062h2.84l5.286.394 1.38.912.829 1.117-.139.85-2.127 1.083-2.87-.68-6.7-1.593-2.296-.572h-.318v.19l1.914 1.87 3.509 3.166 4.393 4.082.224 1.009-.565.796-.595-.085-3.86-2.902-1.489-1.307-3.372-2.837h-.224v.297l.777 1.137 4.104 6.165.212 1.89-.297.615-1.064.372-1.168-.213-2.403-3.37-2.478-3.795-2-3.401-.244.139-1.18 12.7-.553.65-1.276.487-1.063-.808-.565-1.306.565-2.583.68-3.37.553-2.678.5-3.328.297-1.105-.02-.074-.243.031-2.51 3.444-3.818 5.156-3.02 3.231-.724.286-1.253-.649.116-1.159.7-1.032 4.181-5.314 2.521-3.294 1.628-1.902-.01-.275h-.097l-11.104 7.205-1.977.255-.85-.796.105-1.307.402-.425 3.338-2.296-.01.012z" }) });
|
|
4776
4773
|
}
|
|
4777
4774
|
);
|
|
4778
4775
|
var IconColorGeminiTransparent = /* @__PURE__ */ forwardRef(
|
|
@@ -4780,81 +4777,81 @@ var IconColorGeminiTransparent = /* @__PURE__ */ forwardRef(
|
|
|
4780
4777
|
const iconSize = iconSizeMap[size];
|
|
4781
4778
|
return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: [
|
|
4782
4779
|
/* @__PURE__ */ jsxs("g", { opacity: ".9", children: [
|
|
4783
|
-
/* @__PURE__ */ jsxs("mask", { id: "mask0_19368_209", width: "
|
|
4784
|
-
/* @__PURE__ */ jsx("path", { fill: "black", d: "M24.
|
|
4785
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#paint0_linear_19368_209)", d: "M24.
|
|
4780
|
+
/* @__PURE__ */ jsxs("mask", { id: "mask0_19368_209", width: "43", height: "43", x: "3", y: "3", maskUnits: "userSpaceOnUse", children: [
|
|
4781
|
+
/* @__PURE__ */ jsx("path", { fill: "black", d: "M24.002 3c.44 0 .824.3.931.728q.494 1.961 1.294 3.822 2.09 4.856 5.731 8.496t8.496 5.731q1.862.802 3.822 1.294a.96.96 0 0 1 0 1.862q-1.961.494-3.822 1.294-4.855 2.09-8.496 5.731t-5.73 8.496a25 25 0 0 0-1.295 3.822.96.96 0 0 1-.93.728.96.96 0 0 1-.932-.728 25 25 0 0 0-1.294-3.822q-2.09-4.855-5.731-8.496t-8.496-5.73a25 25 0 0 0-3.822-1.295.96.96 0 0 1-.728-.93c0-.441.3-.825.728-.932q1.961-.494 3.822-1.294 4.856-2.09 8.496-5.731t5.731-8.496a25 25 0 0 0 1.294-3.822.96.96 0 0 1 .931-.728" }),
|
|
4782
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#paint0_linear_19368_209)", d: "M24.002 3c.44 0 .824.3.931.728q.494 1.961 1.294 3.822 2.09 4.856 5.731 8.496t8.496 5.731q1.862.802 3.822 1.294a.96.96 0 0 1 0 1.862q-1.961.494-3.822 1.294-4.855 2.09-8.496 5.731t-5.73 8.496a25 25 0 0 0-1.295 3.822.96.96 0 0 1-.93.728.96.96 0 0 1-.932-.728 25 25 0 0 0-1.294-3.822q-2.09-4.855-5.731-8.496t-8.496-5.73a25 25 0 0 0-3.822-1.295.96.96 0 0 1-.728-.93c0-.441.3-.825.728-.932q1.961-.494 3.822-1.294 4.856-2.09 8.496-5.731t5.731-8.496a25 25 0 0 0 1.294-3.822.96.96 0 0 1 .931-.728" })
|
|
4786
4783
|
] }),
|
|
4787
4784
|
/* @__PURE__ */ jsxs("g", { mask: "url(#mask0_19368_209)", children: [
|
|
4788
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter0_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FFE432", d: "
|
|
4789
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter1_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FC413D", d: "M23.
|
|
4790
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter2_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "
|
|
4791
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter3_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "
|
|
4792
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter4_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "
|
|
4793
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter5_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#3186FF", d: "
|
|
4794
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter6_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FBBC04", d: "
|
|
4795
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter7_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#3186FF", d: "
|
|
4796
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter8_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#749BFF", d: "
|
|
4797
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter9_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FC413D", d: "M25.
|
|
4798
|
-
/* @__PURE__ */ jsx("g", { filter: "url(#filter10_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FFEE48", d: "
|
|
4785
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter0_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FFE432", d: "M2.775 37.14c4.561 1.62 9.803-1.416 11.709-6.782s-.247-11.029-4.808-12.649c-4.56-1.62-9.803 1.418-11.708 6.784-1.906 5.365.247 11.028 4.807 12.648" }) }),
|
|
4786
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter1_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FC413D", d: "M23.018 19.45c6.265 0 11.345-5.19 11.345-11.593 0-6.404-5.08-11.595-11.345-11.595S11.673 1.453 11.673 7.857c0 6.403 5.08 11.594 11.345 11.594" }) }),
|
|
4787
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter2_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "M18.621 56.533c6.54-.32 11.507-7.447 11.093-15.92C29.3 32.138 23.662 25.53 17.12 25.85c-6.54.32-11.507 7.447-11.093 15.92.415 8.473 6.053 15.083 12.593 14.763" }) }),
|
|
4788
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter3_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "M18.621 56.533c6.54-.32 11.507-7.447 11.093-15.92C29.3 32.138 23.662 25.53 17.12 25.85c-6.54.32-11.507 7.447-11.093 15.92.415 8.473 6.053 15.083 12.593 14.763" }) }),
|
|
4789
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter4_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#00B95C", d: "M25.164 51.4c5.484-3.335 6.951-10.933 3.278-16.97s-11.095-8.226-16.578-4.89-6.951 10.935-3.278 16.972c3.673 6.036 11.095 8.225 16.578 4.889" }) }),
|
|
4790
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter5_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#3186FF", d: "M47.331 32.43c6.163 0 11.16-4.81 11.16-10.745s-4.997-10.746-11.16-10.746-11.16 4.81-11.16 10.746c0 5.934 4.997 10.746 11.16 10.746" }) }),
|
|
4791
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter6_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FBBC04", d: "M-1.602 31.188c5.675 4.315 13.965 2.961 18.517-3.024 4.551-5.986 3.641-14.336-2.034-18.652C9.207 5.197.917 6.551-3.635 12.536c-4.552 5.986-3.641 14.336 2.033 18.652" }) }),
|
|
4792
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter7_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#3186FF", d: "M27.468 37.564c6.773 4.657 15.751 3.36 20.053-2.897s2.299-15.105-4.474-19.762c-6.774-4.657-15.752-3.36-20.054 2.898-4.302 6.257-2.298 15.104 4.475 19.761" }) }),
|
|
4793
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter8_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#749BFF", d: "M39.778 4.86c1.723 2.343-.491 6.898-4.946 10.174-4.454 3.277-9.463 4.033-11.186 1.69-1.723-2.342.491-6.898 4.946-10.174s9.463-4.033 11.186-1.69" }) }),
|
|
4794
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter9_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FC413D", d: "M25.637 16.078c6.889-6.39 9.253-15.042 5.281-19.324S18.141-5.82 11.252.57 1.998 15.612 5.971 19.894s12.777 2.574 19.666-3.816" }) }),
|
|
4795
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter10_f_19368_209)", children: /* @__PURE__ */ jsx("path", { fill: "#FFEE48", d: "M11.52 39.027c4.095 2.93 8.796 3.376 10.5.995s-.233-6.687-4.328-9.618c-4.094-2.93-8.795-3.376-10.5-.995-1.704 2.382.234 6.687 4.329 9.618" }) })
|
|
4799
4796
|
] })
|
|
4800
4797
|
] }),
|
|
4801
4798
|
/* @__PURE__ */ jsxs("defs", { children: [
|
|
4802
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter0_f_19368_209", width: "
|
|
4799
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter0_f_19368_209", width: "21.135", height: "23.534", x: "-4.342", y: "15.658", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4803
4800
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4804
4801
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4805
4802
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: ".808" })
|
|
4806
4803
|
] }),
|
|
4807
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter1_f_19368_209", width: "
|
|
4804
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter1_f_19368_209", width: "38.31", height: "38.809", x: "3.863", y: "-11.548", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4808
4805
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4809
4806
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4810
4807
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "3.905" })
|
|
4811
4808
|
] }),
|
|
4812
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter2_f_19368_209", width: "
|
|
4809
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter2_f_19368_209", width: "37.013", height: "43.985", x: "-.636", y: "19.199", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4813
4810
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4814
4811
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4815
4812
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "3.32" })
|
|
4816
4813
|
] }),
|
|
4817
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter3_f_19368_209", width: "
|
|
4814
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter3_f_19368_209", width: "37.013", height: "43.985", x: "-.636", y: "19.199", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4818
4815
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4819
4816
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4820
4817
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "3.32" })
|
|
4821
4818
|
] }),
|
|
4822
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter4_f_19368_209", width: "
|
|
4819
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter4_f_19368_209", width: "37.18", height: "38.26", x: "-.076", y: "21.34", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4823
4820
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4824
4821
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4825
4822
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "3.32" })
|
|
4826
4823
|
] }),
|
|
4827
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter5_f_19368_209", width: "
|
|
4824
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter5_f_19368_209", width: "34.937", height: "34.111", x: "29.862", y: "4.629", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4828
4825
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4829
4826
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4830
4827
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "3.155" })
|
|
4831
4828
|
] }),
|
|
4832
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter6_f_19368_209", width: "
|
|
4829
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter6_f_19368_209", width: "37.781", height: "38.16", x: "-12.25", y: "1.27", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4833
4830
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4834
4831
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4835
4832
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "2.859" })
|
|
4836
4833
|
] }),
|
|
4837
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter7_f_19368_209", width: "
|
|
4834
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter7_f_19368_209", width: "39.275", height: "38.461", x: "15.62", y: "7.004", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4838
4835
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4839
4836
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4840
4837
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "2.553" })
|
|
4841
4838
|
] }),
|
|
4842
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter8_f_19368_209", width: "
|
|
4839
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter8_f_19368_209", width: "26.44", height: "23.726", x: "18.492", y: "-1.071", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4843
4840
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4844
4841
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4845
4842
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "2.285" })
|
|
4846
4843
|
] }),
|
|
4847
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter9_f_19368_209", width: "
|
|
4844
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter9_f_19368_209", width: "36.522", height: "35.578", x: ".184", y: "-9.465", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4848
4845
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4849
4846
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4850
4847
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "1.93" })
|
|
4851
4848
|
] }),
|
|
4852
|
-
/* @__PURE__ */ jsxs("filter", { id: "filter10_f_19368_209", width: "
|
|
4849
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter10_f_19368_209", width: "25.618", height: "23.228", x: "1.798", y: "23.102", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [
|
|
4853
4850
|
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
4854
4851
|
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
4855
4852
|
/* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_19368_209", stdDeviation: "2.388" })
|
|
4856
4853
|
] }),
|
|
4857
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_19368_209", x1: "
|
|
4854
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_19368_209", x1: "14.94", x2: "36.757", y1: "31.105", y2: "12.711", gradientUnits: "userSpaceOnUse", children: [
|
|
4858
4855
|
/* @__PURE__ */ jsx("stop", { "stop-color": "#4893FC" }),
|
|
4859
4856
|
/* @__PURE__ */ jsx("stop", { offset: ".27", "stop-color": "#4893FC" }),
|
|
4860
4857
|
/* @__PURE__ */ jsx("stop", { offset: ".777", "stop-color": "#969DFF" }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@types/react": "^19.1.0",
|
|
20
20
|
"tsup": "^8.5.0",
|
|
21
21
|
"tsx": "^4.21.0",
|
|
22
|
-
"@liner-fe/internal-icon": "^1.0.
|
|
22
|
+
"@liner-fe/internal-icon": "^1.0.58"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|