feat: Add AI icon#33
Merged
Alexandre Asselin (alexasselin008) merged 1 commit intomainfrom Jun 26, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
Adds the new AI icon to the React-16 icon library and bumps the SVG-icons dependency.
- Introduces
AiIconcomponent and exports it - Updates
iconNamesarray to include"AiIcon" - Bumps
@hopper-ui/svg-iconsto 2.19.0 and reorganizes devDependencies - Adds a changeset entry for the new icon
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/icons-react16/src/generated-icon-components/index.ts | Export new icon and update iconNames array |
| packages/icons-react16/src/generated-icon-components/AiIcon.tsx | Add generated AiIcon component |
| packages/icons-react16/package.json | Bump SVG-icons version and adjust devDependencies |
| .changeset/lemon-camels-attend.md | Record minor bump and list added AiIcon |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)
packages/icons-react16/src/generated-icon-components/AiIcon.tsx:1
- There’s no test covering the new
AiIcon. Consider adding a snapshot or render test to ensure the SVG integrates correctly and prevent regressions.
/**
packages/icons-react16/src/generated-icon-components/index.ts:10
- Indent this export to match the two-space indentation used by the surrounding exports for consistency.
export * from "./AiIcon.tsx";
Alexandre Asselin (alexasselin008)
approved these changes
Jun 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the hopper icons dependency to add the AI icon as added here.