import React from 'react'; const FilledArrowCircleRight = ({ width = 20, height = 20, color = '#fff', }) => ( ); export default FilledArrowCircleRight; ;