Skip to content

feat: Add AI icon#33

Merged
Alexandre Asselin (alexasselin008) merged 1 commit intomainfrom
feat/EP-6368_add-ai-icon
Jun 26, 2025
Merged

feat: Add AI icon#33
Alexandre Asselin (alexasselin008) merged 1 commit intomainfrom
feat/EP-6368_add-ai-icon

Conversation

@PatrickDeVries
Copy link
Contributor

Updates the hopper icons dependency to add the AI icon as added here.

image

Copilot AI review requested due to automatic review settings June 26, 2025 20:23
@PatrickDeVries Patrick DeVries (PatrickDeVries) added the enhancement New feature or request label Jun 26, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds the new AI icon to the React-16 icon library and bumps the SVG-icons dependency.

  • Introduces AiIcon component and exports it
  • Updates iconNames array to include "AiIcon"
  • Bumps @hopper-ui/svg-icons to 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";

@alexasselin008 Alexandre Asselin (alexasselin008) merged commit 6821f0a into main Jun 26, 2025
2 checks passed
@alexasselin008 Alexandre Asselin (alexasselin008) deleted the feat/EP-6368_add-ai-icon branch June 26, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants