UNPKG

react-native-unicons

Version:
9 lines (8 loc) 481 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVolumeOff(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16.93 4.1a1 1 0 00-1 .12L11.15 8H7.5a1 1 0 00-1 1v6a1 1 0 001 1h3.65l4.73 3.78a1 1 0 00.62.22.91.91 0 00.43-.1 1 1 0 00.57-.9V5a1 1 0 00-.57-.9zM15.5 16.92l-3.38-2.7a1 1 0 00-.62-.22h-3v-4h3a1 1 0 00.62-.22l3.38-2.7z" fill="currentColor"/> </Svg>); } export default SvgVolumeOff;