Files
Fluxup_PAP/node_modules/lucide-react-native/dist/cjs/icons/maximize-2.js
2026-03-10 16:18:05 +00:00

21 lines
565 B
JavaScript

/**
* @license lucide-react-native v0.563.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const Maximize2 = createLucideIcon("Maximize2", [
["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" }]
]);
module.exports = Maximize2;
//# sourceMappingURL=maximize-2.js.map