lucide
Version:
A Lucide icon library package for web and javascript applications.
17 lines (14 loc) • 392 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Maximize2 = [
["path", { d: "M15 3h6v6" }],
["path", { d: "m21 3-7 7" }],
["path", { d: "m3 21 7-7" }],
["path", { d: "M9 21H3v-6" }]
];
export { Maximize2 as default };
//# sourceMappingURL=maximize-2.js.map