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