Skip to content

Commit

Permalink
fix(icons): add new icons (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 24, 2024
1 parent 3dfcec9 commit f010594
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"GraduationIcon",
"GridIcon",
"HelpIcon",
"HistoryIcon",
"HtmlIcon",
"ImageIcon",
"ImmunityIcon",
Expand All @@ -107,6 +108,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"InfoIcon",
"InsightsIcon",
"ItalicIcon",
"KeyboardReturnIcon",
"KongIcon",
"LinkIcon",
"ListOrderedIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/HistoryIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-6f113882="" class="kui-icon history-icon" data-testid="kui-icon-wrapper-history-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-6f113882="" data-testid="kui-icon-svg-history-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-6f113882="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-6f113882="" d="M12 21C9.7 21 7.69583 20.2375 5.9875 18.7125C4.27917 17.1875 3.3 15.2833 3.05 13H5.1C5.33333 14.7333 6.10417 16.1667 7.4125 17.3C8.72083 18.4333 10.25 19 12 19C13.95 19 15.6042 18.3208 16.9625 16.9625C18.3208 15.6042 19 13.95 19 12C19 10.05 18.3208 8.39583 16.9625 7.0375C15.6042 5.67917 13.95 5 12 5C10.85 5 9.775 5.26667 8.775 5.8C7.775 6.33333 6.93333 7.06667 6.25 8H9V10H3V4H5V6.35C5.85 5.28333 6.8875 4.45833 8.1125 3.875C9.3375 3.29167 10.6333 3 12 3C13.25 3 14.4208 3.2375 15.5125 3.7125C16.6042 4.1875 17.5542 4.82917 18.3625 5.6375C19.1708 6.44583 19.8125 7.39583 20.2875 8.4875C20.7625 9.57917 21 10.75 21 12C21 13.25 20.7625 14.4208 20.2875 15.5125C19.8125 16.6042 19.1708 17.5542 18.3625 18.3625C17.5542 19.1708 16.6042 19.8125 15.5125 20.2875C14.4208 20.7625 13.25 21 12 21ZM14.8 16.2L11 12.4V7H13V11.6L16.2 14.8L14.8 16.2Z" fill="currentColor"></path></svg></span>
1 change: 1 addition & 0 deletions src/tests/__snapshots__/KeyboardReturnIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-8ee8033f="" class="kui-icon keyboard-return-icon" data-testid="kui-icon-wrapper-keyboard-return-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-8ee8033f="" data-testid="kui-icon-svg-keyboard-return-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-8ee8033f="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-8ee8033f="" d="M9 18L3 12L9 6L10.4 7.4L6.8 11H19V7H21V13H6.8L10.4 16.6L9 18Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svg/solid/keyboard-return.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 f010594

Please sign in to comment.