UNPKG

react-native-remix-icons

Version:
14 lines (13 loc) 384 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgMenuAddLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" {...props} > <Path d="m18 15-.001 3H21v2h-3.001L18 23h-2l-.001-3H13v-2h2.999L16 15zm-7 3v2H3v-2zm10-7v2H3v-2zm0-7v2H3V4z" /> </Svg> ); export default SvgMenuAddLine;