UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 480 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgFunnel(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M296 464a23.88 23.88 0 01-7.55-1.23L208.3 436.1a23.92 23.92 0 01-16.3-22.78V294.11a.44.44 0 00-.09-.13L23.26 97.54A30 30 0 0146.05 48H466a30 30 0 0122.79 49.54L320.09 294a.77.77 0 00-.09.13V440a23.93 23.93 0 01-24 24z" /></Svg>; } export default SvgFunnel;