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