mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
3 lines
196 B
TypeScript
3 lines
196 B
TypeScript
import * as React from 'react';
|
|
declare function VideoCameraSlashIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
|
export default VideoCameraSlashIcon;
|