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