lucide-angular 0.22.0 → 0.28.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.
Files changed (33) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +18 -7
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +19 -7
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/credit-card.js +3 -3
  10. package/esm2015/icons/crop.js +3 -3
  11. package/esm2015/icons/dollar-sign.js +2 -2
  12. package/esm2015/icons/flag-off.js +12 -0
  13. package/esm2015/icons/index.js +2 -1
  14. package/esm2015/icons/map-pin.js +2 -2
  15. package/esm2015/icons/paperclip.js +2 -2
  16. package/esm2015/src/icons/credit-card.js +3 -3
  17. package/esm2015/src/icons/crop.js +3 -3
  18. package/esm2015/src/icons/dollar-sign.js +2 -2
  19. package/esm2015/src/icons/flag-off.js +12 -0
  20. package/esm2015/src/icons/index.js +2 -1
  21. package/esm2015/src/icons/map-pin.js +2 -2
  22. package/esm2015/src/icons/paperclip.js +2 -2
  23. package/fesm2015/lucide-angular-src-icons.js +18 -8
  24. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  25. package/fesm2015/lucide-angular.js +19 -8
  26. package/fesm2015/lucide-angular.js.map +1 -1
  27. package/icons/flag-off.d.ts +3 -0
  28. package/icons/index.d.ts +1 -0
  29. package/lucide-angular.metadata.json +1 -1
  30. package/package.json +1 -1
  31. package/src/icons/flag-off.d.ts +3 -0
  32. package/src/icons/index.d.ts +1 -0
  33. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
@@ -2012,8 +2012,8 @@
2012
2012
  'svg',
2013
2013
  defaultAttributes,
2014
2014
  [
2015
- ['rect', { x: '1', y: '4', width: '22', height: '16', rx: '2', ry: '2' }],
2016
- ['line', { x1: '1', y1: '10', x2: '23', y2: '10' }],
2015
+ ['rect', { x: '2', y: '5', width: '20', height: '14', rx: '2' }],
2016
+ ['line', { x1: '2', y1: '10', x2: '22', y2: '10' }],
2017
2017
  ],
2018
2018
  ];
2019
2019
 
@@ -2021,8 +2021,8 @@
2021
2021
  'svg',
2022
2022
  defaultAttributes,
2023
2023
  [
2024
- ['path', { d: 'M6.13 1 6 16a2 2 0 0 0 2 2h15' }],
2025
- ['path', { d: 'M1 6.13 16 6a2 2 0 0 1 2 2v15' }],
2024
+ ['path', { d: 'M6 2v14a2 2 0 0 0 2 2h14' }],
2025
+ ['path', { d: 'M18 22V8a2 2 0 0 0-2-2H2' }],
2026
2026
  ],
2027
2027
  ];
2028
2028
 
@@ -2203,7 +2203,7 @@
2203
2203
  'svg',
2204
2204
  defaultAttributes,
2205
2205
  [
2206
- ['line', { x1: '12', y1: '1', x2: '12', y2: '23' }],
2206
+ ['line', { x1: '12', y1: '2', x2: '12', y2: '22' }],
2207
2207
  ['path', { d: 'M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6' }],
2208
2208
  ],
2209
2209
  ];
@@ -2697,6 +2697,16 @@
2697
2697
  [['polygon', { points: '22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3' }]],
2698
2698
  ];
2699
2699
 
2700
+ var FlagOff = [
2701
+ 'svg',
2702
+ defaultAttributes,
2703
+ [
2704
+ ['path', { d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11' }],
2705
+ ['path', { d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4' }],
2706
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
2707
+ ],
2708
+ ];
2709
+
2700
2710
  var FlagTriangleLeft = [
2701
2711
  'svg',
2702
2712
  defaultAttributes,
@@ -4031,7 +4041,7 @@
4031
4041
  'svg',
4032
4042
  defaultAttributes,
4033
4043
  [
4034
- ['path', { d: 'M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z' }],
4044
+ ['path', { d: 'M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z' }],
4035
4045
  ['circle', { cx: '12', cy: '10', r: '3' }],
4036
4046
  ],
4037
4047
  ];
@@ -4571,7 +4581,7 @@
4571
4581
  [
4572
4582
  'path',
4573
4583
  {
4574
- d: 'm21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48',
4584
+ d: 'M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84L9.41 17.41a2 2 0 0 1-2.83-2.83L15.07 6.1',
4575
4585
  },
4576
4586
  ],
4577
4587
  ],
@@ -7080,6 +7090,7 @@
7080
7090
  exports.Film = Film;
7081
7091
  exports.Filter = Filter;
7082
7092
  exports.Flag = Flag;
7093
+ exports.FlagOff = FlagOff;
7083
7094
  exports.FlagTriangleLeft = FlagTriangleLeft;
7084
7095
  exports.FlagTriangleRight = FlagTriangleRight;
7085
7096
  exports.Flame = Flame;