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

function Hashtag(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M17.696 18.286l1.143-4.571h-4.536l-1.143 4.571h4.536zm13.715-9l-1 4a.574.574 0 01-.554.429h-5.839l-1.143 4.571h5.554c.179 0 .339.089.446.214.107.143.161.321.107.5l-1 4a.56.56 0 01-.554.429h-5.839l-1.446 5.857a.59.59 0 01-.554.429h-4a.633.633 0 01-.464-.214c-.107-.143-.143-.321-.107-.5l1.393-5.571h-4.536l-1.446 5.857a.59.59 0 01-.554.429H5.857a.625.625 0 01-.446-.214c-.107-.143-.143-.321-.107-.5l1.393-5.571H1.143a.594.594 0 01-.446-.214c-.107-.143-.143-.321-.107-.5l1-4a.574.574 0 01.554-.429h5.839l1.143-4.571H3.572a.594.594 0 01-.446-.214c-.107-.143-.161-.321-.107-.5l1-4a.56.56 0 01.554-.429h5.839l1.446-5.857a.595.595 0 01.571-.429h4c.161 0 .339.089.446.214.107.143.143.321.107.5l-1.393 5.571h4.536l1.446-5.857a.595.595 0 01.571-.429h4c.161 0 .339.089.446.214.107.143.143.321.107.5l-1.393 5.571h5.554c.179 0 .339.089.446.214.107.143.143.321.107.5z" />
    </svg>
  );
}

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