// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import { Palette } from "std-widgets.slint"; export component Icon inherits Image { width: 16px; colorize: Palette.foreground; }