<Icon icon={avatar} size={136} />
<Typography variant='overline'>component library</Typography>
<Typography variant='heading'>SPIDEY CSS</Typography>
<Icon id='icon' theme={theme} />
<Button icon='calendar' theme={theme} />
<Button icon='map' theme={theme} />
<Button icon='edit' theme={theme} />
<Button icon='stars' theme={theme}> Stargaze </Button>
<Group theme={theme} line>
<Button theme={theme} />
<Button icon='edit' theme={theme}>Edit</Button>
<Button icon='copy' theme={theme}>Copy</Button>
<Button icon='paste' theme={theme}>Paste</Button>
</Group>
<Group theme={theme}>
<Button icon='coffee' theme={theme} />
<Button icon='meter' theme={theme} />
<Button icon='settings' theme={theme} />
<Button icon='camera' theme={theme} />
</Group>
<Toggle theme={theme} />
<Radio theme={theme} />
<Clock size={150} theme={theme} />
<Clock size={150} circle theme={theme} />
<Calendar theme={theme} />