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

function Slideshare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.589 13.214c0 1.982-1.732 3.607-3.857 3.607s-3.857-1.625-3.857-3.607c0-2 1.732-3.607 3.857-3.607s3.857 1.607 3.857 3.607zm8.965 0c0 1.982-1.714 3.607-3.857 3.607-2.125 0-3.857-1.625-3.857-3.607 0-2 1.732-3.607 3.857-3.607 2.143 0 3.857 1.607 3.857 3.607zm4.017 3.215V4.518c0-2.054-.661-2.857-2.554-2.857H6.16c-1.982 0-2.536.679-2.536 2.857v12.018c4.232 2.214 7.857 1.821 9.839 1.75.839-.018 1.375.143 1.696.482.054.054.107.107.179.161.375.357.732.643 1.089.911.071-.982.625-1.607 2.107-1.554 2.018.089 5.732.482 10.036-1.857zm2.911-.09c-1.143 1.411-3.321 3.143-6.643 4.5 3.518 11.982-8.589 13.893-8.393 7.75 0 .107-.018-3.304-.018-5.839-.268-.054-.536-.125-.857-.196 0 2.554-.018 6.143-.018 6.036.196 6.143-11.911 4.232-8.393-7.75-3.321-1.357-5.5-3.089-6.643-4.5-.571-.857.054-1.768 1-1.107.125.089.268.179.393.268V3.108C1.91 1.394 3.196.001 4.785.001h22.446c1.589 0 2.875 1.393 2.875 3.107v12.393l.375-.268c.946-.661 1.571.25 1 1.107z" />
    </svg>
  );
}

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