/**
 * @license
 * Copyright Lamb Team. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@mixin lamb-input-icon {
    lamb-input-icon {
        i {
            color: nb-theme(color-primary);
        }
    }
}