@kollexeo/icons 1.9.0 → 1.10.0
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/dist/icons/KollexeoKIcon.js +1 -12
- package/dist/icons/KollexeoKIcon.mjs +2 -13
- package/dist/index.js +1 -12
- package/dist/index.mjs +1 -12
- package/package.json +1 -1
|
@@ -12,24 +12,13 @@ var KollexeoKIcon = ({
|
|
|
12
12
|
color = "currentColor",
|
|
13
13
|
strokeWidth
|
|
14
14
|
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
15
|
-
Svg.Rect,
|
|
16
|
-
{
|
|
17
|
-
width: 18,
|
|
18
|
-
height: 18,
|
|
19
|
-
x: 3,
|
|
20
|
-
y: 3,
|
|
21
|
-
stroke: color,
|
|
22
|
-
strokeWidth: strokeWidth ?? 1.5,
|
|
23
|
-
rx: 5.5
|
|
24
|
-
}
|
|
25
|
-
), /* @__PURE__ */ React.createElement(
|
|
26
15
|
Svg.Path,
|
|
27
16
|
{
|
|
28
17
|
stroke: color,
|
|
29
18
|
strokeLinecap: "round",
|
|
30
19
|
strokeLinejoin: "round",
|
|
31
20
|
strokeWidth: strokeWidth ?? 1.5,
|
|
32
|
-
d: "
|
|
21
|
+
d: "M8 5.5v13M16 5.5 8 12l8 6.5"
|
|
33
22
|
}
|
|
34
23
|
));
|
|
35
24
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Svg, {
|
|
1
|
+
import Svg, { Path } from 'react-native-svg';
|
|
2
2
|
|
|
3
3
|
const React = require("react");
|
|
4
4
|
var KollexeoKIcon = ({
|
|
@@ -6,24 +6,13 @@ var KollexeoKIcon = ({
|
|
|
6
6
|
color = "currentColor",
|
|
7
7
|
strokeWidth
|
|
8
8
|
}) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
9
|
-
Rect,
|
|
10
|
-
{
|
|
11
|
-
width: 18,
|
|
12
|
-
height: 18,
|
|
13
|
-
x: 3,
|
|
14
|
-
y: 3,
|
|
15
|
-
stroke: color,
|
|
16
|
-
strokeWidth: strokeWidth ?? 1.5,
|
|
17
|
-
rx: 5.5
|
|
18
|
-
}
|
|
19
|
-
), /* @__PURE__ */ React.createElement(
|
|
20
9
|
Path,
|
|
21
10
|
{
|
|
22
11
|
stroke: color,
|
|
23
12
|
strokeLinecap: "round",
|
|
24
13
|
strokeLinejoin: "round",
|
|
25
14
|
strokeWidth: strokeWidth ?? 1.5,
|
|
26
|
-
d: "
|
|
15
|
+
d: "M8 5.5v13M16 5.5 8 12l8 6.5"
|
|
27
16
|
}
|
|
28
17
|
));
|
|
29
18
|
|
package/dist/index.js
CHANGED
|
@@ -6181,24 +6181,13 @@ var KollexeoKIcon = ({
|
|
|
6181
6181
|
color = "currentColor",
|
|
6182
6182
|
strokeWidth
|
|
6183
6183
|
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
6184
|
-
Svg.Rect,
|
|
6185
|
-
{
|
|
6186
|
-
width: 18,
|
|
6187
|
-
height: 18,
|
|
6188
|
-
x: 3,
|
|
6189
|
-
y: 3,
|
|
6190
|
-
stroke: color,
|
|
6191
|
-
strokeWidth: strokeWidth ?? 1.5,
|
|
6192
|
-
rx: 5.5
|
|
6193
|
-
}
|
|
6194
|
-
), /* @__PURE__ */ React.createElement(
|
|
6195
6184
|
Svg.Path,
|
|
6196
6185
|
{
|
|
6197
6186
|
stroke: color,
|
|
6198
6187
|
strokeLinecap: "round",
|
|
6199
6188
|
strokeLinejoin: "round",
|
|
6200
6189
|
strokeWidth: strokeWidth ?? 1.5,
|
|
6201
|
-
d: "
|
|
6190
|
+
d: "M8 5.5v13M16 5.5 8 12l8 6.5"
|
|
6202
6191
|
}
|
|
6203
6192
|
));
|
|
6204
6193
|
var LegalAgreement01Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "M2 7h2.865c.727 0 1.424-.36 1.938-1 .733-.914 1.819-1.234 2.804-.825L11 5.754M2 15.967h1.62c1.16 0 1.74 0 2.288.154l.08.024c.545.165 1.027.476 1.992 1.098 1.888 1.217 2.832 1.825 3.86 1.751l.146-.014c1.024-.122 1.826-.898 3.43-2.45L17 15" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "M22 7.234h-2.517c-1.066 0-1.818-.58-2.583-1.351a2.76 2.76 0 0 0-1.791-.836c-.743-.045-1.604-.11-2.325.089-.803.22-1.333.825-1.894 1.456l-1.447 1.63c-.59.664-.59 1.743 0 2.408.51.574 1.309.663 1.909.212.432-.324.922-.847 1.431-1.012.573-.185.928.232 1.252.67l2.32 3.134c.862 1.164 1.292 1.745 1.88 2.056.59.31 1.262.31 2.607.31H22" }));
|
package/dist/index.mjs
CHANGED
|
@@ -6174,24 +6174,13 @@ var KollexeoKIcon = ({
|
|
|
6174
6174
|
color = "currentColor",
|
|
6175
6175
|
strokeWidth
|
|
6176
6176
|
}) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
6177
|
-
Rect,
|
|
6178
|
-
{
|
|
6179
|
-
width: 18,
|
|
6180
|
-
height: 18,
|
|
6181
|
-
x: 3,
|
|
6182
|
-
y: 3,
|
|
6183
|
-
stroke: color,
|
|
6184
|
-
strokeWidth: strokeWidth ?? 1.5,
|
|
6185
|
-
rx: 5.5
|
|
6186
|
-
}
|
|
6187
|
-
), /* @__PURE__ */ React.createElement(
|
|
6188
6177
|
Path,
|
|
6189
6178
|
{
|
|
6190
6179
|
stroke: color,
|
|
6191
6180
|
strokeLinecap: "round",
|
|
6192
6181
|
strokeLinejoin: "round",
|
|
6193
6182
|
strokeWidth: strokeWidth ?? 1.5,
|
|
6194
|
-
d: "
|
|
6183
|
+
d: "M8 5.5v13M16 5.5 8 12l8 6.5"
|
|
6195
6184
|
}
|
|
6196
6185
|
));
|
|
6197
6186
|
var LegalAgreement01Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "M2 7h2.865c.727 0 1.424-.36 1.938-1 .733-.914 1.819-1.234 2.804-.825L11 5.754M2 15.967h1.62c1.16 0 1.74 0 2.288.154l.08.024c.545.165 1.027.476 1.992 1.098 1.888 1.217 2.832 1.825 3.86 1.751l.146-.014c1.024-.122 1.826-.898 3.43-2.45L17 15" }), /* @__PURE__ */ React.createElement(Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "M22 7.234h-2.517c-1.066 0-1.818-.58-2.583-1.351a2.76 2.76 0 0 0-1.791-.836c-.743-.045-1.604-.11-2.325.089-.803.22-1.333.825-1.894 1.456l-1.447 1.63c-.59.664-.59 1.743 0 2.408.51.574 1.309.663 1.909.212.432-.324.922-.847 1.431-1.012.573-.185.928.232 1.252.67l2.32 3.134c.862 1.164 1.292 1.745 1.88 2.056.59.31 1.262.31 2.607.31H22" }));
|