Icons

Upload new file:

https://console.cloud.google.com/storage/browser/scheduleinterpreter/flow/images/icons?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&project=scheduleinterpreter-2&prefix=&forceOnObjectsSortingFiltering=false

image-1668517178214.png

select upload file, after finish you can check the file: https://cdn.scheduleinterpreter.com/flow/images/icons/fileName.*

This URL will use in the CSS attribute.

Add new icons (developer):

URL: https://ide.scheduleinterpreter.com/#/home/project

path: SI-platform/public/css/platformUI/icons.css

add new entry, example:

.account-multiple-plus-outline {    
background-image: url("https://cdn.scheduleinterpreter.com/flow/images/icons/account-multiple-plus-outline.svg");
}
Add new icons (production):

URL: https://ide.scheduleinterpreter.com/#/home/project

path: SI-platform_platform/public/css/icons.css

add new entry, example:

.account-multiple-plus-outline{    
background-image: url("https://cdn.scheduleinterpreter.com/flow/images/icons/account-multiple-plus-outline.svg");
}