import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { TwoTonedIcon } from '../iconTypes'; const IconConePopper = ({ className = '', height = 50, title, width = 120 }: TwoTonedIcon) => ( ); export default IconConePopper;