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

function Bitbucket(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.554 15.339c.196 1.5-1.625 2.679-2.893 1.911-1.429-.625-1.429-2.893-.036-3.536 1.196-.732 2.929.232 2.929 1.625zm1.982-.375c-.321-2.536-3.196-4.214-5.536-3.161-1.482.661-2.482 2.232-2.411 3.893.089 2.179 2.161 3.964 4.339 3.768s3.875-2.321 3.607-4.5zm4.268-9.678c-.786-1.036-2.125-1.214-3.304-1.411-3.339-.536-6.768-.554-10.107.036-1.107.179-2.357.375-3.054 1.375 1.143 1.071 2.768 1.232 4.232 1.411 2.643.339 5.357.357 8 .018 1.482-.179 3.125-.321 4.232-1.429zm1.017 18.482c-.5 1.75-.214 4.107-2.071 5.125-3.196 1.768-7.071 1.964-10.589 1.339-1.857-.339-4.036-.929-5.054-2.679-.446-1.714-.732-3.464-1.018-5.214l.107-.286.321-.161c5.321 3.518 12.768 3.518 18.107 0 .839.25.214 1.268.196 1.875zm3.233-17.161c-.607 3.911-1.304 7.804-1.982 11.696-.196 1.143-1.304 1.786-2.232 2.268-3.339 1.679-7.232 1.964-10.893 1.571-2.482-.268-5.018-.929-7.036-2.482-.946-.732-.946-1.982-1.125-3.036C1.161 12.963.447 9.303 0 5.606c.214-1.607 2.018-2.304 3.357-2.804 1.786-.661 3.696-.964 5.589-1.143 4.036-.393 8.161-.25 12.071.893 1.393.411 2.893.982 3.839 2.179.429.554.286 1.25.196 1.875z" />
    </svg>
  );
}

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