import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWifi = withIcon(function IconWifi(props) {
    return (<svg data-tag="IconWifi" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M20.473 10.289a.747.747 0 0 1-1.024.03 11.25 11.25 0 0 0-14.88 0 .747.747 0 0 1-1.023-.03L2.484 9.228a.752.752 0 0 1 .03-1.091 14.25 14.25 0 0 1 18.991 0 .752.752 0 0 1 .03 1.09zm-6.612 5.21a.782.782 0 0 1 .167 1.237l-1.385 1.375a.908.908 0 0 1-1.278 0L9.98 16.736a.782.782 0 0 1 .166-1.236 3.786 3.786 0 0 1 3.715 0m-5.569-1.421a.79.79 0 0 1-1.06-.049l-.894-.903c-.44-.445-.428-.99-.074-1.285a8.929 8.929 0 0 1 11.468 0 .799.799 0 0 1 .041 1.168l-1.008 1.019a.792.792 0 0 1-1.062.05 5.861 5.861 0 0 0-7.41 0" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Wifi.jsx.map