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