UNPKG

@ozen-ui/icons

Version:

A collection of icons

4 lines (3 loc) 199 B
import React from 'react'; import type { IconProps } from '../types'; export declare const CartHandIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;