Skip to content

Commit

Permalink
feat: linked services icon (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Apr 17, 2024
1 parent c028917 commit f4d1ca7
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 @@ -111,6 +111,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"KeyboardReturnIcon",
"KongIcon",
"LinkIcon",
"LinkedServicesIcon",
"ListOrderedIcon",
"ListUnorderedIcon",
"ListIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/LinkedServicesIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-1a525e3d="" class="kui-icon linked-services-icon" data-testid="kui-icon-wrapper-linked-services-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-1a525e3d="" data-testid="kui-icon-svg-linked-services-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-1a525e3d="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-1a525e3d="" d="M19 9C18.05 9 17.225 8.71667 16.525 8.15C15.825 7.58333 15.3583 6.86667 15.125 6H8.85C8.66667 6.7 8.32083 7.30417 7.8125 7.8125C7.30417 8.32083 6.7 8.66667 6 8.85V15.125C6.86667 15.3583 7.58333 15.825 8.15 16.525C8.71667 17.225 9 18.05 9 19C9 20.1 8.60833 21.0417 7.825 21.825C7.04167 22.6083 6.1 23 5 23C3.9 23 2.95833 22.6083 2.175 21.825C1.39167 21.0417 1 20.1 1 19C1 18.05 1.28333 17.225 1.85 16.525C2.41667 15.825 3.13333 15.3583 4 15.125V8.85C3.13333 8.61667 2.41667 8.15 1.85 7.45C1.28333 6.75 1 5.93333 1 5C1 3.9 1.39167 2.95833 2.175 2.175C2.95833 1.39167 3.9 1 5 1C5.93333 1 6.75 1.28333 7.45 1.85C8.15 2.41667 8.61667 3.13333 8.85 4H15.125C15.3583 3.13333 15.825 2.41667 16.525 1.85C17.225 1.28333 18.05 1 19 1C20.1 1 21.0417 1.39167 21.825 2.175C22.6083 2.95833 23 3.9 23 5C23 6.1 22.6083 7.04167 21.825 7.825C21.0417 8.60833 20.1 9 19 9ZM19 23C17.9 23 16.9583 22.6083 16.175 21.825C15.3917 21.0417 15 20.1 15 19C15 17.9 15.3917 16.9583 16.175 16.175C16.9583 15.3917 17.9 15 19 15C20.1 15 21.0417 15.3917 21.825 16.175C22.6083 16.9583 23 17.9 23 19C23 20.1 22.6083 21.0417 21.825 21.825C21.0417 22.6083 20.1 23 19 23Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/linked-services.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 f4d1ca7

Please sign in to comment.