/* Auto-generated, do not edit */ import React from 'react'; interface Props { size?: number | string; width?: number | string; height?: number | string; fill?: string; } function Camera_video_off(props: Props) { const { size = 14, width = size, height = size, fill = '' } = props; return ( ); } export default Camera_video_off;