UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 603 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsNavigation = 'nav arrow-direction-add-plus' | 'nav earth-home-world' | 'nav arrow-location-direction-1' | 'nav direction-arrow-road' | 'nav arrow-location-map-direction-2' | 'nav pin-location' | 'nav pin-location-1' | 'nav pin' | 'nav arrow-location-map-direction-circle' | 'nav flag-pin' | 'nav simple-road'; interface NavigationProps extends CommonIconProps { name: IconsNavigation; } export default function Navigation({ color, name, size, weight, ...rest }: NavigationProps): JSX.Element; export {};