/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FlashIcon: 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='M18.102 4h-7.258a.5.5 0 0 0-.448.28l-4.344 8.817a.5.5 0 0 0 .449.721h3.312a.5.5 0 0 1 .468.675l-2.056 5.508c-.185.495.425.901.81.54l9.74-9.13a.5.5 0 0 0-.342-.865h-3.76a.5.5 0 0 1-.38-.826l4.189-4.895a.5.5 0 0 0-.38-.825' />
    </g>
  </svg>
);
export default FlashIcon;
