
    :host([light]) .notifications_c {
        fill: #fff;
    }
:host([light]) .notifications_c,
    :host([light]) .notifications_d,
    :host([light]) .notifications_e {
        fill-rule: evenodd;
    }
:host([light]) .notifications_f {
        fill: none;
        stroke: #1a4e85;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px;
    }
:host([light]) .notifications_d {
        fill: url(#notifications_b);
    }
:host([light]) .notifications_g {
        fill: #1a4e85;
    }
:host([light]) .notifications_e {
        fill: #bbdefb;
    }
:host([dark]) .notifications_c,
    :host([dark]) .notifications_d {
        fill: #09264a;
    }
:host([dark]) .notifications_d,
    :host([dark]) .notifications_e,
    :host([dark]) .notifications_f {
        fill-rule: evenodd;
    }
:host([dark]) .notifications_g {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px;
    }
:host([dark]) .notifications_e {
        fill: url(#notifications_b);
    }
:host([dark]) .notifications_f {
        fill: #ced4db;
    }
