/**
* @license lucide-solid v0.562.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/

// src/icons/chevrons-left-right.tsx
import Icon from "../Icon";
var iconNode = [
  ["path", { d: "m9 7-5 5 5 5", key: "j5w590" }],
  ["path", { d: "m15 7 5 5-5 5", key: "1bl6da" }]
];
var ChevronsLeftRight = (props) => <Icon {...props} iconNode={iconNode} name="chevrons-left-right" />;
var chevrons_left_right_default = ChevronsLeftRight;
export {
  chevrons_left_right_default as default
};
//# sourceMappingURL=chevrons-left-right.jsx.map
