Skip to content

Commit

Permalink
feat: Add example of custom icon on the left for menu component
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Sep 1, 2023
1 parent ead66cb commit 5d83e77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geppetto-showcase/src/examples/menu/menuConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ const toolbarMenu = {
{
label: (
<>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M7.32911 13.2291L3.85411 9.75414L2.67078 10.9291L7.32911 15.5875L17.3291 5.58748L16.1541 4.41248L7.32911 13.2291Z" fill="#D6D5D7"/>
</svg>
Feedback
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M7.32911 13.2291L3.85411 9.75414L2.67078 10.9291L7.32911 15.5875L17.3291 5.58748L16.1541 4.41248L7.32911 13.2291Z" fill="#5A48E6"/>
Expand Down

0 comments on commit 5d83e77

Please sign in to comment.