UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 373 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFilter2Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M14 14v6l-4 2v-8L4 5V3h16v2zM6.404 5 12 13.394 17.596 5z" /> </Svg> ); export default SvgFilter2Line;