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