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