UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

20 lines (18 loc) 640 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/laptop-minimal.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { width: "18", height: "12", x: "3", y: "4", rx: "2", ry: "2", key: "1qhy41" }], ["line", { x1: "2", x2: "22", y1: "20", y2: "20", key: "ni3hll" }] ]; var LaptopMinimal = (props) => <Icon {...props} iconNode={iconNode} name="laptop-minimal" />; var laptop_minimal_default = LaptopMinimal; export { laptop_minimal_default as default }; //# sourceMappingURL=laptop-minimal.jsx.map