UNPKG

react-native-unicons

Version:
9 lines (8 loc) 423 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgToggleOff(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M8 8.5a3.5 3.5 0 103.5 3.5A3.5 3.5 0 008 8.5zm0 5A1.5 1.5 0 119.5 12 1.5 1.5 0 018 13.5zM16 5H8a7 7 0 000 14h8a7 7 0 000-14zm0 12H8A5 5 0 018 7h8a5 5 0 010 10z" fill="currentColor"/> </Svg>); } export default SvgToggleOff;