import React from 'react'; export const SpacerIcon = ({ width = 32, height = 32, color = '#BFBFBF' }) => ( );