|
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArrowBigDown = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[["path", { d: "M15 6v6h4l-7 7-7-7h4V6h6z" }]]
|
|
];
|
|
|
|
export { ArrowBigDown as default };
|
|
//# sourceMappingURL=arrow-big-down.js.map
|