import * as React from 'react'; export interface Cone48Props extends React.SVGProps { ariaLabel?: string } export default function Cone48({ ariaLabel, ...props }: Cone48Props) { return ( ); }