UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

17 lines (15 loc) 520 B
/** * @license lucide-solid v0.536.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/fish-symbol.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M2 16s9-15 20-4C11 23 2 8 2 8", key: "h4oh4o" }]]; var FishSymbol = (props) => <Icon {...props} iconNode={iconNode} name="fish-symbol" />; var fish_symbol_default = FishSymbol; export { fish_symbol_default as default }; //# sourceMappingURL=fish-symbol.jsx.map