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