/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LightModeIcon: 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='M12 5a.97.97 0 0 1-.713-.287A.97.97 0 0 1 11 4V2q0-.424.287-.712A.97.97 0 0 1 12 1q.424 0 .713.288Q13 1.575 13 2v2q0 .424-.287.713A.97.97 0 0 1 12 5m4.95 2.05a.93.93 0 0 1-.275-.687q0-.413.275-.713l1.4-1.425q.3-.3.712-.3.413 0 .713.3a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L18.35 7.05a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275M20 13a.97.97 0 0 1-.712-.287A.97.97 0 0 1 19 12q0-.424.288-.713A.97.97 0 0 1 20 11h2q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 22 13zm-8 10a.97.97 0 0 1-.713-.288A.97.97 0 0 1 11 22v-2q0-.424.287-.712A.97.97 0 0 1 12 19q.424 0 .713.288.287.287.287.712v2q0 .424-.287.712A.97.97 0 0 1 12 23M5.65 7.05l-1.425-1.4q-.3-.3-.3-.725t.3-.7a.95.95 0 0 1 .7-.275q.425 0 .7.275L7.05 5.65a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7q-.3.275-.7.275t-.7-.275m12.7 12.725-1.4-1.425a1.02 1.02 0 0 1-.275-.713q0-.412.275-.687a.93.93 0 0 1 .688-.275q.412 0 .712.275l1.425 1.4a.87.87 0 0 1 .288.7 1.09 1.09 0 0 1-.288.725q-.3.3-.725.3a.9.9 0 0 1-.7-.3M2 13a.97.97 0 0 1-.712-.287A.97.97 0 0 1 1 12q0-.424.288-.713A.97.97 0 0 1 2 11h2q.424 0 .713.287Q5 11.576 5 12q0 .424-.287.713A.97.97 0 0 1 4 13zm2.225 6.775a.95.95 0 0 1-.275-.7q0-.425.275-.7L5.65 16.95a.93.93 0 0 1 .688-.275q.412 0 .712.275.3.3.3.713 0 .412-.3.712l-1.4 1.4q-.3.3-.725.3a.9.9 0 0 1-.7-.3M12 18q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18m0-2q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8 9.175 9.175 8 12t1.175 2.825T12 16' />
    </g>
  </svg>
);
export default LightModeIcon;
