UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 522 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-up.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M9 18v-6H5l7-7 7 7h-4v6H9z", key: "1x06kx" }]]; var ArrowBigUp = (props) => <Icon {...props} iconNode={iconNode} name="arrow-big-up" />; var arrow_big_up_default = ArrowBigUp; export { arrow_big_up_default as default }; //# sourceMappingURL=arrow-big-up.jsx.map