import React from 'react'; const CircleLoaderIcon = ({ color = '#7B8907', width = 22, height = 22 }) => ( ); export default CircleLoaderIcon;