mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
11 lines
No EOL
557 B
Text
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");
|
|
} |