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