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.
- package/bundles/lucide-angular-src-icons.umd.js +16 -5
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +17 -5
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/credit-card.js +3 -3
- package/esm2015/icons/crop.js +3 -3
- package/esm2015/icons/flag-off.js +12 -0
- package/esm2015/icons/index.js +2 -1
- package/esm2015/icons/map-pin.js +2 -2
- package/esm2015/src/icons/credit-card.js +3 -3
- package/esm2015/src/icons/crop.js +3 -3
- package/esm2015/src/icons/flag-off.js +12 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/map-pin.js +2 -2
- package/fesm2015/lucide-angular-src-icons.js +16 -6
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +17 -6
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/flag-off.d.ts +3 -0
- package/icons/index.d.ts +1 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/flag-off.d.ts +3 -0
- package/src/icons/index.d.ts +1 -0
- 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: '
|
|
2016
|
-
['line', { x1: '
|
|
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
|
|
2025
|
-
['path', { d: '
|
|
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: '
|
|
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;
|