UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 518 B
/** * @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/chevron-right.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]]; var ChevronRight = (props) => <Icon {...props} iconNode={iconNode} name="chevron-right" />; var chevron_right_default = ChevronRight; export { chevron_right_default as default }; //# sourceMappingURL=chevron-right.jsx.map