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

20 lines
585 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 SquareTerminal = createLucideIcon("SquareTerminal", [
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
["path", { d: "M11 13h4", key: "1p7l4v" }],
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
]);
module.exports = SquareTerminal;
//# sourceMappingURL=square-terminal.js.map