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