// Generated by script, don't edit it please.
import * as React from 'react';

function Asterisk(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.464 18.75a2.298 2.298 0 01.839 3.125l-1.143 1.964a2.298 2.298 0 01-3.125.839l-4.75-2.732v5.482a2.302 2.302 0 01-2.286 2.286h-2.286a2.302 2.302 0 01-2.286-2.286v-5.482l-4.75 2.732c-1.089.625-2.5.25-3.125-.839l-1.143-1.964a2.298 2.298 0 01.839-3.125L7.998 16l-4.75-2.75a2.298 2.298 0 01-.839-3.125l1.143-1.964a2.298 2.298 0 013.125-.839l4.75 2.732V4.572a2.302 2.302 0 012.286-2.286h2.286a2.302 2.302 0 012.286 2.286v5.482l4.75-2.732a2.298 2.298 0 013.125.839l1.143 1.964c.625 1.089.25 2.5-.839 3.125L21.714 16z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Asterisk);
export default ForwardRef;
