Skip to content

Commit

Permalink
fix(menu): add menu icon (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Oct 23, 2023
1 parent d45c296 commit c3bc188
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"KongIcon",
"ListIcon",
"LockIcon",
"MenuIcon",
"MeshIcon",
"MoreHorizontalIcon",
"MoreIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/MenuIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-b60ce07c="" class="kui-icon menu-icon" data-testid="kui-icon-wrapper-menu-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-b60ce07c="" data-testid="kui-icon-svg-menu-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-b60ce07c="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-b60ce07c="" d="M3 18V16H21V18H3ZM3 13V11H21V13H3ZM3 8V6H21V8H3Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3bc188

Please sign in to comment.