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