// 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 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.143 22.143c0 .643-.286 1.893-.554 2.482-.375.875-1.375 1.446-2.179 1.893-1.054.571-2.125.911-3.321.911-1.661 0-3.161-.679-4.679-1.232a16.714 16.714 0 01-3.125-1.482c-3.036-1.875-6.696-5.536-8.571-8.571a16.714 16.714 0 01-1.482-3.125C.678 11.501 0 10.001 0 8.34c0-1.196.339-2.268.911-3.321.446-.804 1.018-1.804 1.893-2.179.589-.268 1.839-.554 2.482-.554.125 0 .25 0 .375.054.375.125.768 1 .946 1.357.571 1.018 1.125 2.054 1.714 3.054.286.464.821 1.036.821 1.589 0 1.089-3.232 2.679-3.232 3.643 0 .482.446 1.107.696 1.536 1.804 3.25 4.054 5.5 7.304 7.304.429.25 1.054.696 1.536.696.964 0 2.554-3.232 3.643-3.232.554 0 1.125.536 1.589.821 1 .589 2.036 1.143 3.054 1.714.357.179 1.232.571 1.357.946.054.125.054.25.054.375z" />
    </svg>
  );
}

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