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