UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

23 lines (21 loc) 763 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/inspection-panel.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }], ["path", { d: "M7 7h.01", key: "7u93v4" }], ["path", { d: "M17 7h.01", key: "14a9sn" }], ["path", { d: "M7 17h.01", key: "19xn7k" }], ["path", { d: "M17 17h.01", key: "1sd3ek" }] ]; var InspectionPanel = (props) => <Icon {...props} iconNode={iconNode} name="inspection-panel" />; var inspection_panel_default = InspectionPanel; export { inspection_panel_default as default }; //# sourceMappingURL=inspection-panel.jsx.map