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