18 lines
297 B
JavaScript
18 lines
297 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const MoveDown = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M8 18L12 22L16 18" }],
|
|
["path", { d: "M12 2V22" }]
|
|
]
|
|
];
|
|
|
|
export { MoveDown as default };
|
|
//# sourceMappingURL=move-down.js.map
|