UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 666 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/gallery-vertical.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M3 2h18", key: "15qxfx" }], ["rect", { width: "18", height: "12", x: "3", y: "6", rx: "2", key: "1439r6" }], ["path", { d: "M3 22h18", key: "8prr45" }] ]; var GalleryVertical = (props) => <Icon {...props} iconNode={iconNode} name="gallery-vertical" />; var gallery_vertical_default = GalleryVertical; export { gallery_vertical_default as default }; //# sourceMappingURL=gallery-vertical.jsx.map