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