2023-05-08 18:43:07 +00:00
|
|
|
<div>
|
|
|
|
<layout:Container>
|
|
|
|
<h1>Icons</h1>
|
2023-05-16 16:10:24 +00:00
|
|
|
<p>An overview of all available icons:</p>
|
2023-05-15 08:22:29 +00:00
|
|
|
<main:ComponentIcons style="font-size: 2em;"></main:ComponentIcons>
|
2023-05-08 18:43:07 +00:00
|
|
|
</layout:Container>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script type="application/x-go">
|
|
|
|
import (
|
2023-05-08 19:14:55 +00:00
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/layout"
|
2023-05-08 18:43:07 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
type PageIcons struct {}
|
|
|
|
</script>
|