phosphor-react-native
Version:
Flexible icons for React Native
8 lines • 339 B
TypeScript
import type { ReactElement, FC } from 'react';
import { type IconWeight } from '../lib';
declare const _default: Map<IconWeight, ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | FC<{
duotoneColor?: string;
duotoneOpacity?: number;
}>>;
export default _default;
//# sourceMappingURL=Presentation.d.ts.map