| 1 | // Copyright © SixtyFPS GmbH <info@slint.dev> |
| 2 | // SPDX-License-Identifier: MIT |
| 3 | |
| 4 | export global Images { |
| 5 | in property <image> arrow-left: @image-url("assets/arrow-left.svg" ); |
| 6 | in property <image> arrow-right: @image-url("assets/arrow-right.svg" ); |
| 7 | in property <image> check: @image-url("assets/check.svg" ); |
| 8 | in property <image> sunny: @image-url("assets/sunny.svg" ); |
| 9 | in property <image> cloud: @image-url("assets/cloud.svg" ); |
| 10 | in property <image> cloudy: @image-url("assets/cloudy.svg" ); |
| 11 | in property <image> settings: @image-url("assets/settings.svg" ); |
| 12 | in property <image> information: @image-url("assets/information.svg" ); |
| 13 | in property <image> slint-logo: @image-url("../../../logo/slint-logo-simple-dark.svg" ); |
| 14 | in property <image> spyrosoft-logo: @image-url("assets/spyrosoft-logo.svg" ); |
| 15 | in property <image> dashboard: @image-url("assets/dashboard.svg" ); |
| 16 | } |