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

function WikipediaW(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.679 29.268l-5.268-12.411c-2.089 4.089-4.393 8.357-6.375 12.411-.018.018-.964 0-.964-.018-3.018-7.054-6.179-14.054-9.196-21.125-.732-1.714-3.179-4.5-4.857-4.482 0-.196-.018-.643-.018-.911h10.411v.893c-1.232.071-3.393.857-2.786 2.196 1.411 3.196 6.661 15.446 8.071 18.554.964-1.911 3.714-7.018 4.839-9.179-.893-1.821-3.768-8.607-4.679-10.286-.625-1.143-2.321-1.25-3.589-1.268v-.893l9.161.018v.839c-1.25.036-2.446.5-1.893 1.679 1.214 2.571 1.964 4.375 3.089 6.732.357-.696 2.232-4.464 3.089-6.482.571-1.321-.25-1.839-2.482-1.893.018-.232 0-.661.018-.875 2.857-.018 7.143-.018 7.911-.036v.875c-1.446.054-2.946.821-3.732 2.036l-3.804 7.893c.411 1.036 4.071 9.179 4.446 10.071l7.875-18.161c-.554-1.482-2.339-1.804-3.036-1.821v-.893l8.214.071.018.036-.018.786c-1.804.054-2.893 1.018-3.589 2.589-1.607 3.714-6.643 15.429-9.982 23.054h-.875z" />
    </svg>
  );
}

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