UNPKG

@ozen-ui/icons

Version:

A collection of icons

5 lines (4 loc) 262 B
import React from 'react'; import type { IconProps } from '../types'; /** @deprecated Компонент иконки устарел. */ export declare const TickIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;