19 lines
372 B
JavaScript
19 lines
372 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Layers = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["polygon", { points: "12 2 2 7 12 12 22 7 12 2" }],
|
|
["polyline", { points: "2 17 12 22 22 17" }],
|
|
["polyline", { points: "2 12 12 17 22 12" }]
|
|
]
|
|
];
|
|
|
|
export { Layers as default };
|
|
//# sourceMappingURL=layers.js.map
|