lucide-angular 0.26.0 → 0.29.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 +5 -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 +5 -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/dollar-sign.js +2 -2
- package/esm2015/icons/paperclip.js +2 -2
- package/esm2015/icons/sliders.js +4 -4
- package/esm2015/src/icons/dollar-sign.js +2 -2
- package/esm2015/src/icons/paperclip.js +2 -2
- package/esm2015/src/icons/sliders.js +4 -4
- package/fesm2015/lucide-angular-src-icons.js +5 -5
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +5 -5
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
'svg',
|
|
2204
2204
|
defaultAttributes,
|
|
2205
2205
|
[
|
|
2206
|
-
['line', { x1: '12', y1: '
|
|
2206
|
+
['line', { x1: '12', y1: '2', x2: '12', y2: '22' }],
|
|
2207
2207
|
['path', { d: 'M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6' }],
|
|
2208
2208
|
],
|
|
2209
2209
|
];
|
|
@@ -4581,7 +4581,7 @@
|
|
|
4581
4581
|
[
|
|
4582
4582
|
'path',
|
|
4583
4583
|
{
|
|
4584
|
-
d: '
|
|
4584
|
+
d: 'M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84L9.41 17.41a2 2 0 0 1-2.83-2.83L15.07 6.1',
|
|
4585
4585
|
},
|
|
4586
4586
|
],
|
|
4587
4587
|
],
|
|
@@ -5724,9 +5724,9 @@
|
|
|
5724
5724
|
['line', { x1: '12', y1: '8', x2: '12', y2: '3' }],
|
|
5725
5725
|
['line', { x1: '20', y1: '21', x2: '20', y2: '16' }],
|
|
5726
5726
|
['line', { x1: '20', y1: '12', x2: '20', y2: '3' }],
|
|
5727
|
-
['line', { x1: '
|
|
5728
|
-
['line', { x1: '
|
|
5729
|
-
['line', { x1: '
|
|
5727
|
+
['line', { x1: '2', y1: '14', x2: '6', y2: '14' }],
|
|
5728
|
+
['line', { x1: '10', y1: '8', x2: '14', y2: '8' }],
|
|
5729
|
+
['line', { x1: '18', y1: '16', x2: '22', y2: '16' }],
|
|
5730
5730
|
],
|
|
5731
5731
|
];
|
|
5732
5732
|
|