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