@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:
|
|
34
|
-
height:
|
|
33
|
+
width: size,
|
|
34
|
+
height: size,
|
|
35
35
|
viewBox: "0 0 24 24",
|
|
36
36
|
fill: "none",
|
|
37
37
|
stroke: "currentColor",
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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" }),
|
|
@@ -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:
|
|
11
|
-
height:
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
12
|
viewBox: "0 0 24 24",
|
|
13
13
|
fill: "none",
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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:
|
|
150
|
-
height:
|
|
149
|
+
width: size,
|
|
150
|
+
height: size,
|
|
151
151
|
viewBox: "0 0 24 24",
|
|
152
152
|
fill: "none",
|
|
153
153
|
stroke: "currentColor",
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/icons",
|
|
3
|
-
"version": "10.0.
|
|
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/
|
|
34
|
-
"@kopexa/
|
|
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",
|