slint/examples/virtual_keyboard/ui/icons.slint
2023-06-16 10:55:08 +02:00

11 lines
No EOL
557 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
export global Icons {
out property <image> arrow-up: @image-url("assets/arrow-up.svg");
out property <image> arrow-left: @image-url("assets/arrow-left.svg");
out property <image> arrow-right: @image-url("assets/arrow-right.svg");
out property <image> chevron-left: @image-url("assets/chevron-left.svg");
out property <image> arrow-circle-o-left: @image-url("assets/arrow-circle-o-left.svg");
out property <image> globe: @image-url("assets/globe.svg");
}