UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 541 B
/** * @license lucide-solid v0.487.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/arrow-big-right.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M6 9h6V5l7 7-7 7v-4H6V9z", key: "7fvt9c" }]]; var ArrowBigRight = (props) => <Icon {...props} iconNode={iconNode} name="arrow-big-right" />; var arrow_big_right_default = ArrowBigRight; export { arrow_big_right_default as default }; //# sourceMappingURL=arrow-big-right.jsx.map