UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 750 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: "layout-arrow-right", size: 24, node: [ ["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1", key: "1g98yp" }], ["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1", key: "6d4xhi" }], ["path", { d: "M3 18h18", key: "1h113x" }], ["path", { d: "m18 21 3-3-3-3", key: "y411s" }] ] }; __iconData.node; const LayoutArrowRight = createLucideIcon(__iconData); export { __iconData, LayoutArrowRight as default }; //# sourceMappingURL=layout-arrow-right.mjs.map