Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor: Rename Icons and add stories#1080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
presleyp merged 7 commits intomainfromicons/presleyp/938
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add icon stories
  • Loading branch information
@presleyp
presleyp committedApr 19, 2022
commitf39800320e65eb62dd8f38a2b06c46a547eb24fc
13 changes: 13 additions & 0 deletionssite/src/components/Icons/BuildingIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/CloseIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/CoderIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/DocsIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import{Story}from"@storybook/react"
importReactfrom"react"
import{DocsIcon}from"./DocsIcon"

exportdefault{
title:"icons/DocsIcon",
component:DocsIcon,
}

constTemplate:Story=(args)=><DocsIcon{...args}/>

exportconstExample=Template.bind({})
Example.args={}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/ErrorIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/FileCopyIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/Logo.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/LogoutIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/UsersOutlinedIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}
13 changes: 13 additions & 0 deletionssite/src/components/Icons/WorkspacesIcon.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
import { Story } from "@storybook/react"
import React from "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 = {}

[8]ページ先頭

©2009-2025 Movatter.jp