27 lines
697 B
JavaScript
27 lines
697 B
JavaScript
/**
|
|
* @license lucide v0.331.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Siren = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M7 12a5 5 0 0 1 5-5v0a5 5 0 0 1 5 5v6H7v-6Z" }],
|
|
["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2H5v-2Z" }],
|
|
["path", { d: "M21 12h1" }],
|
|
["path", { d: "M18.5 4.5 18 5" }],
|
|
["path", { d: "M2 12h1" }],
|
|
["path", { d: "M12 2v1" }],
|
|
["path", { d: "m4.929 4.929.707.707" }],
|
|
["path", { d: "M12 12v6" }]
|
|
]
|
|
];
|
|
|
|
export { Siren as default };
|
|
//# sourceMappingURL=siren.js.map
|