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