All files / icon signal-wifi-statusbar-connected-no-internet.js

33.33% Statements 1/3
100% Branches 0/0
100% Functions 0/0
33.33% Lines 1/3
1 2 3 4 5 6 7 8 9    1x            
/* This file has been auto-generated by bin/generateSvgIcons.js script */
 
import React from 'react'
 
export default (props) => {
  const svg = <svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><path fill-opacity=".3" d="M24.24 8l1.35-1.68C25.1 5.96 20.26 2 13 2S.9 5.96.42 6.32l12.57 15.66.01.02.01-.01L20 13.28V8h4.24z"/><path d="M22 22h2v-2h-2v2zm0-12v8h2v-8h-2z"/></svg>
  return React.cloneElement(svg, props)
}