@kollexeo/icons 1.4.0 → 1.5.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/index.js +22 -22
- package/dist/index.mjs +22 -22
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3491,51 +3491,51 @@ var AppKollekIcon = ({
|
|
|
3491
3491
|
size = 24,
|
|
3492
3492
|
color = "currentColor",
|
|
3493
3493
|
strokeWidth
|
|
3494
|
-
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0
|
|
3494
|
+
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
3495
3495
|
Svg.Rect,
|
|
3496
3496
|
{
|
|
3497
|
-
width:
|
|
3498
|
-
height:
|
|
3499
|
-
x:
|
|
3500
|
-
y:
|
|
3497
|
+
width: 9,
|
|
3498
|
+
height: 12,
|
|
3499
|
+
x: 2,
|
|
3500
|
+
y: 2,
|
|
3501
3501
|
stroke: color,
|
|
3502
3502
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3503
|
-
rx: 1
|
|
3503
|
+
rx: 1.5
|
|
3504
3504
|
}
|
|
3505
3505
|
), /* @__PURE__ */ React.createElement(
|
|
3506
3506
|
Svg.Rect,
|
|
3507
3507
|
{
|
|
3508
|
-
width:
|
|
3509
|
-
height:
|
|
3510
|
-
x:
|
|
3511
|
-
y:
|
|
3508
|
+
width: 9,
|
|
3509
|
+
height: 6,
|
|
3510
|
+
x: 13,
|
|
3511
|
+
y: 2,
|
|
3512
3512
|
stroke: color,
|
|
3513
3513
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3514
|
-
rx: 1
|
|
3514
|
+
rx: 1.5
|
|
3515
3515
|
}
|
|
3516
3516
|
), /* @__PURE__ */ React.createElement(
|
|
3517
3517
|
Svg.Rect,
|
|
3518
3518
|
{
|
|
3519
|
-
width:
|
|
3520
|
-
height:
|
|
3521
|
-
x:
|
|
3522
|
-
y:
|
|
3519
|
+
width: 9,
|
|
3520
|
+
height: 11,
|
|
3521
|
+
x: 13,
|
|
3522
|
+
y: 11,
|
|
3523
3523
|
stroke: color,
|
|
3524
3524
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3525
|
-
rx: 1
|
|
3525
|
+
rx: 1.5
|
|
3526
3526
|
}
|
|
3527
3527
|
), /* @__PURE__ */ React.createElement(
|
|
3528
3528
|
Svg.Rect,
|
|
3529
3529
|
{
|
|
3530
|
-
width:
|
|
3531
|
-
height:
|
|
3532
|
-
x:
|
|
3533
|
-
y:
|
|
3530
|
+
width: 9,
|
|
3531
|
+
height: 5,
|
|
3532
|
+
x: 2,
|
|
3533
|
+
y: 17,
|
|
3534
3534
|
stroke: color,
|
|
3535
3535
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3536
|
-
rx: 1
|
|
3536
|
+
rx: 1.5
|
|
3537
3537
|
}
|
|
3538
|
-
)
|
|
3538
|
+
));
|
|
3539
3539
|
var AppLoanIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 26 26", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Circle, { cx: 8, cy: 8, r: 3, stroke: color, strokeWidth: strokeWidth ?? 1.5 }), /* @__PURE__ */ React.createElement(
|
|
3540
3540
|
Svg.Path,
|
|
3541
3541
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -3484,51 +3484,51 @@ var AppKollekIcon = ({
|
|
|
3484
3484
|
size = 24,
|
|
3485
3485
|
color = "currentColor",
|
|
3486
3486
|
strokeWidth
|
|
3487
|
-
}) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0
|
|
3487
|
+
}) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
3488
3488
|
Rect,
|
|
3489
3489
|
{
|
|
3490
|
-
width:
|
|
3491
|
-
height:
|
|
3492
|
-
x:
|
|
3493
|
-
y:
|
|
3490
|
+
width: 9,
|
|
3491
|
+
height: 12,
|
|
3492
|
+
x: 2,
|
|
3493
|
+
y: 2,
|
|
3494
3494
|
stroke: color,
|
|
3495
3495
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3496
|
-
rx: 1
|
|
3496
|
+
rx: 1.5
|
|
3497
3497
|
}
|
|
3498
3498
|
), /* @__PURE__ */ React.createElement(
|
|
3499
3499
|
Rect,
|
|
3500
3500
|
{
|
|
3501
|
-
width:
|
|
3502
|
-
height:
|
|
3503
|
-
x:
|
|
3504
|
-
y:
|
|
3501
|
+
width: 9,
|
|
3502
|
+
height: 6,
|
|
3503
|
+
x: 13,
|
|
3504
|
+
y: 2,
|
|
3505
3505
|
stroke: color,
|
|
3506
3506
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3507
|
-
rx: 1
|
|
3507
|
+
rx: 1.5
|
|
3508
3508
|
}
|
|
3509
3509
|
), /* @__PURE__ */ React.createElement(
|
|
3510
3510
|
Rect,
|
|
3511
3511
|
{
|
|
3512
|
-
width:
|
|
3513
|
-
height:
|
|
3514
|
-
x:
|
|
3515
|
-
y:
|
|
3512
|
+
width: 9,
|
|
3513
|
+
height: 11,
|
|
3514
|
+
x: 13,
|
|
3515
|
+
y: 11,
|
|
3516
3516
|
stroke: color,
|
|
3517
3517
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3518
|
-
rx: 1
|
|
3518
|
+
rx: 1.5
|
|
3519
3519
|
}
|
|
3520
3520
|
), /* @__PURE__ */ React.createElement(
|
|
3521
3521
|
Rect,
|
|
3522
3522
|
{
|
|
3523
|
-
width:
|
|
3524
|
-
height:
|
|
3525
|
-
x:
|
|
3526
|
-
y:
|
|
3523
|
+
width: 9,
|
|
3524
|
+
height: 5,
|
|
3525
|
+
x: 2,
|
|
3526
|
+
y: 17,
|
|
3527
3527
|
stroke: color,
|
|
3528
3528
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3529
|
-
rx: 1
|
|
3529
|
+
rx: 1.5
|
|
3530
3530
|
}
|
|
3531
|
-
)
|
|
3531
|
+
));
|
|
3532
3532
|
var AppLoanIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 26 26", width: size, height: size }, /* @__PURE__ */ React.createElement(Circle, { cx: 8, cy: 8, r: 3, stroke: color, strokeWidth: strokeWidth ?? 1.5 }), /* @__PURE__ */ React.createElement(
|
|
3533
3533
|
Path,
|
|
3534
3534
|
{
|