UNPKG

react-native-unicons

Version:
9 lines (8 loc) 418 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVoicemail(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M18 8a4 4 0 00-4 4 3.91 3.91 0 00.56 2H9.44a3.91 3.91 0 00.56-2 4 4 0 10-4 4h12a4 4 0 000-8zM6 14a2 2 0 112-2 2 2 0 01-2 2zm12 0a2 2 0 112-2 2 2 0 01-2 2z" fill="currentColor"/> </Svg>); } export default SvgVoicemail;