import { LmIcon } from '../components/icon/Icon'
import { IconStoryblok } from '../typings/generated/components-schema'
// eslint-disable-next-line import/no-anonymous-default-export
export default {
title: 'Design/Data Display/Icons'
}
const icon = {
_uid: '13123',
component: 'icon',
name: {
name: 'home'
}
} as IconStoryblok
export const Playground = () => (
<>
>
)