UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 427 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsCarAndServices = 'cs battery-eletrecity-generator' | 'cs brakes' | 'cs driver' | 'cs gas-station' | 'cs speedometer'; interface CarAndServicesProps extends CommonIconProps { name: IconsCarAndServices; } export default function CarAndServices({ color, name, size, weight, ...rest }: CarAndServicesProps): JSX.Element; export {};