UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 601 B
import React from 'react'; export const WifiOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M332.41 310.59a115 115 0 0 0-152.8 0m213.85-61.05a201.26 201.26 0 0 0-274.92 0" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M447.72 182.11a288 288 0 0 0-383.44 0" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M256 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/> </svg>; };