UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 896 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: "M16 10V9", key: "1s66rd" }], ["path", { d: "M16 15v-1", key: "kmf0wu" }], ["path", { d: "M16 21v-2", key: "63oau2" }], ["path", { d: "M16 5V3", key: "2dizs0" }], ["path", { d: "M8 10V9", key: "fun8gx" }], ["path", { d: "M8 15v-1", key: "fel0bl" }], ["path", { d: "M8 21v-2", key: "1lp7tu" }], ["path", { d: "M8 5V3", key: "19j4ll" }], ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }] ]; const PanelLeftRightDashed = createLucideIcon("panel-left-right-dashed", __iconNode); export { __iconNode, PanelLeftRightDashed as default }; //# sourceMappingURL=panel-left-right-dashed.js.map