@liner-fe/icon 1.0.2 → 1.0.4
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 +4 -4
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -6104,13 +6104,13 @@ var IconGift = /* @__PURE__ */ forwardRef(
|
|
|
6104
6104
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
6105
6105
|
const iconSize = iconSizeMap[size];
|
|
6106
6106
|
if (fill && thick) {
|
|
6107
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "
|
|
6107
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5996 6C33.5818 6 35.9998 8.46703 36 11.4492C36 12.3655 35.7752 13.2337 35.3789 14H41.5L41.6006 14.0098C41.8286 14.0563 42 14.2583 42 14.5V25.5L41.9902 25.6006C41.9503 25.7961 41.7961 25.9503 41.6006 25.9902L41.5 26H40V41.5L39.9902 41.6006C39.9437 41.8286 39.7417 42 39.5 42H8.5C8.25829 42 8.05629 41.8286 8.00977 41.6006L8 41.5V26H6.5C6.25829 26 6.05629 25.8286 6.00977 25.6006L6 25.5V14.5C6 14.2239 6.22386 14 6.5 14H12.6211C12.2248 13.2337 12 12.3655 12 11.4492C12.0002 8.46703 14.4182 6 17.4004 6L17.8164 6.01074C20.3673 6.13992 22.6068 7.4491 24 9.40332C25.3932 7.4491 27.6327 6.13992 30.1836 6.01074L30.5996 6ZM25.5 39H37V26H25.5V39ZM11 39H22.5V26H11V39ZM25.5 23H39V17H25.5V23ZM9 23H22.5V17H9V23ZM17.4004 9C16.1105 9 15.0002 10.0882 15 11.4492C15 12.8657 16.1548 14 17.5 14H22.4971C22.4438 11.2296 20.1834 9.00021 17.4004 9ZM30.5996 9C27.8166 9.00021 25.5562 11.2296 25.5029 14H30.5C31.8452 14 33 12.8657 33 11.4492C32.9998 10.0882 31.8895 9 30.5996 9Z", style: { fill: `var(--${type})` } }) });
|
|
6108
6108
|
} else if (fill) {
|
|
6109
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "
|
|
6109
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5996 6C33.5818 6 35.9998 8.46703 36 11.4492C36 12.3655 35.7752 13.2337 35.3789 14H41.5L41.6006 14.0098C41.8286 14.0563 42 14.2583 42 14.5V25.5L41.9902 25.6006C41.9503 25.7961 41.7961 25.9503 41.6006 25.9902L41.5 26H40V41.5L39.9902 41.6006C39.9437 41.8286 39.7417 42 39.5 42H8.5C8.25829 42 8.05629 41.8286 8.00977 41.6006L8 41.5V26H6.5C6.25829 26 6.05629 25.8286 6.00977 25.6006L6 25.5V14.5C6 14.2239 6.22386 14 6.5 14H12.6211C12.2248 13.2337 12 12.3655 12 11.4492C12.0002 8.46703 14.4182 6 17.4004 6L17.8164 6.01074C20.3673 6.13992 22.6068 7.4491 24 9.40332C25.3932 7.4491 27.6327 6.13992 30.1836 6.01074L30.5996 6ZM25.5 39H37V26H25.5V39ZM11 39H22.5V26H11V39ZM25.5 23H39V17H25.5V23ZM9 23H22.5V17H9V23ZM17.4004 9C16.1105 9 15.0002 10.0882 15 11.4492C15 12.8657 16.1548 14 17.5 14H22.4971C22.4438 11.2296 20.1834 9.00021 17.4004 9ZM30.5996 9C27.8166 9.00021 25.5562 11.2296 25.5029 14H30.5C31.8452 14 33 12.8657 33 11.4492C32.9998 10.0882 31.8895 9 30.5996 9Z", style: { fill: `var(--${type})` } }) });
|
|
6110
6110
|
} else if (thick) {
|
|
6111
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "
|
|
6111
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5996 6C33.5818 6 35.9998 8.46703 36 11.4492C36 12.3655 35.7752 13.2337 35.3789 14H41.5L41.6006 14.0098C41.8286 14.0563 42 14.2583 42 14.5V25.5L41.9902 25.6006C41.9503 25.7961 41.7961 25.9503 41.6006 25.9902L41.5 26H40V41.5L39.9902 41.6006C39.9437 41.8286 39.7417 42 39.5 42H8.5C8.25829 42 8.05629 41.8286 8.00977 41.6006L8 41.5V26H6.5C6.25829 26 6.05629 25.8286 6.00977 25.6006L6 25.5V14.5C6 14.2239 6.22386 14 6.5 14H12.6211C12.2248 13.2337 12 12.3655 12 11.4492C12.0002 8.46703 14.4182 6 17.4004 6L17.8164 6.01074C20.3673 6.13992 22.6068 7.4491 24 9.40332C25.3932 7.4491 27.6327 6.13992 30.1836 6.01074L30.5996 6ZM25.5 39H37V26H25.5V39ZM11 39H22.5V26H11V39ZM25.5 23H39V17H25.5V23ZM9 23H22.5V17H9V23ZM17.4004 9C16.1105 9 15.0002 10.0882 15 11.4492C15 12.8657 16.1548 14 17.5 14H22.4971C22.4438 11.2296 20.1834 9.00021 17.4004 9ZM30.5996 9C27.8166 9.00021 25.5562 11.2296 25.5029 14H30.5C31.8452 14 33 12.8657 33 11.4492C32.9998 10.0882 31.8895 9 30.5996 9Z", style: { fill: `var(--${type})` } }) });
|
|
6112
6112
|
}
|
|
6113
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "
|
|
6113
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5996 6C33.5818 6 35.9998 8.46703 36 11.4492C36 12.3655 35.7752 13.2337 35.3789 14H41.5L41.6006 14.0098C41.8286 14.0563 42 14.2583 42 14.5V25.5L41.9902 25.6006C41.9503 25.7961 41.7961 25.9503 41.6006 25.9902L41.5 26H40V41.5L39.9902 41.6006C39.9437 41.8286 39.7417 42 39.5 42H8.5C8.25829 42 8.05629 41.8286 8.00977 41.6006L8 41.5V26H6.5C6.25829 26 6.05629 25.8286 6.00977 25.6006L6 25.5V14.5C6 14.2239 6.22386 14 6.5 14H12.6211C12.2248 13.2337 12 12.3655 12 11.4492C12.0002 8.46703 14.4182 6 17.4004 6L17.8164 6.01074C20.3673 6.13992 22.6068 7.4491 24 9.40332C25.3932 7.4491 27.6327 6.13992 30.1836 6.01074L30.5996 6ZM25.5 39H37V26H25.5V39ZM11 39H22.5V26H11V39ZM25.5 23H39V17H25.5V23ZM9 23H22.5V17H9V23ZM17.4004 9C16.1105 9 15.0002 10.0882 15 11.4492C15 12.8657 16.1548 14 17.5 14H22.4971C22.4438 11.2296 20.1834 9.00021 17.4004 9ZM30.5996 9C27.8166 9.00021 25.5562 11.2296 25.5029 14H30.5C31.8452 14 33 12.8657 33 11.4492C32.9998 10.0882 31.8895 9 30.5996 9Z", style: { fill: `var(--${type})` } }) });
|
|
6114
6114
|
}
|
|
6115
6115
|
);
|
|
6116
6116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"types": "./lib/index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"react": "^19.1.0",
|
|
16
|
-
"@liner-fe/design-token-primitive": "^0.2.
|
|
16
|
+
"@liner-fe/design-token-primitive": "^0.2.47"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
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.32"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|