import React from 'react'

export const Done = () => {
    return (
        <svg width="1em" height="1em" viewBox="0 0 30 31">
            <path
                fill="currentColor"
                fillRule="evenodd"
                d="M15 .933c8.279 0 15 6.722 15 15 0 8.28-6.721 15-15 15s-15-6.72-15-15c0-8.278 6.721-15 15-15zm7.074 9.313l-8.354 8.817-5.28-4.398-.11-.078c-.456-.261-.987-.167-1.298.206-.354.424-.296 1.055.128 1.409l6 5 .118.083c.438.243.934.167 1.248-.164l9-9.5.085-.104c.29-.44.23-.976-.123-1.31-.401-.38-1.034-.362-1.414.039z"
            />
        </svg>
    )
}
