<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class TimeOffReasonIconType extends Enum {
    public const NONE = "none";
    public const CAR = "car";
    public const CALENDAR = "calendar";
    public const RUNNING = "running";
    public const PLANE = "plane";
    public const FIRST_AID = "firstAid";
    public const DOCTOR = "doctor";
    public const NOT_WORKING = "notWorking";
    public const CLOCK = "clock";
    public const JURY_DUTY = "juryDuty";
    public const GLOBE = "globe";
    public const CUP = "cup";
    public const PHONE = "phone";
    public const WEATHER = "weather";
    public const UMBRELLA = "umbrella";
    public const PIGGY_BANK = "piggyBank";
    public const DOG = "dog";
    public const CAKE = "cake";
    public const TRAFFIC_CONE = "trafficCone";
    public const PIN = "pin";
    public const SUNNY = "sunny";
    public const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
