aboutsummaryrefslogtreecommitdiffstats
path: root/stories/ng2-component-lab/svg-icon.component.exp.ts
blob: c87727d02feb1168beb25b972ebdfae07a85570f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { experimentOn } from '@islavi/ng2-component-lab';
import { Mode, Size } from "../../src/angular/common/enums";

export default experimentOn('Icons')
    .group('SvgIcons', [
        {
            id: 'SvgIcons',
            showSource: false,
            title: 'SVG Icons',
            template: `
            <svg-icons-table></svg-icons-table>
            `
        }
    ]);