import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPhone = withIcon(function IconPhone(props) {
    return (<svg data-tag="IconPhone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 2.25c-3.375 0-5.062 0-5.906.844C5.25 3.938 5.25 5.625 5.25 9v6c0 3.375 0 5.063.844 5.906.844.844 2.531.844 5.906.844 3.375 0 5.063 0 5.906-.844.844-.844.844-2.531.844-5.906V9c0-3.375 0-5.062-.844-5.906-.844-.844-2.531-.844-5.906-.844m2.625 17.25h-5.25c-.449 0-.73-.057-.9-.226-.168-.169-.225-.45-.225-.899s.057-.73.226-.9c.169-.168.45-.225.899-.225h5.25c.449 0 .73.057.9.226.168.169.225.45.225.899 0 .45-.057.73-.226.9-.169.168-.45.225-.899.225"/>
    </svg>);
});
//# sourceMappingURL=Phone.jsx.map