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