cell-50.d.ts 219 B

1234
  1. /// <reference types="react" />
  2. import { IconProps } from '../icon';
  3. export declare const Cell50: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
  4. export default Cell50;