lucide-react-native
Version:
A Lucide icon library package for React Native applications.
18 lines (15 loc) • 1.25 kB
TypeScript
import * as react from 'react';
import * as ___types from '../lucide-react-native.js';
/**
* @component @name SquarePen
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/square-pen
* @see https://lucide.dev/guide/packages/lucide-react-native - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const SquarePen: react.ForwardRefExoticComponent<___types.LucideProps & react.RefAttributes<SVGSVGElement>>;
export { SquarePen as default };