import React from 'react'; import type { SVGProps } from 'react'; export function CheckEmoji(props: SVGProps) { return (); }