UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 632 B
/** * @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/move-horizontal.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "m18 8 4 4-4 4", key: "1ak13k" }], ["path", { d: "M2 12h20", key: "9i4pu4" }], ["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }] ]; var MoveHorizontal = (props) => <Icon {...props} iconNode={iconNode} name="move-horizontal" />; var move_horizontal_default = MoveHorizontal; export { move_horizontal_default as default }; //# sourceMappingURL=move-horizontal.jsx.map