// 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 StarIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M12 17.773L18.18 21.5L16.545 14.471L22 9.744L14.809 9.127L12 2.5L9.191 9.127L2 9.744L7.455 14.471L5.82 21.5L12 17.773Z" />
  </svg>
);

const StarIconWrapper = toIcon(StarIcon);
export default StarIconWrapper;
