Skip to content

Commit

Permalink
Merge pull request #588 from ably/WEB-3929-update-account-owner-icon
Browse files Browse the repository at this point in the history
[WEB-3929] Add account owner icon
  • Loading branch information
kennethkalmer authored Jan 7, 2025
2 parents 66e5c23 + 920cab2 commit 3af64d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/core/Icon/__snapshots__/Icon.stories.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,21 @@ exports[`Components/Icon GUIIcons smoke-test 1`] = `
</div>
</div>
</div>
<div class="border p-16 flex flex-col sm:flex-row items-center justify-between gap-12 rounded-lg">
<code class="ui-text-code text-neutral-1300 dark:text-neutral-000 mb-8 block">
icon-gui-user-circle
</code>
<div class="border inline-flex flex-0">
<div class="flex pi-checkered-bg">
<svg class="text-cool-black hover:text-active-orange"
style="width: 1.5rem; height: 1.5rem;"
>
<use xlink:href="#sprite-icon-gui-user-circle">
</use>
</svg>
</div>
</div>
</div>
<div class="border p-16 flex flex-col sm:flex-row items-center justify-between gap-12 rounded-lg">
<code class="ui-text-code text-neutral-1300 dark:text-neutral-000 mb-8 block">
icon-gui-warning-fill
Expand Down
3 changes: 3 additions & 0 deletions src/core/icons/icon-gui-user-circle.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 3af64d1

Please sign in to comment.