@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 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 26 26", width: size, height: size }, /* @__PURE__ */ React.createElement(
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: 20,
3498
- height: 2.5,
3499
- x: 3,
3500
- y: 20,
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: 4,
3509
- height: 10,
3510
- x: 4,
3511
- y: 10,
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: 4,
3520
- height: 13,
3521
- x: 9.5,
3522
- y: 7,
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: 4,
3531
- height: 11,
3532
- x: 15,
3533
- y: 9,
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
- ), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, d: "M6 13v3M11.5 10v4" }));
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 26 26", width: size, height: size }, /* @__PURE__ */ React.createElement(
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: 20,
3491
- height: 2.5,
3492
- x: 3,
3493
- y: 20,
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: 4,
3502
- height: 10,
3503
- x: 4,
3504
- y: 10,
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: 4,
3513
- height: 13,
3514
- x: 9.5,
3515
- y: 7,
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: 4,
3524
- height: 11,
3525
- x: 15,
3526
- y: 9,
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
- ), /* @__PURE__ */ React.createElement(Path, { stroke: color, d: "M6 13v3M11.5 10v4" }));
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kollexeo/icons",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Custom icon library for Kollexeo apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",