lucide-angular 0.20.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.
Files changed (37) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +58 -5
  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 +61 -5
  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/building-2.js +31 -0
  10. package/esm2015/icons/credit-card.js +3 -3
  11. package/esm2015/icons/crop.js +3 -3
  12. package/esm2015/icons/flag-off.js +12 -0
  13. package/esm2015/icons/frame.js +13 -0
  14. package/esm2015/icons/index.js +4 -1
  15. package/esm2015/icons/map-pin.js +2 -2
  16. package/esm2015/src/icons/building-2.js +31 -0
  17. package/esm2015/src/icons/credit-card.js +3 -3
  18. package/esm2015/src/icons/crop.js +3 -3
  19. package/esm2015/src/icons/flag-off.js +12 -0
  20. package/esm2015/src/icons/frame.js +13 -0
  21. package/esm2015/src/icons/index.js +4 -1
  22. package/esm2015/src/icons/map-pin.js +2 -2
  23. package/fesm2015/lucide-angular-src-icons.js +56 -6
  24. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  25. package/fesm2015/lucide-angular.js +59 -6
  26. package/fesm2015/lucide-angular.js.map +1 -1
  27. package/icons/building-2.d.ts +3 -0
  28. package/icons/flag-off.d.ts +3 -0
  29. package/icons/frame.d.ts +3 -0
  30. package/icons/index.d.ts +3 -0
  31. package/lucide-angular.metadata.json +1 -1
  32. package/package.json +1 -1
  33. package/src/icons/building-2.d.ts +3 -0
  34. package/src/icons/flag-off.d.ts +3 -0
  35. package/src/icons/frame.d.ts +3 -0
  36. package/src/icons/index.d.ts +3 -0
  37. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
@@ -1036,6 +1036,35 @@
1036
1036
  ],
1037
1037
  ];
1038
1038
 
1039
+ var Building2 = [
1040
+ 'svg',
1041
+ defaultAttributes,
1042
+ [
1043
+ [
1044
+ 'path',
1045
+ {
1046
+ d: 'M6 22V4c0-.27 0-.55.07-.82.07-.27.2-.52.4-.72.19-.2.44-.32.7-.39C7.46 2 8.73 2 9 2h7c.27 0 .55 0 .82.07.27.07.52.2.72.4.2.19.32.44.39.7.07.28.07.56.07.83v18H6Z',
1047
+ },
1048
+ ],
1049
+ [
1050
+ 'path',
1051
+ {
1052
+ d: 'M2 14v6c0 1.1.9 2 2 2h2V12H4c-.27 0-.55 0-.82.07-.27.07-.52.2-.72.4-.19.19-.32.44-.39.71A3.4 3.4 0 0 0 2 14Z',
1053
+ },
1054
+ ],
1055
+ [
1056
+ 'path',
1057
+ {
1058
+ d: 'M20.82 9.07A3.4 3.4 0 0 0 20 9h-2v13h2a2 2 0 0 0 2-2v-9c0-.28 0-.55-.07-.82-.07-.27-.2-.52-.4-.72-.19-.19-.44-.32-.71-.39Z',
1059
+ },
1060
+ ],
1061
+ ['path', { d: 'M10 6h4' }],
1062
+ ['path', { d: 'M10 10h4' }],
1063
+ ['path', { d: 'M10 14h4' }],
1064
+ ['path', { d: 'M10 18h4' }],
1065
+ ],
1066
+ ];
1067
+
1039
1068
  var Building = [
1040
1069
  'svg',
1041
1070
  defaultAttributes,
@@ -1983,8 +2012,8 @@
1983
2012
  'svg',
1984
2013
  defaultAttributes,
1985
2014
  [
1986
- ['rect', { x: '1', y: '4', width: '22', height: '16', rx: '2', ry: '2' }],
1987
- ['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' }],
1988
2017
  ],
1989
2018
  ];
1990
2019
 
@@ -1992,8 +2021,8 @@
1992
2021
  'svg',
1993
2022
  defaultAttributes,
1994
2023
  [
1995
- ['path', { d: 'M6.13 1 6 16a2 2 0 0 0 2 2h15' }],
1996
- ['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' }],
1997
2026
  ],
1998
2027
  ];
1999
2028
 
@@ -2668,6 +2697,16 @@
2668
2697
  [['polygon', { points: '22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3' }]],
2669
2698
  ];
2670
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
+
2671
2710
  var FlagTriangleLeft = [
2672
2711
  'svg',
2673
2712
  defaultAttributes,
@@ -2833,6 +2872,17 @@
2833
2872
  ],
2834
2873
  ];
2835
2874
 
2875
+ var Frame = [
2876
+ 'svg',
2877
+ defaultAttributes,
2878
+ [
2879
+ ['line', { x1: '22', y1: '6', x2: '2', y2: '6' }],
2880
+ ['line', { x1: '22', y1: '18', x2: '2', y2: '18' }],
2881
+ ['line', { x1: '6', y1: '2', x2: '6', y2: '22' }],
2882
+ ['line', { x1: '18', y1: '2', x2: '18', y2: '22' }],
2883
+ ],
2884
+ ];
2885
+
2836
2886
  var Framer = [
2837
2887
  'svg',
2838
2888
  defaultAttributes,
@@ -3991,7 +4041,7 @@
3991
4041
  'svg',
3992
4042
  defaultAttributes,
3993
4043
  [
3994
- ['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' }],
3995
4045
  ['circle', { cx: '12', cy: '10', r: '3' }],
3996
4046
  ],
3997
4047
  ];
@@ -6897,6 +6947,7 @@
6897
6947
  exports.Brush = Brush;
6898
6948
  exports.Bug = Bug;
6899
6949
  exports.Building = Building;
6950
+ exports.Building2 = Building2;
6900
6951
  exports.Bus = Bus;
6901
6952
  exports.Calculator = Calculator;
6902
6953
  exports.Calendar = Calendar;
@@ -7039,6 +7090,7 @@
7039
7090
  exports.Film = Film;
7040
7091
  exports.Filter = Filter;
7041
7092
  exports.Flag = Flag;
7093
+ exports.FlagOff = FlagOff;
7042
7094
  exports.FlagTriangleLeft = FlagTriangleLeft;
7043
7095
  exports.FlagTriangleRight = FlagTriangleRight;
7044
7096
  exports.Flame = Flame;
@@ -7052,6 +7104,7 @@
7052
7104
  exports.FolderPlus = FolderPlus;
7053
7105
  exports.FormInput = FormInput;
7054
7106
  exports.Forward = Forward;
7107
+ exports.Frame = Frame;
7055
7108
  exports.Framer = Framer;
7056
7109
  exports.Frown = Frown;
7057
7110
  exports.FunctionSquare = FunctionSquare;