UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

19 lines (17 loc) 589 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/rectangle-vertical.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { width: "12", height: "20", x: "6", y: "2", rx: "2", key: "1oxtiu" }] ]; var RectangleVertical = (props) => <Icon {...props} iconNode={iconNode} name="rectangle-vertical" />; var rectangle_vertical_default = RectangleVertical; export { rectangle_vertical_default as default }; //# sourceMappingURL=rectangle-vertical.jsx.map