UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 537 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-left.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M18 15h-6v4l-7-7 7-7v4h6v6z", key: "lbrdak" }]]; var ArrowBigLeft = (props) => <Icon {...props} iconNode={iconNode} name="arrow-big-left" />; var arrow_big_left_default = ArrowBigLeft; export { arrow_big_left_default as default }; //# sourceMappingURL=arrow-big-left.jsx.map