UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

18 lines (14 loc) 574 B
/** * @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. */ import createLucideIcon from '../createLucideIcon.mjs'; 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" }] ]); export { SquareOff as default }; //# sourceMappingURL=square-off.mjs.map