UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 459 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/minus.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M5 12h14", key: "1ays0h" }]]; var Minus = (props) => <Icon {...props} iconNode={iconNode} name="minus" />; var minus_default = Minus; export { minus_default as default }; //# sourceMappingURL=minus.jsx.map