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

function Phone(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M3.852 0c.632 0 1.191.396 1.407.98l.041.128.55 2.034c.13.481.012.992-.307 1.366l-.102.108-1.033.992a1 1 0 00-.275.973C4.497 7.98 5.119 9.119 6 10c.884.884 2.028 1.507 3.433 1.87a1 1 0 00.858-.174l.099-.087 1.009-1.009c.335-.335.807-.49 1.27-.425l.154.03 2.04.51a1.5 1.5 0 011.13 1.319l.006.136v1.757l-.006.149a2 2 0 01-2.144 1.845c-4.272-.319-7.555-1.627-9.851-3.923S.395 6.419.075 2.147l-.006-.149C.069.944.885.08 1.92.003l.149-.005h1.78zm-1.78 1a1 1 0 00-1 1l.003.075c.303 4.048 1.521 7.106 3.632 9.218s5.17 3.33 9.218 3.632a1 1 0 001.072-.923l.003-.075V12.17a.501.501 0 00-.299-.458l-.08-.027-2.04-.51a.495.495 0 00-.408.076l-.066.056-1.009 1.009a2 2 0 01-1.915.522c-1.572-.406-2.875-1.116-3.89-2.132-1.012-1.012-1.721-2.31-2.128-3.875A2.001 2.001 0 013.6 5.005l.115-.12 1.033-.992a.5.5 0 00.152-.402l-.016-.089-.55-2.034a.499.499 0 00-.399-.362L3.852.999h-1.78z" />
    </svg>
  );
}

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