UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 520 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/navigation.tsx import Icon from "../Icon"; var iconNode = [["polygon", { points: "3 11 22 2 13 21 11 13 3 11", key: "1ltx0t" }]]; var Navigation = (props) => <Icon {...props} iconNode={iconNode} name="navigation" />; var navigation_default = Navigation; export { navigation_default as default }; //# sourceMappingURL=navigation.jsx.map