lucide-angular 0.331.0 → 0.332.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/esm2020/icons/siren.mjs +7 -4
- package/esm2020/src/icons/icons/siren.mjs +7 -4
- package/fesm2015/lucide-angular-src-icons.mjs +6 -3
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +6 -3
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +6 -3
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +6 -3
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/siren.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/icons/siren.d.ts +1 -1
|
@@ -23272,7 +23272,7 @@ const Signpost = [
|
|
|
23272
23272
|
* @component @name Siren
|
|
23273
23273
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
23274
23274
|
*
|
|
23275
|
-
* @preview  - https://lucide.dev/icons/siren
|
|
23276
23276
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
23277
23277
|
*
|
|
23278
23278
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
@@ -23280,8 +23280,11 @@ const Signpost = [
|
|
|
23280
23280
|
*
|
|
23281
23281
|
*/
|
|
23282
23282
|
const Siren = [
|
|
23283
|
-
['path', { d: 'M7
|
|
23284
|
-
[
|
|
23283
|
+
['path', { d: 'M7 18v-6a5 5 0 1 1 10 0v6', key: 'pcx96s' }],
|
|
23284
|
+
[
|
|
23285
|
+
'path',
|
|
23286
|
+
{ d: 'M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z', key: '1b4s83' },
|
|
23287
|
+
],
|
|
23285
23288
|
['path', { d: 'M21 12h1', key: 'jtio3y' }],
|
|
23286
23289
|
['path', { d: 'M18.5 4.5 18 5', key: 'g5sp9y' }],
|
|
23287
23290
|
['path', { d: 'M2 12h1', key: '1uaihz' }],
|