import React from 'react'; export const CheckMark = ({ width = 18, height = 18, color = '#90909E' }) => ( );