lucide-angular 0.21.0 → 0.22.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.
@@ -2862,6 +2862,17 @@
2862
2862
  ],
2863
2863
  ];
2864
2864
 
2865
+ var Frame = [
2866
+ 'svg',
2867
+ defaultAttributes,
2868
+ [
2869
+ ['line', { x1: '22', y1: '6', x2: '2', y2: '6' }],
2870
+ ['line', { x1: '22', y1: '18', x2: '2', y2: '18' }],
2871
+ ['line', { x1: '6', y1: '2', x2: '6', y2: '22' }],
2872
+ ['line', { x1: '18', y1: '2', x2: '18', y2: '22' }],
2873
+ ],
2874
+ ];
2875
+
2865
2876
  var Framer = [
2866
2877
  'svg',
2867
2878
  defaultAttributes,
@@ -7082,6 +7093,7 @@
7082
7093
  exports.FolderPlus = FolderPlus;
7083
7094
  exports.FormInput = FormInput;
7084
7095
  exports.Forward = Forward;
7096
+ exports.Frame = Frame;
7085
7097
  exports.Framer = Framer;
7086
7098
  exports.Frown = Frown;
7087
7099
  exports.FunctionSquare = FunctionSquare;