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

function OdnoklassnikiSquare(
  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="M16.554 10.357c0 1.571-1.268 2.839-2.839 2.839s-2.839-1.268-2.839-2.839 1.268-2.839 2.839-2.839 2.839 1.268 2.839 2.839zm3.821 6.482c-.321-.643-1.232-1.196-2.429-.25 0 0-1.625 1.286-4.232 1.286s-4.232-1.286-4.232-1.286c-1.196-.946-2.107-.393-2.429.25-.571 1.143.071 1.696 1.518 2.643 1.232.786 2.946 1.089 4.036 1.196l-.911.929C10.41 22.893 9.16 24.143 8.285 25a1.325 1.325 0 000 1.875l.161.161a1.325 1.325 0 001.875 0l3.411-3.411a302.002 302.002 0 003.411 3.411 1.325 1.325 0 001.875 0l.161-.161a1.325 1.325 0 000-1.875l-3.411-3.393-.929-.929c1.107-.107 2.786-.411 4.018-1.196 1.446-.946 2.089-1.5 1.518-2.643zm-.875-6.482c0-3.196-2.589-5.786-5.786-5.786S7.928 7.16 7.928 10.357s2.589 5.786 5.786 5.786 5.786-2.589 5.786-5.786zm7.929-2.928v17.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(OdnoklassnikiSquare);
export default ForwardRef;
