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