import React from 'react'; const DotsIcon = ({ width = 24, height = 24, color = '#000' }) => ( ); export default DotsIcon;