@kopexa/icons 10.0.8 → 10.0.9

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.
@@ -30,14 +30,14 @@ var ApplicationAssetIcon = ({ size = 24, ...props }) => {
30
30
  "svg",
31
31
  {
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
- width: "24",
34
- height: "24",
33
+ width: size,
34
+ height: size,
35
35
  viewBox: "0 0 24 24",
36
36
  fill: "none",
37
37
  stroke: "currentColor",
38
- "stroke-width": "2",
39
- "stroke-linecap": "round",
40
- "stroke-linejoin": "round",
38
+ strokeWidth: "2",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
41
  ...props,
42
42
  children: [
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Application Asset Icon" }),
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  ApplicationAssetIcon
4
- } from "./chunk-NF6CL4XZ.mjs";
4
+ } from "./chunk-EYRH6VZB.mjs";
5
5
  export {
6
6
  ApplicationAssetIcon
7
7
  };
@@ -7,14 +7,14 @@ var ApplicationAssetIcon = ({ size = 24, ...props }) => {
7
7
  "svg",
8
8
  {
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- width: "24",
11
- height: "24",
10
+ width: size,
11
+ height: size,
12
12
  viewBox: "0 0 24 24",
13
13
  fill: "none",
14
14
  stroke: "currentColor",
15
- "stroke-width": "2",
16
- "stroke-linecap": "round",
17
- "stroke-linejoin": "round",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
18
  ...props,
19
19
  children: [
20
20
  /* @__PURE__ */ jsx("title", { children: "Application Asset Icon" }),
package/dist/index.js CHANGED
@@ -146,14 +146,14 @@ var ApplicationAssetIcon = ({ size = 24, ...props }) => {
146
146
  "svg",
147
147
  {
148
148
  xmlns: "http://www.w3.org/2000/svg",
149
- width: "24",
150
- height: "24",
149
+ width: size,
150
+ height: size,
151
151
  viewBox: "0 0 24 24",
152
152
  fill: "none",
153
153
  stroke: "currentColor",
154
- "stroke-width": "2",
155
- "stroke-linecap": "round",
156
- "stroke-linejoin": "round",
154
+ strokeWidth: "2",
155
+ strokeLinecap: "round",
156
+ strokeLinejoin: "round",
157
157
  ...props,
158
158
  children: [
159
159
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { children: "Application Asset Icon" }),
package/dist/index.mjs CHANGED
@@ -157,7 +157,7 @@ import {
157
157
  } from "./chunk-62IKQPK6.mjs";
158
158
  import {
159
159
  ApplicationAssetIcon
160
- } from "./chunk-NF6CL4XZ.mjs";
160
+ } from "./chunk-EYRH6VZB.mjs";
161
161
  import {
162
162
  ArrowDownUp
163
163
  } from "./chunk-Z4P7M3EL.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/icons",
3
- "version": "10.0.8",
3
+ "version": "10.0.9",
4
4
  "description": "icons we use in our kopexa products",
5
5
  "keywords": [
6
6
  "icons"
@@ -30,8 +30,8 @@
30
30
  "@kopexa/theme": "1.7.6"
31
31
  },
32
32
  "dependencies": {
33
- "@kopexa/shared-utils": "1.1.7",
34
- "@kopexa/react-utils": "2.0.8"
33
+ "@kopexa/react-utils": "2.0.8",
34
+ "@kopexa/shared-utils": "1.1.7"
35
35
  },
36
36
  "clean-package": "../../../clean-package.config.json",
37
37
  "module": "dist/index.mjs",