UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 431 B
import React from 'react'; export const VideocamOffSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="m57.376 79.998 22.627-22.627L438.633 416l-22.627 22.628zM32 112a16 16 0 0 0-16 16v256a16 16 0 0 0 16 16h288a15.89 15.89 0 0 0 9.34-3l-285-285Zm304 96v-80a16 16 0 0 0-16-16H179.63l245.44 245.44L496 400V112Z"/> </svg>; };