mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message_header: Update topic edit icon to a new "pencil" icon.
This commit updates the topic edit icon in the recipient row to a new "pencil" icon (added in the same commit), replacing the previous "edit" icon for consistency with the rest of the icons used in the same space.
This commit is contained in:
3
web/shared/icons/pencil.svg
Normal file
3
web/shared/icons/pencil.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12.5698 1C13.2143 1.0001 13.8331 1.25639 14.2887 1.71218C14.7443 2.16796 15.0001 2.78669 15 3.43112C14.9999 3.99504 14.8035 4.53873 14.4491 4.97108L14.2878 5.14912L12.9427 6.49332C12.9298 6.50887 12.919 6.52631 12.9045 6.54086C12.8889 6.55638 12.8708 6.56923 12.8541 6.58281L5.79379 13.645C5.57253 13.8655 5.3003 14.0286 5.00143 14.1195L2.23099 14.9594H2.22913C2.06423 15.0089 1.88901 15.0134 1.72202 14.9715C1.55491 14.9295 1.40211 14.8425 1.28017 14.7207C1.1583 14.599 1.07169 14.4468 1.02941 14.2798C0.98714 14.1128 0.990328 13.9369 1.03966 13.7718L1.0406 13.7699L1.88142 11.0004V10.9985C1.96172 10.7367 2.09741 10.4952 2.27853 10.291L2.3587 10.2062L9.40971 3.15426C9.42527 3.13449 9.44089 3.11377 9.45912 3.09554C9.47731 3.07737 9.49718 3.06163 9.51691 3.04613L10.8518 1.71218C11.3076 1.25659 11.9254 0.999963 12.5698 1ZM3.25732 11.1076C3.18365 11.1811 3.12941 11.2719 3.09885 11.3714L3.09792 11.3705L2.43141 13.5676L4.63136 12.9011L4.70407 12.8741C4.77471 12.8427 4.83911 12.7984 4.89423 12.7436L11.55 6.08689L9.91309 4.44999L3.25732 11.1076ZM12.5698 2.27335C12.3012 2.27332 12.0422 2.36654 11.8362 2.5353L11.7514 2.61173L10.8136 3.54951L12.4505 5.18641L13.3883 4.24957C13.605 4.03268 13.7274 3.73774 13.7276 3.43112C13.7276 3.12417 13.6053 2.82881 13.3883 2.61173C13.1713 2.39478 12.8767 2.27342 12.5698 2.27335Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@@ -51,7 +51,7 @@
|
||||
|
||||
{{! edit topic pencil icon }}
|
||||
{{#if is_topic_editable}}
|
||||
{{> components/icon_button icon="edit" intent="neutral" custom_classes="on_hover_topic_edit recipient-bar-control recipient-bar-control-icon hidden-for-spectators" data-tippy-content=(t "Edit topic") aria-label=(t "Edit topic") }}
|
||||
{{> components/icon_button icon="pencil" intent="neutral" custom_classes="on_hover_topic_edit recipient-bar-control recipient-bar-control-icon hidden-for-spectators" data-tippy-content=(t "Edit topic") aria-label=(t "Edit topic") }}
|
||||
{{/if}}
|
||||
|
||||
{{#if (and user_can_resolve_topic (not is_empty_string_topic))}}
|
||||
|
Reference in New Issue
Block a user