/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VideoGalleryIcon: 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>
      <path d='m11.892 13.5 6-4-6-4zm.7 5.5h5.6q-.176.65-.6 1.05-.425.4-1.1.5l-10.9 1.325a1.88 1.88 0 0 1-1.488-.387 1.92 1.92 0 0 1-.762-1.338L2.017 9.225a1.95 1.95 0 0 1 .4-1.475A1.9 1.9 0 0 1 3.742 7l1.15-.15v2l-.9.125L5.342 19.9zm-3.7-2q-.825 0-1.413-.587A1.93 1.93 0 0 1 6.892 15V4q0-.824.587-1.412A1.93 1.93 0 0 1 8.892 2h11q.825 0 1.412.587.588.588.588 1.413v11q0 .824-.588 1.413a1.93 1.93 0 0 1-1.412.587zm0-2h11V4h-11z' />
    </g>
  </svg>
);
export default VideoGalleryIcon;
