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.
- package/bundles/lucide-angular-src-icons.umd.js +12 -0
- 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 +13 -0
- 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/frame.js +13 -0
- package/esm2015/icons/index.js +2 -1
- package/esm2015/src/icons/frame.js +13 -0
- package/esm2015/src/icons/index.js +2 -1
- package/fesm2015/lucide-angular-src-icons.js +12 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +13 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/frame.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/frame.d.ts +3 -0
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -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;
|