UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 332 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsDelivery = 'dlv warehouse-delivery-checkmark'; interface DeliveryProps extends CommonIconProps { name: IconsDelivery; } export default function Delivery({ color, name, size, weight, ...rest }: DeliveryProps): JSX.Element; export {};