UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 649 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: "maximize-2", size: 24, node: [ ["path", { d: "M15 3h6v6", key: "1q9fwt" }], ["path", { d: "m21 3-7 7", key: "1l2asr" }], ["path", { d: "m3 21 7-7", key: "tjx5ai" }], ["path", { d: "M9 21H3v-6", key: "wtvkvv" }] ] }; __iconData.node; const Maximize2 = createLucideIcon(__iconData); export { __iconData, Maximize2 as default }; //# sourceMappingURL=maximize-2.mjs.map