@liner-fe/icon 2.0.15 → 2.0.16

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -4260,7 +4260,7 @@ var IconWindow = /* @__PURE__ */ forwardRef(
4260
4260
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4261
4261
  const iconSize = iconSizeMap[size];
4262
4262
  if (fill) {
4263
- return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { style: { fill: `var(--${type})` }, d: "m9 12.853 12.26-1.72.005 12.183-12.254.071zM21.254 24.72l.01 12.193L9.01 35.176l-.001-10.539zm1.486-13.81 16.256-2.445v14.697l-16.256.133zM39 24.833l-.004 14.63L22.74 37.1l-.022-12.295z" }) });
4263
+ return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { style: { fill: `var(--${type})` }, fillRule: "evenodd", d: "M43.5 8a.5.5 0 0 1 .5.5v31l-.01.1a.5.5 0 0 1-.39.39l-.1.01h-39l-.1-.01a.5.5 0 0 1-.4-.49v-31a.5.5 0 0 1 .5-.5zM7 37h34V20H26.5a.5.5 0 0 1-.5-.5V11H7z", clipRule: "evenodd" }) });
4264
4264
  }
4265
4265
  return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, fill: "none", viewBox: "0 0 48 48", children: /* @__PURE__ */ jsx("path", { style: { fill: `var(--${type})` }, fillRule: "evenodd", d: "M43.5 8a.5.5 0 0 1 .5.5v31l-.01.1a.5.5 0 0 1-.39.39l-.1.01h-39l-.1-.01a.5.5 0 0 1-.4-.49v-31a.5.5 0 0 1 .5-.5zM7 37h34V20H26.5a.5.5 0 0 1-.5-.5V11H7z", clipRule: "evenodd" }) });
4266
4266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
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.49"
22
+ "@liner-fe/internal-icon": "^1.0.50"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",