import { createIcon } from './icon'; export const Check = createIcon('Check', [['path', { d: 'M20 6 9 17l-5-5' }]]);