import React from 'react'; export const Arrow = ({ size = { width: '16', height: '16' } }) => { return ( ); };