/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DarkModeIcon: 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 20.963q-3.775 0-6.387-2.612Q3 15.738 3 11.963q0-3.45 2.25-5.987T11 3.013a.9.9 0 0 1 .575.088q.25.137.4.362t.162.525a.9.9 0 0 1-.187.575 5.2 5.2 0 0 0-.637 1.375 5.4 5.4 0 0 0-.213 1.525q0 2.25 1.575 3.825t3.825 1.575q.776 0 1.538-.225t1.362-.625a.96.96 0 0 1 .563-.162q.287.012.512.137a.9.9 0 0 1 .387.375q.138.25.088.6-.35 3.45-2.937 5.725-2.589 2.275-6.013 2.275m0-2q2.2 0 3.95-1.212a7 7 0 0 0 2.55-3.163q-.5.125-1 .2t-1 .075q-3.075 0-5.238-2.162Q9.1 10.538 9.1 7.463q0-.5.075-1t.2-1a7 7 0 0 0-3.162 2.55Q5 9.763 5 11.963q0 2.901 2.05 4.95t4.95 2.05' />
    </g>
  </svg>
);
export default DarkModeIcon;
