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

function Css3(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="M4.911 2.286h26.875l-4.75 23.804-14.357 4.768L.215 26.09l1.268-6.357h5.304l-.518 2.625 7.536 2.875 8.679-2.875 1.214-6.054H2.127L3.163 11h21.589l.679-3.411H3.86z" />
    </svg>
  );
}

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