lucide-react
Version:
A Lucide icon library package for React applications.
24 lines (20 loc) • 668 B
JavaScript
/**
* @license lucide-react v1.46.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 __iconData = {
name: "square-off",
size: 24,
node: [
["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" }]
]
};
__iconData.node;
const SquareOff = createLucideIcon(__iconData);
export { __iconData, SquareOff as default };
//# sourceMappingURL=square-off.mjs.map