Skip to content

Commit

Permalink
fix: add design icon (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Jan 31, 2025
1 parent f3dc27b commit 584d2ca
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 @@ -311,6 +311,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"DataReportIcon",
"DecreaseIcon",
"DeployIcon",
"DesignIcon",
"DevPortalIcon",
"DisabledIcon",
"DocumentListIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/DesignIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span class="kui-icon design-icon" data-testid="kui-icon-wrapper-design-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; flex-shrink: 0; height: 32px; line-height: 0; width: 32px;"><svg data-testid="kui-icon-svg-design-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-testid="kui-icon-svg-title">My custom title</title><path d="M8.8 10.95L10.95 8.775L9.55 7.35L8.45 8.45L7.05 7.05L8.125 5.95L7 4.825L4.825 7L8.8 10.95ZM17 19.175L19.175 17L18.05 15.875L16.95 16.95L15.55 15.55L16.625 14.45L15.2 13.05L13.05 15.2L17 19.175ZM7.25 21H3V16.75L7.375 12.375L2 7L7 2L12.4 7.4L16.175 3.6C16.375 3.4 16.6 3.25 16.85 3.15C17.1 3.05 17.3583 3 17.625 3C17.8917 3 18.15 3.05 18.4 3.15C18.65 3.25 18.875 3.4 19.075 3.6L20.4 4.95C20.6 5.15 20.75 5.375 20.85 5.625C20.95 5.875 21 6.13333 21 6.4C21 6.66667 20.95 6.92083 20.85 7.1625C20.75 7.40417 20.6 7.625 20.4 7.825L16.625 11.625L22 17L17 22L11.625 16.625L7.25 21ZM5 19H6.4L16.2 9.225L14.775 7.8L5 17.6V19Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/design.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 584d2ca

Please sign in to comment.