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