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