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