Skip to content

feat: add CoinsHand solid icon#286

Merged
leonardodouradol merged 2 commits into
masterfrom
feat/add-coins-hand-solid-icon
Apr 28, 2026
Merged

feat: add CoinsHand solid icon#286
leonardodouradol merged 2 commits into
masterfrom
feat/add-coins-hand-solid-icon

Conversation

@leonardodouradol
Copy link
Copy Markdown
Contributor

Summary

  • Adds coins-hand.svg to packages/ocean-icons/src/base/solid/
  • Adds CoinsHand.tsx React component to packages/ocean-icons-react/src/
  • Exports CoinsHand in packages/ocean-icons-react/src/index.ts

The solid variant was constructed based on the existing coins-hand outline SVG, following the same pattern used by other solid icons in the library (filled paths, fill="currentColor", fill-rule="evenodd" on complex shapes).

Note: The generate script was not run locally due to environment constraints. The component was created manually following the exact same structure as existing solid components (e.g. Hand.tsx, Cash.tsx). If the CI runs yarn generate, it should produce the same output.

Test plan

  • Verify CoinsHand renders correctly at multiple sizes
  • Verify it visually matches the CoinsHandOutline shape in solid style
  • Confirm export is present in the built package

🤖 Generated with Claude Code

Leonardo Dourado and others added 2 commits April 28, 2026 14:56
Adds the solid variant of the CoinsHand icon based on the existing
coins-hand outline SVG. Includes the SVG source and the generated
React component with export in index.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@leonardodouradol leonardodouradol merged commit a0ffa0e into master Apr 28, 2026
5 checks passed
@leonardodouradol leonardodouradol deleted the feat/add-coins-hand-solid-icon branch April 28, 2026 18:05
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.

2 participants