lucide-solid
Version:
A Lucide icon library package for Solid applications
17 lines (15 loc) • 535 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/arrow-big-down.tsx
import Icon from "../Icon";
var iconNode = [["path", { d: "M15 6v6h4l-7 7-7-7h4V6h6z", key: "1thax2" }]];
var ArrowBigDown = (props) => <Icon {...props} iconNode={iconNode} name="arrow-big-down" />;
var arrow_big_down_default = ArrowBigDown;
export {
arrow_big_down_default as default
};
//# sourceMappingURL=arrow-big-down.jsx.map