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