export const FlashDealsIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" {...props}>
    <path
      fill="currentColor"
      d="m7.5 18.75 1.25-6.25-5-1.875L12.5 1.25 11.25 7.5l5 1.875L7.5 18.75Z"
      opacity={0.2}
    />
    <path
      fill="currentColor"
      d="M16.859 9.232a.625.625 0 0 0-.391-.442l-4.5-1.689 1.145-5.729a.625.625 0 0 0-1.07-.546L3.293 10.2a.625.625 0 0 0 .234 1.015l4.503 1.689-1.142 5.722a.625.625 0 0 0 1.07.547l8.75-9.375a.626.626 0 0 0 .15-.567Zm-8.314 7.487.818-4.093a.625.625 0 0 0-.391-.707l-4.128-1.551 6.61-7.083-.817 4.092a.625.625 0 0 0 .391.708l4.125 1.547-6.608 7.087Z"
    />
  </svg>
);
