import React from 'react' export default function Checkmark({ width = 18, height = 18, color = '#FFFFFF' }) { return ( ) }