UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

6 lines (5 loc) 140 B
import { FC } from "react"; interface SoundOffIconProps { } declare const SoundOffIcon: FC<SoundOffIconProps>; export default SoundOffIcon;