Hi, first thanks and great component, and now my question, how i can use ic

Hi, first thanks and great component, and now my question, how i can use icons differents to iron-icons

Hello. Currently app-layout cannot be used without an iconset. If you want to use an icon from an iconset other than iron-icons (such as Vaadin Icons) you can @HtmlImport the iconset and use the full “iconset:icon” name (see [here]
(https://github.com/FlowingCode/AppLayoutAddon/blob/f1e4c342930e204f56cfe26879036219153f4bb5/src/test/java/com/flowingcode/addons/applayout/DemoView.java#L180)). We also created an [issue]
(https://github.com/FlowingCode/AppLayoutAddon/issues/32) for supporting image-based icons.

Thanks!!