/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const ArrowLeftRight = [ "svg", defaultAttributes, [ ["path", { d: "M8 3 4 7l4 4" }], ["path", { d: "M4 7h16" }], ["path", { d: "m16 21 4-4-4-4" }], ["path", { d: "M20 17H4" }] ] ]; export { ArrowLeftRight as default }; //# sourceMappingURL=arrow-left-right.js.map