css.gg/icons/tsx/ArrowsExpandLeft.d.ts

3 lines
169 B
TypeScript

import React from 'react';
export declare const ArrowsExpandLeft: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;