mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore: remove redundant icon stories (#5656)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { BuildingIcon } from "./BuildingIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/BuildingIcon",
|
||||
component: BuildingIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <BuildingIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { CloseIcon } from "./CloseIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/CloseIcon",
|
||||
component: CloseIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <CloseIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { CoderIcon } from "./CoderIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/CoderIcon",
|
||||
component: CoderIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <CoderIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { DocsIcon } from "./DocsIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/DocsIcon",
|
||||
component: DocsIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <DocsIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { ErrorIcon } from "./ErrorIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/ErrorIcon",
|
||||
component: ErrorIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <ErrorIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { FileCopyIcon } from "./FileCopyIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/FileCopyIcon",
|
||||
component: FileCopyIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <FileCopyIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { Logo } from "./Logo"
|
||||
|
||||
export default {
|
||||
title: "icons/Logo",
|
||||
component: Logo,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <Logo fill="black" {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { LogoutIcon } from "./LogoutIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/LogoutIcon",
|
||||
component: LogoutIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <LogoutIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { UsersOutlinedIcon } from "./UsersOutlinedIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/UsersOutlinedIcon",
|
||||
component: UsersOutlinedIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <UsersOutlinedIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { VSCodeIcon } from "./VSCodeIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/VSCodeIcon",
|
||||
component: VSCodeIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <VSCodeIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
@@ -1,12 +0,0 @@
|
||||
import { Story } from "@storybook/react"
|
||||
import { WorkspacesIcon } from "./WorkspacesIcon"
|
||||
|
||||
export default {
|
||||
title: "icons/WorkspacesIcon",
|
||||
component: WorkspacesIcon,
|
||||
}
|
||||
|
||||
const Template: Story = (args) => <WorkspacesIcon {...args} />
|
||||
|
||||
export const Example = Template.bind({})
|
||||
Example.args = {}
|
||||
Reference in New Issue
Block a user