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