import type { ColorValue, TextProps } from 'react-native'; import type { SvgProps } from 'react-native-svg'; export type FluentIconsProps = TBaseAttributes & { primaryFill?: ColorValue; filled?: boolean; title?: string; }; //# sourceMappingURL=FluentIconsProps.types.d.ts.map