@liner-fe/icon 2.0.21 → 2.0.22

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
@@ -3965,7 +3965,7 @@ var IconSidebar = /* @__PURE__ */ forwardRef(
3965
3965
  if (fill) {
3966
3966
  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-.39-.39L4 39.5V8zM19 37h22V11H19z", clipRule: "evenodd" }) });
3967
3967
  }
3968
- 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-.39-.39L4 39.5V8zM19 37h22V11H19z", clipRule: "evenodd" }) });
3968
+ 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-.39-.39L4 39.5v-31a.5.5 0 0 1 .5-.5zm-24 29H41V11H19.5zM7 37h9.5V11H7z", clipRule: "evenodd" }) });
3969
3969
  }
3970
3970
  );
3971
3971
  var IconFolderRemove = /* @__PURE__ */ forwardRef(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
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.55"
22
+ "@liner-fe/internal-icon": "^1.0.56"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",