Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 Add close_circle2 icon #1512

Merged
merged 5 commits into from
Nov 21, 2023
Merged

💄 Add close_circle2 icon #1512

merged 5 commits into from
Nov 21, 2023

Conversation

deatiger
Copy link
Collaborator

@deatiger deatiger commented Nov 21, 2023

Check List (If️ you added new component in this PR)

  • Export the component in src/components/index.ts
  • Add example to .storybook/documents/Information/Samples/Samples.stories.tsx
  • Localize added component

Copy link

changeset-bot bot commented Nov 21, 2023

🦋 Changeset detected

Latest commit: 6ced605

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ingred-ui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Nov 21, 2023

Deploy Preview for ingred-ui ready!

Name Link
🔨 Latest commit 6ced605
🔍 Latest deploy log https://app.netlify.com/sites/ingred-ui/deploys/655c21d41ee2be000888623d
😎 Deploy Preview https://deploy-preview-1512--ingred-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -185,7 +186,8 @@ export type IconName =
| "bar_chart_search"
| "check_thin"
| "image_check"
| "group2";
| "group2"
| "close_circle2";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close_circle アイコンが既に存在するが、今回追加した Remix Icon の close_circle を使いたいので close_circle2 として定義した。noroさんとも会話済み。

@youchann
Copy link
Contributor

@noronaoki
ほぼほぼ同じIconな気がするのですが、それでも追加する感じですかね...?:thinking:

https://deploy-preview-1512--ingred-ui.netlify.app/?path=/docs/components-data-display-icon--docs
image

lineの内容を変えれば済みそうな気がしております。
image

@noronaoki
Copy link
Contributor

@deatiger @youchann
あ、差し替えをお願いしようとしてたのを思い出しました!
既存のclose_circleがフィルタリングアイテムでしか使われてないので更新しちゃってもいいなと思ってfigma上では変えていたのに今気づいた。。。
image

@noronaoki
Copy link
Contributor

@deatiger なので追加ではなく close_circle を更新する形でお願いします!

fill="none"
const CloseCircleIcon: React.FunctionComponent<IconProps> = ({
fill,
type = "fill",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

置き換え前は type が1種類 (fillのみ ) だったので、デフォルト値としてfillを指定した。

@deatiger
Copy link
Collaborator Author

@youchann @noronaoki
close_circle を置き換える形で対応しました〜〜!

Copy link
Contributor

@youchann youchann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです!

@deatiger deatiger merged commit 7846d6e into master Nov 21, 2023
3 checks passed
@deatiger deatiger deleted the add-close-circle-icon branch November 21, 2023 04:27
@FluctMember FluctMember mentioned this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants