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