/**
 * @since 4.8.0
 */
export function HourGlassIcon() {
    return (
        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
            <g clipPath="url(#fpk8bjmuda)">
                <path d="M6 12.334h4m-5.6-11h7.2c.373 0 .56 0 .703.073a.667.667 0 0 1 .291.291c.073.143.073.33.073.703v1.383c0 .326 0 .489-.037.642a1.335 1.335 0 0 1-.16.386c-.082.134-.197.25-.428.48l-1.954 1.954c-.264.264-.396.396-.446.549a.667.667 0 0 0 0 .412c.05.152.182.284.446.548l1.954 1.954c.23.23.346.346.428.48.073.12.127.25.16.386.037.154.037.317.037.643V13.6c0 .373 0 .56-.073.702a.667.667 0 0 1-.291.292c-.143.072-.33.072-.703.072H4.4c-.373 0-.56 0-.703-.072a.667.667 0 0 1-.291-.292c-.073-.142-.073-.329-.073-.702v-1.383c0-.326 0-.49.037-.643.033-.136.087-.266.16-.385.082-.135.198-.25.428-.48l1.954-1.955c.264-.264.396-.396.446-.548a.667.667 0 0 0 0-.412c-.05-.153-.182-.285-.446-.549L3.958 5.292c-.23-.23-.346-.346-.428-.48a1.334 1.334 0 0 1-.16-.386c-.037-.153-.037-.316-.037-.642V2.4c0-.374 0-.56.073-.703a.667.667 0 0 1 .291-.291c.143-.073.33-.073.703-.073z" stroke="#D98715" strokeWidth="1.333" strokeLinecap="round" strokeLinejoin="round"/>
            </g>
            <defs>
                <clipPath id="fpk8bjmuda">
                    <path fill="#fff" d="M0 0h16v16H0z"/>
                </clipPath>
            </defs>
        </svg>
    );
}

/**
 * @since 4.8.0
 */
export function ClockIcon() {
    return (
        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M13.636 8.595a5.667 5.667 0 0 1-10.543 2.238l-.167-.289m-.562-3.14a5.667 5.667 0 0 1 10.543-2.238l.167.289M2.329 12.044l.488-1.822 1.821.488m6.723-5.421 1.822.488.488-1.821M8 5v3l1.666 1" stroke="#459948" strokeWidth="1.333" strokeLinecap="round" strokeLinejoin="round"/>
        </svg>
    );
}
