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