import * as React from 'react' export function BoxIcon({ fill = 'none', stroke = 'currentColor', strokeWidth = 2, }: { fill?: string stroke?: string strokeWidth?: number }): JSX.Element { return ( ) }