chore(icon): remove misleading story

This commit is contained in:
Mikhail Bashkirov 2019-07-02 09:58:25 +02:00 committed by Thomas Allmer
parent f119d4398e
commit aa8c270175

View file

@ -1,5 +1,4 @@
import { storiesOf, html } from '@open-wc/demoing-storybook';
import { until } from '@lion/core';
import '../lion-icon.js';
@ -143,20 +142,4 @@ storiesOf('Icon System|Icon', module)
aria-label="Skinny dung beatle"
></lion-icon>
`,
)
.add(
'dynamic icons using until',
() => html`
<style>
.icon {
width: 32px;
height: 32px;
}
</style>
<lion-icon
class="icon"
.svg=${until(import('./icons/bugs/bug12.svg.js').then(e => e.default), 'Loading...')}
aria-label="Striped beatle"
></lion-icon>
`,
);