lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 612 B
JSX
/**
* @license lucide-solid v0.488.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