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