:root{
    --ng-icon-chevron-right: ng-chevron-right ;
    --ng-icon-chevron-left: ng-chevron-left;
    --ng-icon-chevron-down: ng-chevron-down;
    --ng-icon-chevron-up: ng-chevron-up;
    --ng-icon-eye-off: ng-eye-off;
    --ng-icon-x-close: ng-x-close;
    --ng-icon-search-lg: ng-search-lg;
    --ng-icon-eye: ng-eye;
    --ng-icon-info-circle: ng-info-circle;
    --ng-icon-user-01: ng-user-01;
    --ng-icon-arrow-down: ng-arrow-down;
    --ng-icon-arrow-up: ng-arrow-up;
    --ng-icon-check-circle: ng-check-circle;
    --ng-icon-expand-06: ng-expand-06;
    --ng-icon-upload-01: ng-upload-01;
    --ng-icon-trash-01: ng-trash-01;
    --ng-icon-filter-lines: ng-filter-lines;
    --ng-icon-minus: ng-minus;
    --ng-icon-chevron-selector-vertical: ng-chevron-selector-vertical;
    --ng-icon-check: ng-check;
    --ng-icon-alert-circle: ng-alert-circle;
    --ng-icon-file-06: ng-file-06;
    --ng-icon-image-03: ng-image-03;
    --ng-icon-x-circle: ng-x-circle;
    --ng-icon-button-loading-blue: ng-button-loading-blue;
    --ng-icon-button-loading-blue-animated: ng-button-loading-blue-animated;
    --ng-icon-check-circle-broken: ng-check-circle-broken;
    --ng-icon-action: ng-action;
    --ng-icon-arrow-narrow-right: ng-arrow-narrow-right;
    --ng-icon-chevron-left-double: ng-chevron-left-double;
    --ng-icon-chevron-right-double: ng-chevron-right-double;

    /* size */
    --ng-icon-size-12: 12px;

    /* stroke width */
    --ng-icon-stroke-width-2-5: 2.5;

    /* methods */
    --ng-svg-method-stroke: stroke;
    --ng-svg-method-fill: fill;
}