lucide-react-native
Version:
A Lucide icon library package for React Native applications.
20 lines (15 loc) • 585 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
const SquareOff = createLucideIcon("SquareOff", [
["path", { d: "M20.4 20.4a2 2 0 01-1.4.6H5a2 2 0 01-2-2V5a2 2 0 01.59-1.41", key: "7ym6nm" }],
["path", { d: "M21 15.3V5a2 2 0 00-2-2H8.7", key: "m4nk5y" }],
["path", { d: "M22 22 2 2", key: "1r8tn9" }]
]);
module.exports = SquareOff;
//# sourceMappingURL=square-off.js.map