switch icon (#17757)
This commit is contained in:
parent
655bfb59c4
commit
3eafafd2e7
2 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11 19V9H4v10h7Zm0-12V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8Zm2-2v14h7V5h-7Z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 5h7v14h-7V5ZM4 9h7v10H4V9Zm15 1h-5v2h5v-2Zm-5 3h5v2h-5v-2Zm-4 3H5v2h5v-2Zm9 0h-5v2h5v-2ZM5 13h5v2H5v-2Z" fill="#08090A"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 419 B |
|
|
@ -7,7 +7,7 @@
|
|||
<ul class="list-none">
|
||||
<% if FeatureFlag.enabled?(:member_index_view) %>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("badge", aria_hidden: true, class: "c-btn__icon") %>Assign role</button></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("organization2", aria_hidden: true, class: "c-btn__icon") %>Add organization</button></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("team", aria_hidden: true, class: "c-btn__icon") %>Add organization</button></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("wallet", aria_hidden: true, class: "c-btn__icon") %>Adjust credit balance</button><hr /></li>
|
||||
<% end %>
|
||||
<li><button data-copy-email="<%= user.email %>" type="button" class="c-btn w-100 align-left c-btn--icon-left"> <%= crayons_icon_tag("copy", aria_hidden: true, class: "c-btn__icon") %>Copy email address</button></li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue