UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

20 lines (16 loc) 569 B
/** * @license lucide-react v1.46.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.mjs'; const __iconData = { name: "rectangle-horizontal", size: 24, node: [["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2", key: "9lu3g6" }]] }; __iconData.node; const RectangleHorizontal = createLucideIcon(__iconData); export { __iconData, RectangleHorizontal as default }; //# sourceMappingURL=rectangle-horizontal.mjs.map