12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`SidemenuIcon matches snapshot 1`] = `
|
|
<button
|
|
class="-ml-3 text-black-900 dark:text-slate-300"
|
|
color-scheme="secondary"
|
|
icon="list"
|
|
size="small"
|
|
variant="clear"
|
|
/>
|
|
`;
|