Removed links from sources and added a prefix icon
refs https://github.com/TryGhost/Team/issues/2183
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="gh-dashboard-list-body {{if (eq this.eventType "conversion") "gh-dashboard-list-four-cols" }}">
|
||||
<div class="gh-dashboard-list-body gh-dashboard-list-cols-{{this.eventType}}">
|
||||
{{#each eventsFetcher.data as |event|}}
|
||||
{{#let (parse-member-event event) as |parsedEvent|}}
|
||||
<div class="gh-dashboard-list-item">
|
||||
@ -54,7 +54,7 @@
|
||||
<span class="gh-members-activity-description">
|
||||
<span class="gh-members-activity-event-text">{{capitalize-first-letter parsedEvent.action}}</span>
|
||||
{{#if parsedEvent.info}}
|
||||
<span class="highlight">{{parsedEvent.info}}</span>
|
||||
<span class="highlight"> ({{parsedEvent.info}})</span>
|
||||
{{/if}}
|
||||
</span>
|
||||
</span>
|
||||
@ -62,11 +62,7 @@
|
||||
{{#if (eq this.eventType "conversion")}}
|
||||
<div class="gh-dashboard-list-item-sub">
|
||||
{{#if parsedEvent.source}}
|
||||
{{#if parsedEvent.source.url}}
|
||||
<a href={{parsedEvent.source.url}} rel="noopener noreferrer" target="_blank">{{parsedEvent.source.name}}</a>
|
||||
{{else}}
|
||||
<span>{{parsedEvent.source.name}}</span>
|
||||
{{/if}}
|
||||
<span title="Source" class="gh-members-activity-description">{{svg-jar "event-extras-source"}}<span class="gh-members-activity-event-text">{{parsedEvent.source.name}}</span></span>
|
||||
{{else}}
|
||||
<span class="midlightgrey">—</span>
|
||||
{{/if}}
|
||||
|
@ -262,14 +262,14 @@ export default class ParseMemberEventHelper extends Helper {
|
||||
if (event.data.type === 'created') {
|
||||
const sign = mrrDelta > 0 ? '' : '-';
|
||||
const tierName = this.membersUtils.hasMultipleTiers ? (event.data.tierName ?? 'paid') : 'paid';
|
||||
return `(${tierName} - ${sign}${symbol}${Math.abs(mrrDelta)}/month)`;
|
||||
return `${tierName} - ${sign}${symbol}${Math.abs(mrrDelta)}/month`;
|
||||
}
|
||||
const sign = mrrDelta > 0 ? '+' : '-';
|
||||
return `(MRR - ${sign}${symbol}${Math.abs(mrrDelta)})`;
|
||||
return `MRR - ${sign}${symbol}${Math.abs(mrrDelta)}`;
|
||||
}
|
||||
|
||||
if (event.type === 'signup_event' && this.membersUtils.paidMembersEnabled) {
|
||||
return '(free)';
|
||||
return 'Free';
|
||||
}
|
||||
|
||||
return;
|
||||
|
@ -1356,6 +1356,23 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
}
|
||||
}
|
||||
|
||||
.gh-dashboard-list-item-sub .gh-members-activity-description {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.gh-dashboard-list-item-sub .gh-members-activity-description svg {
|
||||
width: 18px;
|
||||
min-width: 18px;
|
||||
height: 16px;
|
||||
margin: 0 0.4em 0 0;
|
||||
}
|
||||
|
||||
.gh-dashboard-list-item-sub .gh-members-activity-description svg path {
|
||||
stroke: var(--midgrey);
|
||||
}
|
||||
|
||||
|
||||
/* Post list – LABS
|
||||
/* ---------------------------------------------------------- */
|
||||
@ -1641,7 +1658,7 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
|
||||
|
||||
.gh-tabs-analytics .tab-panel-selected {
|
||||
display: block;
|
||||
padding: 12px 26px 0;
|
||||
padding: 8px 26px 0;
|
||||
/* help to hide shadow from selected tab */
|
||||
opacity: 0.99999;
|
||||
background-color: #ffffff;
|
||||
@ -1696,12 +1713,12 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
|
||||
grid-template-columns: 40% 40% 20%;
|
||||
}
|
||||
|
||||
.gh-tabs-analytics .gh-dashboard-list-larger-cols .gh-dashboard-list-item {
|
||||
.gh-tabs-analytics .gh-dashboard-list-cols-clicked .gh-dashboard-list-item {
|
||||
grid-template-columns: 26% 54% 20%;
|
||||
}
|
||||
|
||||
.gh-tabs-analytics .gh-dashboard-list-four-cols .gh-dashboard-list-item {
|
||||
grid-template-columns: 35% 25% 20% 20%;
|
||||
.gh-tabs-analytics .gh-dashboard-list-cols-conversion .gh-dashboard-list-item {
|
||||
grid-template-columns: 28% 28% 24% 20%;
|
||||
}
|
||||
|
||||
.gh-post-activity-feed .gh-members-activity-description a {
|
||||
@ -1950,6 +1967,17 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gh-prefix {
|
||||
padding: 0 0.5em 0 0;
|
||||
line-height: 1em;
|
||||
white-space: nowrap;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: .03em;
|
||||
color: var(--midgrey);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@media (max-width: 1150px) {
|
||||
.gh-post-activity-feed {
|
||||
grid-template-columns: unset;
|
||||
|
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-canceled-subscription--feature-attribution</title>
|
||||
<path d="M11.438 6.549v-3.42m2.084 3.844c-.576-.275-1.299-.424-2.083-.424-1.893 0-3.42 0-3.42 2.28 0 1.027.617 1.746 1.481 2.342m4.022 2.259c.787.575 1.337 1.27 1.337 2.239 0 2.28-1.528 2.28-3.42 2.28-.72 0-1.389-.083-1.939-.28m1.938.281v3.42" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.938 7.556 7.502 16.76" stroke="#F50B23" stroke-width="1.7" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 535 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-canceled-subscription</title>
|
||||
<path d="M11.438 6.549v-3.42m2.084 3.844c-.576-.275-1.299-.424-2.083-.424-1.893 0-3.42 0-3.42 2.28 0 1.027.617 1.746 1.481 2.342m4.022 2.259c.787.575 1.337 1.27 1.337 2.239 0 2.28-1.528 2.28-3.42 2.28-.72 0-1.389-.083-1.939-.28m1.938.281v3.42" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.938 7.556 7.502 16.76" stroke="#F50B23" stroke-width="1.7" stroke-linecap="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 534 B |
@ -1,4 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-comment--feature-attribution</title>
|
||||
<path d="M11.996 5C7.858 5 4.5 7.804 4.5 11.265c.02.876.234 1.735.625 2.51a5.63 5.63 0 0 0 1.624 1.962 2.255 2.255 0 0 1-.204 1.676c-.14.25-.327.47-.55.643a2.032 2.032 0 0 1-.745.367s-.24.322.352.439c2.391.454 4.333-1.566 4.333-1.566v-.04a8.909 8.909 0 0 0 2.069.243c4.138 0 7.496-2.803 7.496-6.265C19.5 7.772 16.134 5 11.996 5Z" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 519 B |
@ -1,4 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-comment</title>
|
||||
<path d="M11.996 5C7.858 5 4.5 7.804 4.5 11.265c.02.876.234 1.735.625 2.51a5.63 5.63 0 0 0 1.624 1.962 2.255 2.255 0 0 1-.204 1.676c-.14.25-.327.47-.55.643a2.032 2.032 0 0 1-.745.367s-.24.322.352.439c2.391.454 4.333-1.566 4.333-1.566v-.04a8.909 8.909 0 0 0 2.069.243c4.138 0 7.496-2.803 7.496-6.265C19.5 7.772 16.134 5 11.996 5Z" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 519 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-email-delivery-failed--feature-attribution</title>
|
||||
<path d="m13.24 18.555-2.397-2.387-2.574 1.33.1-3.815-3.014-3.014a1.21 1.21 0 0 1-.33-1.1 1.232 1.232 0 0 1 .814-.945l11.8-3.937a1.232 1.232 0 0 1 1.584 1.583l-2.115 6.34m1.763-7.681L8.368 13.683" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m15.348 14.059 4.895 4.895m-4.895-.001 4.895-4.895" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 534 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-email-delivery-failed</title>
|
||||
<path d="m13.24 18.555-2.397-2.387-2.574 1.33.1-3.815-3.014-3.014a1.21 1.21 0 0 1-.33-1.1 1.232 1.232 0 0 1 .814-.945l11.8-3.937a1.232 1.232 0 0 1 1.584 1.583l-2.115 6.34m1.763-7.681L8.368 13.683" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m15.348 14.059 4.895 4.895m-4.895-.001 4.895-4.895" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 534 B |
4
ghost/admin/public/assets/icons/event-extras-source.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.38922 10.49L14.6092 21.89C14.6765 21.9992 14.7734 22.0872 14.8886 22.1437C15.0038 22.2002 15.1326 22.223 15.2602 22.2094C15.3878 22.1958 15.5089 22.1464 15.6096 22.0669C15.7103 21.9874 15.7864 21.881 15.8292 21.76L17.3592 17.55L21.5992 16C21.7271 15.9583 21.8399 15.8803 21.924 15.7753C22.0081 15.6704 22.0596 15.5432 22.0724 15.4093C22.0851 15.2755 22.0585 15.1408 21.9958 15.0219C21.933 14.903 21.8369 14.805 21.7192 14.74L10.3192 9.52999C10.186 9.46967 10.0373 9.45197 9.89365 9.47932C9.74996 9.50667 9.61823 9.57773 9.51646 9.68278C9.41468 9.78784 9.34784 9.92176 9.32507 10.0662C9.30229 10.2107 9.3247 10.3587 9.38922 10.49V10.49Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.5 7.83394C16.1863 6.61978 15.5573 5.51011 14.6765 4.61742C13.7958 3.72472 12.6947 3.08073 11.4849 2.75072C10.2751 2.42071 8.99953 2.41641 7.78751 2.73825C6.57549 3.06009 5.47009 3.69663 4.58336 4.58336C3.69663 5.47009 3.06009 6.57549 2.73825 7.78751C2.41641 8.99953 2.42071 10.2751 2.75072 11.4849C3.08073 12.6947 3.72472 13.7958 4.61742 14.6765C5.51011 15.5573 6.61978 16.1863 7.83394 16.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-logged-in--feature-attribution</title>
|
||||
<path d="M4 12h10.31m-3.076-3.076L14.31 12l-3.076 3.077" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M4.998 16.308a7.69 7.69 0 0 0 3.733 3.182 7.238 7.238 0 0 0 4.8.189 7.608 7.608 0 0 0 3.949-2.88A8.283 8.283 0 0 0 18.998 12c0-1.73-.533-3.414-1.518-4.798a7.607 7.607 0 0 0-3.949-2.88 7.237 7.237 0 0 0-4.8.188 7.69 7.69 0 0 0-3.733 3.182" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 585 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-logged-in</title>
|
||||
<path d="M4 12h10.31m-3.076-3.076L14.31 12l-3.076 3.077" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M4.998 16.308a7.69 7.69 0 0 0 3.733 3.182 7.238 7.238 0 0 0 4.8.189 7.608 7.608 0 0 0 3.949-2.88A8.283 8.283 0 0 0 18.998 12c0-1.73-.533-3.414-1.518-4.798a7.607 7.607 0 0 0-3.949-2.88 7.237 7.237 0 0 0-4.8.188 7.69 7.69 0 0 0-3.733 3.182" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 585 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-made-a-payment--feature-attribution</title>
|
||||
<path d="M9 6.129v-3m-3 11c0 1.5 1.34 2 3 2s3 0 3-2c0-3-6-3-6-6 0-2 1.34-2 3-2s3 .76 3 2m-3 8v3" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.338 15.206v6.923m-3.461-3.461H19.8" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 424 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-made-a-payment</title>
|
||||
<path d="M9 6.129v-3m-3 11c0 1.5 1.34 2 3 2s3 0 3-2c0-3-6-3-6-6 0-2 1.34-2 3-2s3 .76 3 2m-3 8v3" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.338 15.206v6.923m-3.461-3.461H19.8" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 424 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-opened-email--feature-attribution</title>
|
||||
<path d="M20.27 12.661a1.28 1.28 0 0 0 0-1.714c-1.343-1.446-4.4-4.26-7.97-4.26-3.57 0-6.627 2.814-7.97 4.26a1.28 1.28 0 0 0 0 1.714c1.343 1.446 4.4 4.26 7.97 4.26.236 0 .07-.012.3-.035" stroke="#6C747D" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12.3 14.364a2.559 2.559 0 1 0 0-5.118 2.559 2.559 0 0 0 0 5.117Z" stroke="#6C747D" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.46 13.687v6.923M15 17.148h6.923" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 730 B After Width: | Height: | Size: 673 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-opened-email</title>
|
||||
<path d="M20.27 12.661a1.28 1.28 0 0 0 0-1.714c-1.343-1.446-4.4-4.26-7.97-4.26-3.57 0-6.627 2.814-7.97 4.26a1.28 1.28 0 0 0 0 1.714c1.343 1.446 4.4 4.26 7.97 4.26.236 0 .07-.012.3-.035" stroke="#95A1AD" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12.3 14.364a2.559 2.559 0 1 0 0-5.118 2.559 2.559 0 0 0 0 5.117Z" stroke="#95A1AD" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.46 13.687v6.923M15 17.148h6.923" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 673 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-received-email--feature-attribution</title>
|
||||
<path d="m13.24 18.555-2.397-2.387-2.574 1.33.1-3.815-3.014-3.014a1.21 1.21 0 0 1-.33-1.1 1.232 1.232 0 0 1 .814-.945l11.8-3.937a1.232 1.232 0 0 1 1.584 1.583l-2.115 6.34m1.763-7.681L8.368 13.683" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m15 16.11 1.823 1.823a.25.25 0 0 0 .354 0l4.323-4.324" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 514 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-received-email</title>
|
||||
<path d="m13.24 18.555-2.397-2.387-2.574 1.33.1-3.815-3.014-3.014a1.21 1.21 0 0 1-.33-1.1 1.232 1.232 0 0 1 .814-.945l11.8-3.937a1.232 1.232 0 0 1 1.584 1.583l-2.115 6.34m1.763-7.681L8.368 13.683" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m15 16.11 1.823 1.823a.25.25 0 0 0 .354 0l4.323-4.324" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 514 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-signed-up--feature-attribution</title>
|
||||
<path d="M11.246 12.144a4.242 4.242 0 1 0 0-8.484 4.242 4.242 0 0 0 0 8.484ZM4 18.761a8.484 8.484 0 0 1 10.5-3.42" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.54 16.077V23m-3.463-3.46H21" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 435 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-signed-up</title>
|
||||
<path d="M11.246 12.144a4.242 4.242 0 1 0 0-8.484 4.242 4.242 0 0 0 0 8.484ZM4 18.761a8.484 8.484 0 0 1 10.5-3.42" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.54 16.077V23m-3.463-3.46H21" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 435 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-started-subscription--feature-attribution</title>
|
||||
<path d="M9 6.129v-3m-3 11c0 1.5 1.34 2 3 2s3 0 3-2c0-3-6-3-6-6 0-2 1.34-2 3-2s3 .76 3 2m-3 8v3" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m14 18.11 1.823 1.824a.25.25 0 0 0 .354 0L20.5 15.61" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 415 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-subscribed-to-email--feature-attribution</title>
|
||||
<path d="M16.54 13.764v6.923m-3.463-3.462H20m-9.808-1.154H6.154A1.154 1.154 0 0 1 5 14.917V6.84a1.154 1.154 0 0 1 1.154-1.153h11.538a1.154 1.154 0 0 1 1.154 1.153v5.193" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m5 7.14 6.923 4.893 6.923-4.892" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.54 13.764v6.923m-3.463-3.462H20" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 621 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-subscribed-to-email</title>
|
||||
<path d="M16.54 13.764v6.923m-3.463-3.462H20m-9.808-1.154H6.154A1.154 1.154 0 0 1 5 14.917V6.84a1.154 1.154 0 0 1 1.154-1.153h11.538a1.154 1.154 0 0 1 1.154 1.153v5.193" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m5 7.14 6.923 4.893 6.923-4.892" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.54 13.764v6.923m-3.463-3.462H20" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 621 B |
@ -1,4 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-subscriptions--feature-attribution</title>
|
||||
<path d="M12 7.129v-3m-3 11c0 1.5 1.34 2 3 2s3 0 3-2c0-3-6-3-6-6 0-2 1.34-2 3-2s3 .76 3 2m-3 8v3" stroke="#6C747D" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 289 B |
@ -1,4 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-subscriptions</title>
|
||||
<path d="M12 7.129v-3m-3 11c0 1.5 1.34 2 3 2s3 0 3-2c0-3-6-3-6-6 0-2 1.34-2 3-2s3 .76 3 2m-3 8v3" stroke="#95A1AD" stroke-width="1.714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 289 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-unsubscribed-from-email--feature-attribution</title>
|
||||
<path d="M16.5 15.076h3.92" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.7 17.071H6.154A1.154 1.154 0 0 1 5 15.917V7.84a1.154 1.154 0 0 1 1.154-1.153h11.538a1.154 1.154 0 0 1 1.154 1.153v4.193" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m5 8.14 6.923 4.893 6.923-4.892" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 567 B |
@ -1,5 +1,4 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>event-unsubscribed-from-email</title>
|
||||
<path d="M16.5 15.076h3.92" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.7 17.071H6.154A1.154 1.154 0 0 1 5 15.917V7.84a1.154 1.154 0 0 1 1.154-1.153h11.538a1.154 1.154 0 0 1 1.154 1.153v4.193" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m5 8.14 6.923 4.893 6.923-4.892" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 567 B |