UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

6 lines (5 loc) 200 B
import React from 'react'; interface IDownloadIconProps extends React.SVGAttributes<SVGElement> { } declare function DownloadIcon(props: IDownloadIconProps): JSX.Element; export default DownloadIcon;