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