/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CoverCreateIcon: 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='M3.202 14.173a1 1 0 0 1 1.13-.72l.1.022 2.892.797a1 1 0 0 1-.53 1.927l-.49-.135a6.997 6.997 0 0 0 11.707-.477c.21-.349.575-.587.982-.587.729 0 1.233.722.88 1.36A9 9 0 0 1 12 21a8.99 8.99 0 0 1-7.495-4.023l-.17.62a1 1 0 0 1-1.928-.532zM12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4' />
        <path d='M12 3a9 9 0 0 1 7.86 4.62l.224-.518a1 1 0 0 1 1.838.788l-1.183 2.758a1 1 0 0 1-1.216.56l-.097-.036-2.757-1.183a1 1 0 0 1 .788-1.838l.532.229A7 7 0 0 0 12 5a7 7 0 0 0-6.01 3.412c-.209.35-.574.588-.982.588-.728 0-1.233-.722-.88-1.36A9 9 0 0 1 12 3' />
      </g>
    </g>
  </svg>
);
export default CoverCreateIcon;
