// 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 SparkleIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="m8.9 18.8-2 1-1 2c-.2.3-.6.3-.7 0l-1-2-2-1a.4.4 0 0 1 0-.7l2-1 1-2c.1-.2.5-.2.7 0l1 2 2 1c.2.2.2.6 0 .7ZM23.8 15l-3-1.5-1.6-3c-.1-.3-.5-.3-.7 0l-1.5 3-3 1.5c-.3.1-.3.5 0 .7l3 1.5 1.5 3c.2.3.6.3.7 0l1.6-3 3-1.5c.3-.2.3-.6 0-.7Zm-7-7.9L12 4.8 9.8.2a.4.4 0 0 0-.7 0L6.8 4.8 2.2 7.1c-.3.1-.3.6 0 .7l4.6 2.3 2.3 4.6c.2.3.6.3.7 0l2.3-4.6 4.6-2.3c.3-.1.3-.6 0-.7Z" />
  </svg>
);

const SparkleIconWrapper = toIcon(SparkleIcon);
export default SparkleIconWrapper;
