``` @each $icon in (inFlyer, education, medical, food, warehouse, bank, gos) { .IndustryIcon--$(icon) { background-image: resolve('icons/$icon.png'); width: width('icons/$icon.png'); height: height('icons/$icon.png'); } } ``` Станок, например, вернёт `Asset not found or unreadable: icons/$icon.png`.