dikplhd/public/assets/libs/lucide/esm/icons/chevrons-left-right.js

18 lines
325 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const ChevronsLeftRight = [
"svg",
defaultAttributes,
[
["path", { d: "m9 7-5 5 5 5" }],
["path", { d: "m15 7 5 5-5 5" }]
]
];
export { ChevronsLeftRight as default };
//# sourceMappingURL=chevrons-left-right.js.map