UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 455 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgMailVolumeLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M20 14.5v9L16.667 21H14v-4h2.667L20 14.5ZM21 3a1 1 0 0 1 1 1v9h-2V7.237l-7.928 7.101L4 7.215V19h8v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18Zm0 14a2 2 0 0 1 .15 3.994L21 21v-4ZM19.5 5H4.511l7.55 6.662L19.5 5Z" /> </Svg> ); export default SvgMailVolumeLine;