// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const FlashIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M7 4v9c0 .6.5 1 1 1h2v7.1c0 .6.7.7 1 .3l5.1-8.9a1 1 0 0 0-.8-1.5H13l2.5-6.7a1 1 0 0 0-1-1.3H8a1 1 0 0 0-1 1z" />
  </svg>
);

const FlashIconWrapper = toIcon(FlashIcon);
export default FlashIconWrapper;
