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