/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VideoIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M11.621 5h4.24l-3 3H8.62zM19 8h-4.725l3-3h.17C18.303 5 19 5.696 19 6.556zM10.207 5H6.556C5.696 5 5 5.696 5 6.556V8h2.207z' />
        <path
          fillRule='evenodd'
          d='M5 9h14v8.444c0 .86-.696 1.556-1.556 1.556H6.556C5.696 19 5 18.304 5 17.444zm5 7.514v-5.028a.46.46 0 0 1 .146-.346.48.48 0 0 1 .467-.122q.067.018.128.055l3.96 2.514a.47.47 0 0 1 .163.182.51.51 0 0 1 0 .462.47.47 0 0 1-.164.182l-3.96 2.514a.5.5 0 0 1-.254.073.48.48 0 0 1-.34-.14.46.46 0 0 1-.146-.346'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default VideoIcon;
