|
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ChevronDown = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[["polyline", { points: "6 9 12 15 18 9" }]]
|
|
];
|
|
|
|
export { ChevronDown as default };
|
|
//# sourceMappingURL=chevron-down.js.map
|