/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FolderIcon: 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='M3.25 3h4.083c.551 0 1.07.26 1.4.7l.7.933c.33.441.85.7 1.4.7h9.917c.966 0 1.75.784 1.75 1.75v12.25a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75V4.75C1.5 3.784 2.284 3 3.25 3' />
    </g>
  </svg>
);
export default FolderIcon;
