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

function Flickr(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.286 2.286a5.145 5.145 0 015.143 5.143v17.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.143zM12.464 16a3.787 3.787 0 10-3.786 3.786A3.787 3.787 0 0012.464 16zm10.072 0a3.787 3.787 0 10-3.786 3.786A3.787 3.787 0 0022.536 16z" />
    </svg>
  );
}

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