lucide-angular 0.22.0 → 0.26.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.
@@ -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
 
@@ -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
  ];
@@ -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;