UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 890 B
/** * @license lucide-react v0.541.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.js'; const __iconNode = [ ["path", { d: "M14 16h1", key: "1cioin" }], ["path", { d: "M14 8h1", key: "1lfen6" }], ["path", { d: "M19 16h2", key: "qbhnk2" }], ["path", { d: "M19 8h2", key: "1jleli" }], ["path", { d: "M3 16h2", key: "1r0mgj" }], ["path", { d: "M3 8h2", key: "1ndivp" }], ["path", { d: "M9 16h1", key: "1wweuk" }], ["path", { d: "M9 8h1", key: "zb2d67" }], ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }] ]; const PanelTopBottomDashed = createLucideIcon("panel-top-bottom-dashed", __iconNode); export { __iconNode, PanelTopBottomDashed as default }; //# sourceMappingURL=panel-top-bottom-dashed.js.map