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

function Deviantart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 5.411l-5.411 10.393.429.554h4.982v7.411H9.232l-.786.536L5.91 29.18c-.018 0-.5.5-.536.536H-.001v-5.411L5.41 13.894l-.429-.536H-.001V5.947h9.054l.786-.536L12.375.536c.018 0 .5-.5.536-.536h5.375v5.411z" />
    </svg>
  );
}

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