lucide-react-native
Version:
A Lucide icon library package for React Native applications.
18 lines (15 loc) • 1.23 kB
TypeScript
import * as react from 'react';
import * as ___types from '../lucide-react-native.js';
/**
* @component @name Expand
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/expand
* @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 Expand: react.ForwardRefExoticComponent<___types.LucideProps & react.RefAttributes<SVGSVGElement>>;
export { Expand as default };