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

function ShareAltSquare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 21.339c0-2.107-1.714-3.821-3.804-3.821-1 0-1.911.393-2.589 1.036l-4.304-2.143c.018-.143.036-.268.036-.411s-.018-.268-.036-.411l4.304-2.143a3.752 3.752 0 002.589 1.036c2.089 0 3.804-1.714 3.804-3.821a3.819 3.819 0 00-3.804-3.804c-2.107 0-3.821 1.714-3.821 3.804 0 .143.018.268.036.411l-4.304 2.143a3.82 3.82 0 00-2.589-1.018c-2.089 0-3.804 1.696-3.804 3.804s1.714 3.804 3.804 3.804c1 0 1.911-.393 2.589-1.018l4.304 2.143c-.018.143-.036.268-.036.411 0 2.089 1.714 3.804 3.821 3.804a3.819 3.819 0 003.804-3.804zm4.572-13.91v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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