.iwds-svg-icon {
    width: 256px;
    height: 256px;
}
.iwds-svg-icon-color-primary {
    stroke: #011f7c; /*#3c67e3; */
}
.iwds-svg-icon-color-secondary {
    stroke: #6ec1f1;
}

.iwds-svg-2tone-blue {
    --stroke-color-primary: #011f7c;
    --stroke-color-secondary: #6ec1f1;
}

.iwds-svg-4tone {
    --stroke-color-primary: #011f7c;
    --stroke-color-secondary: #6ec1f1;
    --stroke-color-third: red;
    --stroke-color-forth: green;
}
