mirai/external/slint-vynui/BurgerIcon.slint

10 lines
221 B
Text
Raw Normal View History

import { Palette } from "./Palette.slint";
export component BurgerIcon inherits Path {
width: 32px;
height: 32px;
commands: "M3 6h18M3 12h18M3 18h18";
stroke: Palette.foreground;
stroke-width: 2px;
}