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