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