/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LearnIcon: 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='M17.039 15.613a3 3 0 0 1-1.547 2.624l-.546.303a6 6 0 0 1-5.814 0l-.546-.303a3 3 0 0 1-1.547-2.624V14.57l3.967 2.284a2 2 0 0 0 1.995 0l4.038-2.326z' />
        <path d='M11.12 5.292a2 2 0 0 1 2.1.01l6.474 4.037a1 1 0 0 1-.03 1.715l-.125.071v2.525a.5.5 0 0 1-1 0v-1.949l-5.467 3.148a2 2 0 0 1-1.996 0l-6.575-3.785a1 1 0 0 1-.022-1.721z' />
      </g>
    </g>
  </svg>
);
export default LearnIcon;
