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