4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const VideoCameraOutlined: IconDefinition;
|
|
export default VideoCameraOutlined;
|