UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 509 B
import React from 'react'; export const FunnelOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m35.4 87.12 168.65 196.44A16.07 16.07 0 0 1 208 294v119.32a7.93 7.93 0 0 0 5.39 7.59l80.15 26.67A7.94 7.94 0 0 0 304 440V294a16.07 16.07 0 0 1 4-10.44L476.6 87.12A14 14 0 0 0 466 64H46.05A14 14 0 0 0 35.4 87.12Z" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };