2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Prettified markup and added titles to all SVGs

This commit is contained in:
Sanne de Vries 2022-08-31 15:02:06 +01:00
parent 874c696893
commit 038600c350
187 changed files with 968 additions and 530 deletions

View file

@ -1,18 +1,15 @@
{{#if this.customTemplates}}
<div class="form-group for-select" data-test-custom-template-form>
<label for="author-list">Template</label>
<span class="gh-input-icon gh-icon-user">
{{svg-jar "file-text-document"}}
<span class="gh-select {{if this.matchedSlugTemplate "disabled"}}">
<OneWaySelect @value={{this.selectedTemplate}}
@options={{this.customTemplates}}
@optionValuePath="filename"
@optionLabelPath="name"
@update={{action "selectTemplate"}}
@disabled={{this.matchedSlugTemplate}}
data-test-select="custom-template" />
{{svg-jar "arrow-down-small"}}
</span>
<span class="gh-select {{if this.matchedSlugTemplate "disabled"}}">
<OneWaySelect @value={{this.selectedTemplate}}
@options={{this.customTemplates}}
@optionValuePath="filename"
@optionLabelPath="name"
@update={{action "selectTemplate"}}
@disabled={{this.matchedSlugTemplate}}
data-test-select="custom-template" />
{{svg-jar "arrow-down-small"}}
</span>
{{#if this.matchedSlugTemplate}}
<p>Post URL matches {{this.matchedSlugTemplate.filename}}</p>

View file

@ -206,7 +206,7 @@ module.exports = function (defaults) {
{prefixIds: true},
{cleanupIds: false},
{removeDimensions: true},
{removeTitle: true},
{removeTitle: isProduction},
{removeXMLNS: true},
// Transforms on groups are necessary to work around Firefox
// not supporting transform-origin on line/path elements.

View file

@ -1,3 +1,4 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>activity-placeholder</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.295.422a11 11 0 0 1 12.924 11.614.5.5 0 1 1-.998-.072 10 10 0 1 0-9.257 9.257.5.5 0 1 1 .072.998A11 11 0 0 1 9.295.422Zm.288 4.546a6.5 6.5 0 0 1 7.961 4.657.5.5 0 1 1-.968.25 5.499 5.499 0 1 0-6.7 6.7.5.5 0 0 1-.251.97 6.5 6.5 0 0 1-.042-12.577Zm1.388 5.02a1.21 1.21 0 0 1 .725.087h.002l11.4 5.21a1.19 1.19 0 0 1-.163 2.187L18.92 18.94l-1.449 3.987v.002a1.18 1.18 0 0 1-2.117.223.5.5 0 0 1-.029-.054l-5.217-11.394a1.21 1.21 0 0 1 .863-1.716Zm.312.997a.21.21 0 0 0-.274.284l.006.013 5.203 11.363a.18.18 0 0 0 .31-.052l.002-.004 1.53-4.21a.5.5 0 0 1 .298-.299l4.24-1.55.017-.005a.19.19 0 0 0 .11-.27.19.19 0 0 0-.066-.07l-11.375-5.2Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 806 B

View file

@ -1,6 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round}</style>
</defs>
<path class="a" d="M12 1v22M23 12H1"/>
<title>add-stroke</title>
<path d="M12 1v22m11-11H1" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round"/>
</svg>

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 199 B

View file

@ -1 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>add view</title><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M8.25 17.25h-6c-1 0-1.5-.5-1.5-1.5V2.55c0-.414.146-.768.44-1.06.292-.294.646-.44 1.06-.44h13.5c1 0 1.5.5 1.5 1.5v5.7" stroke="#000" stroke-width="1.5"/><path d="M4.2 11.8c.001-1.2.601-1.8 1.8-1.8 1.2 0 1.8.6 1.8 1.8.001 1.2-.599 1.8-1.798 1.8-1.2 0-1.8-.6-1.801-1.8zM8.5 6c0 1.2.6 1.8 1.8 1.8 1.2 0 1.8-.6 1.8-1.8 0-1.2-.6-1.8-1.8-1.8-.496 0-.92.175-1.273.527C8.676 5.078 8.5 5.503 8.5 6zM23.25 17.25c0 1.657-.586 3.071-1.757 4.243-1.172 1.171-2.586 1.757-4.243 1.757-1.657 0-3.071-.586-4.243-1.757-1.171-1.172-1.757-2.586-1.757-4.243 0-1.657.586-3.071 1.757-4.243 1.172-1.171 2.586-1.757 4.243-1.757 1.657 0 3.071.586 4.243 1.757 1.171 1.172 1.757 2.586 1.757 4.243zM17.25 14.25v6M14.25 17.25h6M7.8 11.7h2.4M8.5 6H4.2M13.8 6h-1.2" stroke="#000" stroke-width="1.5"/></g></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>add-view</title>
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.25 17.25h-6c-1 0-1.5-.5-1.5-1.5V2.55c0-.414.146-.768.44-1.06.292-.294.646-.44 1.06-.44h13.5c1 0 1.5.5 1.5 1.5v5.7" stroke="#000" stroke-width="1.5"/>
<path d="M4.2 11.8c.001-1.2.601-1.8 1.8-1.8 1.2 0 1.8.6 1.8 1.8.001 1.2-.599 1.8-1.798 1.8-1.2 0-1.8-.6-1.801-1.8zM8.5 6c0 1.2.6 1.8 1.8 1.8 1.2 0 1.8-.6 1.8-1.8 0-1.2-.6-1.8-1.8-1.8-.496 0-.92.175-1.273.527C8.676 5.078 8.5 5.503 8.5 6zM23.25 17.25c0 1.657-.586 3.071-1.757 4.243-1.172 1.171-2.586 1.757-4.243 1.757-1.657 0-3.071-.586-4.243-1.757-1.171-1.172-1.757-2.586-1.757-4.243 0-1.657.586-3.071 1.757-4.243 1.172-1.171 2.586-1.757 4.243-1.757 1.657 0 3.071.586 4.243 1.757 1.171 1.172 1.757 2.586 1.757 4.243zM17.25 14.25v6M14.25 17.25h6M7.8 11.7h2.4M8.5 6H4.2M13.8 6h-1.2" stroke="#000" stroke-width="1.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 973 B

After

Width:  |  Height:  |  Size: 1,007 B

View file

@ -1,3 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>add</title>
<path d="M30.688 14.688h-13.313v-13.375c0-0.688-0.625-1.313-1.313-1.313 0 0 0 0 0 0-0.75 0-1.375 0.625-1.375 1.313v13.375h-13.375c-0.688 0-1.313 0.563-1.313 1.313s0.625 1.313 1.313 1.313h13.375v13.375c0 0.688 0.563 1.313 1.313 1.313v0c0.75 0 1.313-0.625 1.313-1.313l0.063-13.375h13.313c0.75 0 1.313-0.563 1.313-1.313s-0.563-1.313-1.313-1.313z"/>
</svg>

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 477 B

View file

@ -1,3 +1,4 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>align-center</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 2.75c0-.414.418-.75.933-.75h12.134c.515 0 .933.336.933.75s-.418.75-.933.75H1.933C1.418 3.5 1 3.164 1 2.75zM1 13.25c0-.414.418-.75.933-.75h12.134c.515 0 .933.336.933.75s-.418.75-.933.75H1.933C1.418 14 1 13.664 1 13.25zM4 8c0-.414.398-.75.889-.75h6.222c.491 0 .889.336.889.75s-.398.75-.889.75H4.89C4.398 8.75 4 8.414 4 8z"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 489 B

View file

@ -1,3 +1,4 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>align-left</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 2.75c0-.414.418-.75.933-.75h12.134c.515 0 .933.336.933.75s-.418.75-.933.75H1.933C1.418 3.5 1 3.164 1 2.75zM1 13.25c0-.414.418-.75.933-.75h12.134c.515 0 .933.336.933.75s-.418.75-.933.75H1.933C1.418 14 1 13.664 1 13.25zM1 8c0-.414.398-.75.889-.75H8.11c.491 0 .889.336.889.75s-.398.75-.889.75H1.89C1.398 8.75 1 8.414 1 8z"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 486 B

View file

@ -1,14 +1,15 @@
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M52.3125 28.6875V13.5H37.125" stroke="url(#paint0_linear_79_20)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M52.3125 13.5L34.4497 31.3628C34.1363 31.6764 33.7642 31.9252 33.3546 32.0949C32.9449 32.2647 32.5059 32.352 32.0625 32.352C31.6191 32.352 31.1801 32.2647 30.7704 32.0949C30.3608 31.9252 29.9887 31.6764 29.6753 31.3628L22.6372 24.3247C22.3238 24.0111 21.9517 23.7623 21.5421 23.5926C21.1324 23.4228 20.6934 23.3355 20.25 23.3355C19.8066 23.3355 19.3676 23.4228 18.9579 23.5926C18.5483 23.7623 18.1762 24.0111 17.8628 24.3247L1.6875 40.5" stroke="url(#paint1_linear_79_20)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<defs>
<linearGradient id="paint0_linear_79_20" x1="44.7188" y1="13.5" x2="44.7188" y2="28.6875" gradientUnits="userSpaceOnUse">
<stop stop-color="#FB2D8D"/>
<stop offset="1" stop-color="#8E42FF"/>
</linearGradient>
<linearGradient id="paint1_linear_79_20" x1="27" y1="13.5" x2="27" y2="40.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FB2D8D"/>
<stop offset="1" stop-color="#8E42FF"/>
</linearGradient>
</defs>
<title>analytics</title>
<path d="M52.3125 28.6875V13.5H37.125" stroke="url(#paint0_linear_79_20)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M52.3125 13.5L34.4497 31.3628C34.1363 31.6764 33.7642 31.9252 33.3546 32.0949C32.9449 32.2647 32.5059 32.352 32.0625 32.352C31.6191 32.352 31.1801 32.2647 30.7704 32.0949C30.3608 31.9252 29.9887 31.6764 29.6753 31.3628L22.6372 24.3247C22.3238 24.0111 21.9517 23.7623 21.5421 23.5926C21.1324 23.4228 20.6934 23.3355 20.25 23.3355C19.8066 23.3355 19.3676 23.4228 18.9579 23.5926C18.5483 23.7623 18.1762 24.0111 17.8628 24.3247L1.6875 40.5" stroke="url(#paint1_linear_79_20)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<defs>
<linearGradient id="paint0_linear_79_20" x1="44.7188" y1="13.5" x2="44.7188" y2="28.6875" gradientUnits="userSpaceOnUse">
<stop stop-color="#FB2D8D"/>
<stop offset="1" stop-color="#8E42FF"/>
</linearGradient>
<linearGradient id="paint1_linear_79_20" x1="27" y1="13.5" x2="27" y2="40.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FB2D8D"/>
<stop offset="1" stop-color="#8E42FF"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,12 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="26px" height="17px" viewBox="0 0 26 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
<title>arrow-down3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-40" transform="translate(1.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="0.4687 0.1798 11.9687 13.3228 23.4687 0.1798"></polyline>
</g>
</g>
<svg width="26" height="17" viewBox="0 0 26 17" xmlns="http://www.w3.org/2000/svg">
<title>arrow-down-small</title>
<path d="m1.469 2.18 11.5 13.143 11.5-13.143" stroke-width="3" stroke="#0B0B0A" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 719 B

After

Width:  |  Height:  |  Size: 287 B

View file

@ -1 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>arrow-down-stroke</title><path d="M23.25 7.311L12.53 18.03c-.146.147-.323.22-.53.22-.207 0-.384-.073-.53-.22L.75 7.311" stroke="#000" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>arrow-down-stroke</title>
<path d="M23.25 7.311 12.53 18.03a.72.72 0 0 1-.53.22.72.72 0 0 1-.53-.22L.75 7.311" stroke="#000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 306 B

View file

@ -1,3 +1,4 @@
<svg width="26" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>arrow-down</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.043 6.604a1 1 0 011.414 0L13 17.146 23.543 6.604a1 1 0 011.414 1.414l-10.72 10.719a1.75 1.75 0 01-2.474 0L1.042 8.018a1 1 0 010-1.414zm11.78 10.72v-.001zm.355 0v-.001z"/>
</svg>

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 340 B

View file

@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="17px" height="27px" viewBox="0 0 17 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-42" transform="translate(2.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="13.5401 0.4256 0.3971 11.9256 13.5401 23.4256"></polyline>
</g>
</g>
<svg width="17" height="27" viewBox="0 0 17 27" xmlns="http://www.w3.org/2000/svg">
<title>arrow-left-small</title>
<path d="m15.54 2.426-13.143 11.5 13.143 11.5" stroke-width="3" stroke="#0B0B0A" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 288 B

View file

@ -1 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>arrow-left-stroke</title><path d="M16.25 23.25L5.53 12.53c-.147-.146-.22-.323-.22-.53 0-.207.073-.384.22-.53L16.25.75" stroke="#000" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>arrow-left-stroke</title>
<path d="M16.25 23.25 5.53 12.53a.72.72 0 0 1-.22-.53.72.72 0 0 1 .22-.53L16.25.75" stroke="#000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 305 B

View file

@ -1,4 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>arrow-left-tail</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M.75 8a.75.75 0 01.75-.75h12.857a.75.75 0 110 1.5H1.5A.75.75 0 01.75 8z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.03 1.47a.75.75 0 010 1.06L2.56 8l5.47 5.47a.75.75 0 11-1.06 1.06l-6-6a.75.75 0 010-1.06l6-6a.75.75 0 011.06 0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 409 B

View file

@ -1,3 +1,4 @@
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<title>arrow-left</title>
<path d="M12.05 1.303a1 1 0 01-.02 1.414L6.597 8l5.433 5.283a1 1 0 01-1.394 1.434L4.756 9a1.4 1.4 0 01-.423-1 1.39 1.39 0 01.423-1l5.88-5.717a1 1 0 011.414.02z"/>
</svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 268 B

View file

@ -1,12 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="18px" height="27px" viewBox="0 0 18 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
<title>arrow-right3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-43" transform="translate(2.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="0.3973 23.4256 13.5403 11.9256 0.3973 0.4256"></polyline>
</g>
</g>
<svg width="18" height="27" viewBox="0 0 18 27" xmlns="http://www.w3.org/2000/svg">
<title>arrow-right-small</title>
<path d="m2.397 25.426 13.143-11.5-13.143-11.5" stroke-width="3" stroke="#0B0B0A" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 290 B

View file

@ -1 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>arrow-right-stroke</title><path d="M5.5.75l10.72 10.72c.147.146.22.323.22.53 0 .207-.073.384-.22.53L5.5 23.25" stroke="#000" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>arrow-right-stroke</title>
<path d="m5.5.75 10.72 10.72a.72.72 0 0 1 .22.53.72.72 0 0 1-.22.53L5.5 23.25" stroke="#000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 301 B

View file

@ -1,4 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>arrow-right-tail</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M.75 8a.75.75 0 01.75-.75h12.857a.75.75 0 110 1.5H1.5A.75.75 0 01.75 8z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.827 1.47a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06l-6 6a.75.75 0 01-1.06-1.06L13.297 8l-5.47-5.47a.75.75 0 010-1.06z"/>
</svg>

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 414 B

View file

@ -1,3 +1,4 @@
<svg width="24" height="26" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>arrow-right</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.793 1.043a1 1 0 011.414 0l10.72 10.72a1.748 1.748 0 010 2.475l-10.72 10.72a1 1 0 01-1.414-1.415L15.336 13 4.793 2.457a1 1 0 010-1.414z" fill="#15171a"/>
</svg>

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 323 B

View file

@ -1,12 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="26px" height="17px" viewBox="0 0 26 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
<title>arrow-up3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-41" transform="translate(1.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="23.4687 13.3227 11.9687 0.1797 0.4687 13.3227"></polyline>
</g>
</g>
<svg width="26" height="17" viewBox="0 0 26 17" xmlns="http://www.w3.org/2000/svg">
<title>arrow-up-small</title>
<path d="M24.469 15.323 12.969 2.18l-11.5 13.143" stroke-width="3" stroke="#0B0B0A" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 289 B

View file

@ -1 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>arrow-up-stroke</title><path d="M.75 17.189L11.47 6.47c.146-.147.323-.22.53-.22.207 0 .384.073.53.22l10.72 10.719" stroke="#000" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>arrow-up-stroke</title>
<path d="M.75 17.189 11.47 6.47a.72.72 0 0 1 .53-.22.72.72 0 0 1 .53.22l10.72 10.719" stroke="#000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 305 B

View file

@ -1,9 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<path fill="#010101" d="M47.753,36.485l-23-26.285c-0.381-0.436-1.125-0.436-1.506,0l-23,26.285
c-0.363,0.415-0.321,1.047,0.095,1.411c0.414,0.363,1.046,0.322,1.411-0.095L24,12.376l22.247,25.425
c0.198,0.227,0.475,0.342,0.753,0.342c0.234,0,0.469-0.081,0.658-0.247C48.074,37.532,48.116,36.9,47.753,36.485z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" xml:space="preserve">
<title>arrow-up</title>
<path fill="#010101" d="m47.753 36.485-23-26.285c-.381-.436-1.125-.436-1.506 0l-23 26.285a1 1 0 0 0 1.506 1.316L24 12.376l22.247 25.425a.996.996 0 0 0 1.411.095 1 1 0 0 0 .095-1.411z"/>
</svg>

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 328 B

View file

@ -1 +1,4 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M23.831 10.623c-.207-.184-.524-.163-.705.045l-10.125 11.505v-21.675c0-.276-.224-.5-.5-.5s-.5.224-.5.5v21.675l-10.125-11.505c-.183-.208-.499-.229-.705-.045-.208.182-.227.498-.045.705l11 12.5.011.008.123.091.04.027.201.043.201-.043.04-.027.123-.091.011-.008 11-12.5c.183-.207.163-.523-.045-.705z"/></svg>
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<title>arrow2-down</title>
<path d="M23.831 10.623a.497.497 0 0 0-.705.045L13.001 22.173V.498a.5.5 0 0 0-1 0v21.675L1.876 10.668a.499.499 0 1 0-.75.66l11 12.5.011.008.123.091.04.027.201.043.201-.043.04-.027.123-.091.011-.008 11-12.5a.498.498 0 0 0-.045-.705z"/>
</svg>

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 368 B

View file

@ -1,11 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<path fill="#010101" d="M47.863,23.477c0.015-0.027,0.038-0.047,0.05-0.075C47.967,23.279,48,23.144,48,23s-0.033-0.279-0.087-0.402
c-0.012-0.028-0.036-0.048-0.05-0.075c-0.051-0.093-0.109-0.18-0.186-0.251c-0.007-0.007-0.01-0.017-0.017-0.023l-25-22
c-0.413-0.364-1.045-0.324-1.411,0.091c-0.364,0.414-0.324,1.046,0.091,1.411L44.35,22H1c-0.553,0-1,0.447-1,1s0.447,1,1,1h43.35
L21.34,44.249c-0.415,0.365-0.455,0.997-0.091,1.411C21.447,45.886,21.723,46,22,46c0.235,0,0.471-0.082,0.66-0.249l25-22
c0.007-0.007,0.01-0.017,0.017-0.023C47.754,23.656,47.811,23.569,47.863,23.477z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" xml:space="preserve">
<title>arrow2-right</title>
<path fill="#010101" d="M47.863 23.477c.015-.027.038-.047.05-.075.054-.123.087-.258.087-.402s-.033-.279-.087-.402c-.012-.028-.036-.048-.05-.075a.964.964 0 0 0-.186-.251c-.007-.007-.01-.017-.017-.023l-25-22a1 1 0 0 0-1.32 1.502L44.35 22H1a1 1 0 1 0 0 2h43.35L21.34 44.249a1 1 0 0 0 1.32 1.502l25-22c.007-.007.01-.017.017-.023.077-.072.134-.159.186-.251z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 502 B

View file

@ -1,4 +1,5 @@
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>audio-file</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 15.33a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM15 13.83a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.486 6.81A2.25 2.25 0 0 1 17.25 9v5.579a.75.75 0 0 1-1.5 0v-5.58a.75.75 0 0 0-.932-.727.755.755 0 0 1-.059.013l-4.465.744a.75.75 0 0 0-.544.72v6.33a.75.75 0 0 1-1.5 0v-6.33a2.25 2.25 0 0 1 1.763-2.194l4.473-.746Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.5a.75.75 0 0 0-.75.75v19.5a.75.75 0 0 0 .75.75h18a.75.75 0 0 0 .75-.75V5.133a.75.75 0 0 0-.225-.535l-.002-.002-3-2.883A.75.75 0 0 0 18 1.5H3ZM1.409.659A2.25 2.25 0 0 1 3 0h15a2.25 2.25 0 0 1 1.568.637l.003.002 3 2.883a2.25 2.25 0 0 1 .679 1.61V21.75A2.25 2.25 0 0 1 21 24H3a2.25 2.25 0 0 1-2.25-2.25V2.25c0-.597.237-1.169.659-1.591Z"/>

Before

Width:  |  Height:  |  Size: 1,002 B

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,4 +1,5 @@
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>audio-upload</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.25 12a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5Zm-6.75 5.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.25 13.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.78 13.72a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0Z"/>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.962 22.112c-.251-.002-.511-.048-.758-.137-1.531-.604-3.129-.906-4.771-.906-1.181 0-2.35.16-3.474.475-.187.048-.373.072-.595.078-.64-.001-1.231-.247-1.676-.692-.445-.447-.689-1.039-.688-1.668V4.929c.002-1.031.663-1.932 1.644-2.243 1.521-.525 3.121-.792 4.746-.792 1.837 0 3.634.339 5.342 1.008.047.017.11.029.186.035.026-.003.054-.004.082-.004.028 0 .055.002.082.005.079-.007.147-.021.208-.043 1.69-.663 3.482-1.001 5.316-1.001 1.628 0 3.232.268 4.768.798.967.307 1.624 1.206 1.626 2.235v14.336c0 .198-.025.396-.074.588-.156.609-.541 1.122-1.082 1.443-.365.216-.779.329-1.198.329-.197 0-.395-.025-.589-.074-1.136-.318-2.308-.478-3.491-.478-1.641 0-3.239.302-4.747.897-.256.093-.514.14-.777.145l-.041.002-.039-.003zM6.43 19.569c1.659 0 3.277.276 4.82.822V4.322l-.045-.016C9.657 3.7 8.04 3.395 6.389 3.395c-1.459 0-2.897.241-4.274.715-.371.117-.614.446-.615.82v14.332c0 .23.089.445.25.607.161.162.377.252.606.252.068 0 .149-.01.214-.027 1.242-.347 2.544-.525 3.86-.525zm6.32.822c1.534-.545 3.154-.822 4.816-.822 1.319 0 2.624.178 3.879.53.059.015.129.024.198.024.152 0 .302-.042.436-.121.197-.117.337-.303.393-.525.018-.07.027-.142.027-.213V4.929c-.001-.373-.241-.7-.597-.813-1.391-.479-2.834-.721-4.296-.721-1.647 0-3.259.304-4.789.904l-.067.023v16.069z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>book-open</title>
<path d="M11.962 22.112a2.307 2.307 0 0 1-.758-.137 12.916 12.916 0 0 0-4.771-.906c-1.181 0-2.35.16-3.474.475a2.351 2.351 0 0 1-2.271-.614A2.343 2.343 0 0 1 0 19.262V4.929a2.35 2.35 0 0 1 1.644-2.243 14.526 14.526 0 0 1 4.746-.792c1.837 0 3.634.339 5.342 1.008.047.017.11.029.186.035a.727.727 0 0 1 .164.001.822.822 0 0 0 .208-.043 14.51 14.51 0 0 1 5.316-1.001c1.628 0 3.232.268 4.768.798A2.339 2.339 0 0 1 24 4.927v14.336a2.345 2.345 0 0 1-1.156 2.031 2.353 2.353 0 0 1-1.787.255 12.935 12.935 0 0 0-3.491-.478c-1.641 0-3.239.302-4.747.897-.256.093-.514.14-.777.145l-.041.002-.039-.003zM6.43 19.569c1.659 0 3.277.276 4.82.822V4.322l-.045-.016a13.145 13.145 0 0 0-9.09-.196.862.862 0 0 0-.615.82v14.332a.855.855 0 0 0 1.07.832 14.363 14.363 0 0 1 3.86-.525zm6.32.822a14.344 14.344 0 0 1 4.816-.822c1.319 0 2.624.178 3.879.53a.858.858 0 0 0 1.054-.835V4.929a.853.853 0 0 0-.597-.813 13.155 13.155 0 0 0-9.085.183l-.067.023v16.069z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>angle-brackets</title><path class="a" d="M7.629,4.5l-6.44,6.439a1.5,1.5,0,0,0,0,2.121l6.44,6.44"/><path class="a" d="M16.371,4.5l6.44,6.439a1.5,1.5,0,0,1,0,2.121l-6.44,6.44"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>brackets</title>
<path d="m7.629 4.5-6.44 6.439a1.5 1.5 0 0 0 0 2.121l6.44 6.44m8.742-15 6.44 6.439a1.5 1.5 0 0 1 0 2.121l-6.44 6.44" style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/>
</svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 314 B

View file

@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>calendar</title><rect class="a" x="0.752" y="3.75" width="22.5" height="19.5" rx="1.5" ry="1.5"/><line class="a" x1="0.752" y1="9.75" x2="23.252" y2="9.75"/><line class="a" x1="6.752" y1="6" x2="6.752" y2="0.75"/><line class="a" x1="17.252" y1="6" x2="17.252" y2="0.75"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>calendar-stroke</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<rect class="a" x=".752" y="3.75" width="22.5" height="19.5" rx="1.5" ry="1.5"/>
<path class="a" d="M.752 9.75h22.5M6.752 6V.75M17.252 6V.75"/>
</svg>

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 394 B

View file

@ -1,4 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>calendar</title>
<rect x=".752" y="3.75" width="22.5" height="19.5" rx="1.5" ry="1.5"/>
<path d="M.752 9.75h22.5M6.752 6V.75M17.252 6V.75"/>
</svg>

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 221 B

View file

@ -1 +1,4 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline id="Path" class="a" points="1.6 14.5120847 8.66491448 21.5769992 22.3412274 2.5769992"></polyline></g></svg>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>check-2</title>
<path style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px" d="m1.6 14.512 7.065 7.065 13.676-19" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 299 B

View file

@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>check-circle</title><path class="a" d="M6.75,9l3.294,4.611a1.526,1.526,0,0,0,2.414.09L23.25.749"/><path class="a" d="M16.783,3.824A10.487,10.487,0,1,0,20.8,8.377"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>check-circle-stroke</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<path class="a" d="m6.75 9 3.294 4.611a1.526 1.526 0 0 0 2.414.09L23.25.749"/>
<path class="a" d="M16.783 3.824A10.487 10.487 0 1 0 20.8 8.377"/>
</svg>

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 400 B

View file

@ -1,5 +1,4 @@
<svg width="26px" height="26px" viewBox="-1 -1 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="check-circle" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path class="animated-check-circle" d="M19.6004116,2.71490714 C17.5353801,1.0196018 14.8927356,0 12,0 C5.38938053,0 0,5.38938053 0,12 C0,18.6106195 5.38938053,24 12,24 C18.6106195,24 24,18.6106195 24,12 C24,9.71681416 23.3628319,7.59292035 22.2743363,5.78761062 L11.0442478,17.0442478 L5.49557522,11.4955752" id="Shape" stroke="#000000" stroke-width="2"></path>
</g>
</svg>
<svg width="26" height="26" viewBox="-1 -1 26 26" xmlns="http://www.w3.org/2000/svg">
<title>check-circle</title>
<path class="animated-check-circle" d="M19.6 2.715A11.928 11.928 0 0 0 12 0C5.39 0 0 5.39 0 12s5.39 12 12 12 12-5.39 12-12c0-2.283-.637-4.407-1.726-6.212l-11.23 11.256-5.548-5.548" stroke="#000" stroke-width="2" fill="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 350 B

View file

@ -1 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>check-1</title><path class="a" d="M23.25.749,8.158,22.308a2.2,2.2,0,0,1-3.569.059L.75,17.249"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>check</title>
<path d="M23.25.749 8.158 22.308a2.2 2.2 0 0 1-3.569.059L.75 17.249" style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/>
</svg>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 263 B

View file

@ -1 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><title>navigation-menu-horizontal</title><circle class="a" cx="3.375" cy="12.023" r="2.625"/><circle class="a" cx="20.625" cy="12.023" r="2.625"/><circle class="a" cx="12" cy="12.023" r="2.625"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>circle-ellipsis</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<circle class="a" cx="3.375" cy="12.023" r="2.625"/>
<circle class="a" cx="20.625" cy="12.023" r="2.625"/>
<circle class="a" cx="12" cy="12.023" r="2.625"/>
</svg>

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 409 B

View file

@ -1 +1,5 @@
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 6v6h6" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>clock</title>
<path d="M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6v6h6" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 376 B

View file

@ -1 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>close</title><line class="a" x1="0.75" y1="23.249" x2="23.25" y2="0.749"/><line class="a" x1="23.25" y1="23.249" x2="0.75" y2="0.749"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>close-stroke</title>
<path d="m.75 23.249 22.5-22.5m0 22.5L.75.749" style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/>
</svg>

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 248 B

View file

@ -1 +1,4 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.707 12L23.854.854a.5.5 0 0 0-.707-.707L12 11.293.854.146a.5.5 0 0 0-.707.707L11.293 12 .146 23.146a.5.5 0 0 0 .708.708L12 12.707l11.146 11.146a.5.5 0 1 0 .708-.706L12.707 12z"/></svg>
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>close</title>
<path d="M12.707 12 23.854.854a.5.5 0 0 0-.707-.707L12 11.293.854.146a.5.5 0 0 0-.707.707L11.293 12 .146 23.146a.5.5 0 0 0 .708.708L12 12.707l11.146 11.146a.5.5 0 1 0 .708-.706L12.707 12z"/>
</svg>

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 295 B

View file

@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>compass-direction</title><path class="a" d="M9.58,14.42l1.853,3.336a.75.75,0,0,0,1.36-.108l3.132-8.612a.75.75,0,0,0-.961-.961L6.352,11.207a.75.75,0,0,0-.108,1.36Z"/><circle class="a" cx="12" cy="12" r="11.25"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>compass</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<path class="a" d="m9.58 14.42 1.853 3.336a.75.75 0 0 0 1.36-.108l3.132-8.612a.75.75 0 0 0-.961-.961l-8.612 3.132a.75.75 0 0 0-.108 1.36Z"/>
<circle class="a" cx="12" cy="12" r="11.25"/>
</svg>

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 429 B

View file

@ -1 +1,10 @@
<svg id="Regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>party-confetti</title><ellipse class="cls-1" cx="11.531" cy="12.469" rx="2.625" ry="5.25" transform="translate(-5.44 11.806) rotate(-45)"/><path class="cls-1" d="M7.4,9.7.888,21.121a1.5,1.5,0,0,0,1.991,1.991L14.3,16.605"/><path class="cls-1" d="M15.773,7.7a.375.375,0,0,1,0,.531"/><path class="cls-1" d="M15.243,7.7a.375.375,0,0,1,.53,0"/><path class="cls-1" d="M15.243,8.227a.377.377,0,0,1,0-.531"/><path class="cls-1" d="M15.773,8.227a.375.375,0,0,1-.53,0"/><path class="cls-1" d="M20.016,3.454a.374.374,0,0,1,0,.53"/><path class="cls-1" d="M19.486,3.454a.374.374,0,0,1,.53,0"/><path class="cls-1" d="M19.486,3.984a.374.374,0,0,1,0-.53"/><path class="cls-1" d="M20.016,3.984a.375.375,0,0,1-.53,0"/><path class="cls-1" d="M20.016,14.06a.375.375,0,0,1,0,.531"/><path class="cls-1" d="M19.486,14.06a.375.375,0,0,1,.53,0"/><path class="cls-1" d="M19.486,14.591a.375.375,0,0,1,0-.531"/><path class="cls-1" d="M20.016,14.591a.375.375,0,0,1-.53,0"/><path class="cls-1" d="M8.349,4.514a.377.377,0,0,1,0,.531"/><path class="cls-1" d="M7.819,4.514a.375.375,0,0,1,.53,0"/><path class="cls-1" d="M7.819,5.045a.375.375,0,0,1,0-.531"/><path class="cls-1" d="M8.349,5.045a.375.375,0,0,1-.53,0"/><path class="cls-1" d="M12.857.75a13.836,13.836,0,0,1-.531,5.62"/><line class="cls-1" x1="16.569" y1="2.128" x2="16.039" y2="4.779"/><path class="cls-1" d="M23.25,11.143a13.836,13.836,0,0,0-5.62.531"/><line class="cls-1" x1="21.872" y1="7.431" x2="19.221" y2="7.961"/></svg>
<svg id="Regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>confetti</title>
<defs>
<style>
.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<ellipse class="cls-1" cx="11.531" cy="12.469" rx="2.625" ry="5.25" transform="rotate(-45 11.531 12.47)"/>
<path class="cls-1" d="M7.4 9.7.888 21.121a1.5 1.5 0 0 0 1.991 1.991L14.3 16.605M15.773 7.7a.375.375 0 0 1 0 .531m-.53-.531a.375.375 0 0 1 .53 0m-.53.527a.377.377 0 0 1 0-.531m.53.531a.375.375 0 0 1-.53 0m4.773-4.773a.374.374 0 0 1 0 .53m-.53-.53a.374.374 0 0 1 .53 0m-.53.53a.374.374 0 0 1 0-.53m.53.53a.375.375 0 0 1-.53 0m.53 10.076a.375.375 0 0 1 0 .531m-.53-.531a.375.375 0 0 1 .53 0m-.53.531a.375.375 0 0 1 0-.531m.53.531a.375.375 0 0 1-.53 0M8.349 4.514a.377.377 0 0 1 0 .531m-.53-.531a.375.375 0 0 1 .53 0m-.53.531a.375.375 0 0 1 0-.531m.53.531a.375.375 0 0 1-.53 0M12.857.75a13.836 13.836 0 0 1-.531 5.62m4.243-4.242-.53 2.651m7.211 6.364a13.836 13.836 0 0 0-5.62.531m4.242-4.243-2.651.53"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>content-paper-edit</title><path d="M11.246 24c-.2 0-.389-.078-.53-.22-.178-.177-.255-.431-.205-.677l.75-3.75c.029-.146.1-.279.205-.384l7.631-7.63c.54-.541 1.26-.839 2.026-.839.764 0 1.483.297 2.022.835.545.546.846 1.27.847 2.037.001.767-.297 1.487-.839 2.027l-7.627 7.629c-.105.105-.238.177-.384.205l-3.749.75c-.049.012-.098.017-.147.017zm.956-1.706l2.424-.485 7.467-7.469c.533-.532.535-1.399.003-1.932l-.03-.03c-.241-.24-.579-.379-.941-.379-.366 0-.71.142-.968.401l-7.471 7.47-.484 2.424zM2.242 21c-1.241 0-2.25-1.009-2.25-2.25V2.25C-.008 1.009 1.001 0 2.242 0h15c1.241 0 2.25 1.009 2.25 2.25V9c0 .414-.336.75-.75.75s-.75-.336-.75-.75V2.25c0-.414-.336-.75-.75-.75h-15c-.414 0-.75.336-.75.75v16.5c0 .414.336.75.75.75h6c.414 0 .75.336.75.75s-.337.75-.75.75h-6z"/><path d="M8.242 6c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6c.414 0 .75.336.75.75s-.337.75-.75.75h-6zM5.242 10.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h9c.414 0 .75.336.75.75s-.336.75-.75.75h-9zM5.242 15c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h7.5c.414 0 .75.336.75.75s-.337.75-.75.75h-7.5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>content</title>
<path d="M11.246 24a.743.743 0 0 1-.53-.22.745.745 0 0 1-.205-.677l.75-3.75a.748.748 0 0 1 .205-.384l7.631-7.63a2.844 2.844 0 0 1 2.026-.839 2.873 2.873 0 0 1 2.03 4.899l-7.627 7.629a.74.74 0 0 1-.384.205l-3.749.75a.615.615 0 0 1-.147.017zm.956-1.706 2.424-.485 7.467-7.469a1.368 1.368 0 0 0 .003-1.932l-.03-.03a1.33 1.33 0 0 0-.941-.379c-.366 0-.71.142-.968.401l-7.471 7.47-.484 2.424zM2.242 21a2.252 2.252 0 0 1-2.25-2.25V2.25A2.252 2.252 0 0 1 2.242 0h15a2.252 2.252 0 0 1 2.25 2.25V9a.75.75 0 0 1-1.5 0V2.25a.75.75 0 0 0-.75-.75h-15a.75.75 0 0 0-.75.75v16.5c0 .414.336.75.75.75h6a.75.75 0 0 1 0 1.5h-6z"/>
<path d="M8.242 6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6zm-3 4.5a.75.75 0 0 1 0-1.5h9a.75.75 0 0 1 0 1.5h-9zm0 4.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5h-7.5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 876 B

View file

@ -1 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.333 1.75c-.42 0-.822.167-1.12.464-.296.297-.463.7-.463 1.12v5.833c0 .42.167.822.464 1.12.297.296.7.463 1.12.463h3.5c.413 0 .75.336.75.75s-.337.75-.75.75h-3.5c-.818 0-1.603-.325-2.18-.903-.58-.579-.904-1.363-.904-2.18V3.333c0-.817.325-1.602.903-2.18C1.731.575 2.516.25 3.333.25h3.5c.818 0 1.602.325 2.18.903.579.578.904 1.363.904 2.18V4.5c0 .414-.336.75-.75.75-.415 0-.75-.336-.75-.75V3.333c0-.42-.167-.822-.464-1.12-.297-.296-.7-.463-1.12-.463h-3.5z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.389 5.25c-.445 0-.806.36-.806.806v7.388c0 .445.361.806.806.806h5.055c.445 0 .806-.36.806-.806V6.056c0-.445-.36-.806-.806-.806H8.39zm-2.306.806c0-1.274 1.033-2.306 2.306-2.306h5.055c1.274 0 2.306 1.032 2.306 2.306v7.388c0 1.274-1.032 2.306-2.306 2.306H8.39c-1.273 0-2.306-1.032-2.306-2.306V6.056z" fill="#000"/></svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>copy</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.333 1.75A1.586 1.586 0 0 0 1.75 3.334v5.833a1.586 1.586 0 0 0 1.584 1.583h3.5a.75.75 0 0 1 0 1.5h-3.5A3.081 3.081 0 0 1 .25 9.167V3.333A3.085 3.085 0 0 1 3.333.25h3.5a3.083 3.083 0 0 1 3.084 3.083V4.5a.75.75 0 0 1-1.5 0V3.333A1.586 1.586 0 0 0 6.833 1.75h-3.5z" fill="#000"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.389 5.25a.806.806 0 0 0-.806.806v7.388c0 .445.361.806.806.806h5.055c.445 0 .806-.36.806-.806V6.056a.806.806 0 0 0-.806-.806H8.39zm-2.306.806A2.306 2.306 0 0 1 8.389 3.75h5.055a2.305 2.305 0 0 1 2.306 2.306v7.388a2.305 2.305 0 0 1-2.306 2.306H8.39a2.306 2.306 0 0 1-2.306-2.306V6.056z" fill="#000"/>
</svg>

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 807 B

View file

@ -1 +1,6 @@
<svg viewBox="0 0 17 17" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.594 3.156c-.31 0-.563.252-.563.563v9.562c0 .31.252.563.563.563h13.812c.31 0 .563-.252.563-.563V3.72c0-.31-.252-.563-.563-.563H1.594zM.03 3.72c0-.863.7-1.563 1.563-1.563h13.812c.863 0 1.563.7 1.563 1.563v9.562c0 .863-.7 1.563-1.563 1.563H1.594c-.863 0-1.563-.7-1.563-1.563V3.72z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.375 6.344c-1.19 0-2.156.965-2.156 2.156 0 1.19.965 2.156 2.156 2.156 1.19 0 2.156-.965 2.156-2.156 0-1.19-.965-2.156-2.156-2.156zM3.219 8.5c0-1.743 1.413-3.156 3.156-3.156S9.531 6.757 9.531 8.5s-1.413 3.156-3.156 3.156S3.219 10.243 3.219 8.5z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.68 5.492c.632-.201 1.313-.198 1.944.01.63.208 1.18.61 1.57 1.148.389.538.598 1.186.598 1.85 0 .664-.21 1.312-.599 1.85-.39.538-.938.94-1.57 1.148-.63.208-1.31.211-1.944.01-.633-.202-1.186-.598-1.581-1.132-.164-.222-.117-.535.105-.7.222-.163.535-.116.7.106.269.365.647.635 1.08.773.432.137.897.135 1.328-.007.43-.142.806-.416 1.072-.784.266-.368.41-.81.41-1.264 0-.454-.144-.896-.41-1.264s-.641-.642-1.072-.784c-.431-.142-.896-.144-1.329-.007-.432.138-.81.408-1.08.773-.164.222-.477.27-.7.105-.221-.164-.268-.477-.104-.7.395-.533.948-.93 1.581-1.13z" fill="currentColor"/></svg>
<svg viewBox="0 0 17 17" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<title>credit-card</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.594 3.156a.564.564 0 0 0-.563.563v9.562c0 .31.252.563.563.563h13.812c.31 0 .563-.252.563-.563V3.72a.564.564 0 0 0-.563-.563H1.594zM.03 3.72c0-.863.7-1.563 1.563-1.563h13.812c.863 0 1.563.7 1.563 1.563v9.562c0 .863-.7 1.563-1.563 1.563H1.594c-.863 0-1.563-.7-1.563-1.563V3.72z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.375 6.344a2.156 2.156 0 1 0 0 4.313 2.156 2.156 0 0 0 0-4.313zM3.219 8.5a3.156 3.156 0 1 1 6.312 0 3.156 3.156 0 0 1-6.312 0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.68 5.492a3.157 3.157 0 1 1-1.582 4.884.501.501 0 0 1 .805-.594 2.152 2.152 0 0 0 2.408.766 2.158 2.158 0 0 0 0-4.096 2.16 2.16 0 0 0-2.409.766.5.5 0 1 1-.804-.595c.395-.533.948-.93 1.581-1.13z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 882 B

View file

@ -1,12 +1,13 @@
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M80 160C102.401 160 129.478 158.836 144 144C158.121 129.574 160 101.782 160 80C160 57.8746 158.516 30.4824 144 16C129.528 1.56212 102.057 0 80 0C57.9327 0 30.4734 1.55064 16 16C1.49503 30.4809 0 57.8845 0 80C0 102.387 1.17997 129.48 16 144C30.4287 158.137 58.2042 160 80 160Z" fill="#15171A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.3011 24.4492C111.042 24.4492 136 49.2522 136 79.8023C136 110.352 111.042 135.155 80.3011 135.155C49.5599 135.155 24.6021 110.352 24.6021 79.8023C24.6021 49.2522 49.5599 24.4492 80.3011 24.4492ZM36.3406 68.1213C39.1249 45.1913 51.4207 33.7941 79.1492 30.6968C92.3695 29.2199 107.382 40.3893 111.621 45.5337C120.188 55.9292 131 68.3019 131 82.2364C131 101.022 115.856 111.57 99.7008 120.16C92.4199 124.031 84.5541 127.778 75.569 127.778C52.4768 127.778 33.0412 109.756 33.0412 86.8068C33.0412 80.7073 35.5782 74.3993 36.3406 68.1213Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M80 140.124C113.689 140.124 141 112.983 141 79.5031C141 46.023 113.689 18.882 80 18.882C46.3106 18.882 19 46.023 19 79.5031C19 112.983 46.3106 140.124 80 140.124ZM80 133.389C109.946 133.389 134.222 109.263 134.222 79.5031C134.222 49.743 109.946 25.6176 80 25.6176C50.0539 25.6176 25.7778 49.743 25.7778 79.5031C25.7778 109.263 50.0539 133.389 80 133.389Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="160" height="160" fill="white"/>
</clipPath>
</defs>
</svg>
<title>default-favicon</title>
<g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd">
<path d="M80 160c22.401 0 49.478-1.164 64-16 14.121-14.426 16-42.218 16-64 0-22.125-1.484-49.518-16-64C129.528 1.562 102.057 0 80 0 57.933 0 30.473 1.55 16 16 1.495 30.48 0 57.885 0 80c0 22.387 1.18 49.48 16 64 14.429 14.137 42.204 16 64 16Z" fill="#15171A"/>
<path d="M80.301 24.45C111.042 24.45 136 49.251 136 79.801s-24.958 55.353-55.699 55.353-55.699-24.803-55.699-55.353S49.56 24.45 80.302 24.45Zm-43.96 43.67c2.784-22.93 15.08-34.327 42.808-37.424 13.22-1.477 28.233 9.692 32.472 14.837C120.188 55.929 131 68.302 131 82.236c0 18.786-15.144 29.334-31.3 37.924-7.28 3.871-15.146 7.618-24.131 7.618-23.092 0-42.528-18.022-42.528-40.971 0-6.1 2.537-12.408 3.3-18.686Z" fill="#fff"/>
<path d="M80 140.124c33.689 0 61-27.141 61-60.62 0-33.481-27.311-60.622-61-60.622-33.69 0-61 27.141-61 60.621 0 33.48 27.31 60.621 61 60.621Zm0-6.735c29.946 0 54.222-24.126 54.222-53.886S109.946 25.618 80 25.618 25.778 49.743 25.778 79.503c0 29.76 24.276 53.886 54.222 53.886Z" fill="#fff"/>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h160v160H0z"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,59 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400px" height="279px" viewBox="0 0 400 279" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch -->
<title>Group 2</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M276.798026,195.343773 L276.798026,158.593032 C273.790112,150.420462 268.841287,146.334177 261.951554,146.334177 C255.06182,146.334177 250.564056,150.142714 248.458261,157.759786 L248.458261,198.352822 C245.918845,198.561109 243.862133,198.203318 242.288126,197.279448 C240.71412,196.355579 240.531697,189.499744 241.740859,176.711942 C239.583923,170.744314 236.270435,167.7605 231.800397,167.7605 C227.330358,167.7605 224.203506,170.118082 222.419841,174.833244 L222.419841,214.320402 L177.893176,229.859097 L129.337378,206.083587 L112.176862,209.787984 L91.2536675,209.787984 L60.444701,220.093385 L0.234858353,237.454391 L17.6285021,90.1725882 L71.4751293,7.42980575 L250.816628,0.807818752 L380.090496,43.4584972 L356.035234,234.468028 L298.174151,190.589933 L282.918286,193.207955 L276.798026,195.343773 Z" id="path-1"></path>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-2" transform="translate(1.000000, -9.000000)">
<g id="Group" transform="translate(25.000000, 0.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="Combined-Shape" fill-opacity="0" fill="#4386AF" fill-rule="nonzero" xlink:href="#path-1"></use>
<circle id="Oval" fill="#E5EFF5" fill-rule="nonzero" opacity="0.5" mask="url(#mask-2)" cx="180.5" cy="170.5" r="161.5"></circle>
<circle id="Oval-2" stroke="#E5EFF5" stroke-width="2" fill="#FFFFFF" fill-rule="nonzero" mask="url(#mask-2)" cx="114.5" cy="81.5" r="27.5"></circle>
</g>
<g id="Group-39" transform="translate(0.000000, 25.000000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M20.2276,221.9436 L81.078,221.9436" id="Stroke-3" stroke="#9BAEB8" opacity="0.800000012"></path>
<path d="M127.136,230.7768 L145.549,230.7768" id="Stroke-4" stroke="#9BAEB8"></path>
<path d="M88.9296,261.025 L95.9617,261.025" id="Stroke-5" stroke="#9BAEB8"></path>
<path d="M326.645,243.9985 L342.002,243.9985" id="Stroke-6" stroke="#9BAEB8"></path>
<path d="M101.976,261.025 L109.27,261.025" id="Stroke-7" stroke="#9BAEB8"></path>
<path d="M128.069,202.5046 L134.542,202.5046" id="Stroke-8" stroke="#C5D2D9"></path>
<path d="M145.615,202.5046 L164.793,202.5046" id="Stroke-9" stroke="#C5D2D9"></path>
<path d="M134.051,195.5452 L153.229,195.5452" id="Stroke-10" stroke="#C5D2D9"></path>
<path d="M329.042,221.9436 L382.335,221.9436" id="Stroke-11" stroke="#9BAEB8" opacity="0.800000012"></path>
<path d="M281.91,239.387 L311.401,239.387" id="Stroke-12" stroke="#9BAEB8"></path>
<path d="M201.472,204.6101 C201.472,204.6101 221.308,197.5886 240.999,191.1397" id="Stroke-19" stroke="#C5D2D9"></path>
<path d="M264.061,239.387 L275.735,239.387" id="Stroke-13" stroke="#9BAEB8"></path>
<path d="M321.548,221.9436 L315.053,221.9436" id="Stroke-14" stroke="#9BAEB8" opacity="0.800000012"></path>
<path d="M91.8132,221.9436 L111.936,221.9436" id="Stroke-15" stroke="#9BAEB8" opacity="0.800000012"></path>
<path d="M213.033,221.9436 L250.306,221.9436" id="Stroke-16" stroke="#9BAEB8" opacity="0.800000012"></path>
<path d="M22.0345,213.2635 C22.0345,213.2635 85.1422,196.2405 113.399,185.3969 C120.074,182.8353 131.455,184.7731 137.399,184.5817 C146.241,184.297 151.924,180.9184 153.459,180.9163 C156.293,180.9124 166.907,186.5593 178.327,193.1497 C194.321,202.3795 211.896,208.8831 211.896,208.8831" id="Stroke-18" stroke="#C5D2D9"></path>
<path d="M307.311,168.2938 C315.923,166.4755 321.666,164.8642 324.246,166.3373 C330.427,169.8668 384.403,213.2063 384.403,213.2063" id="Stroke-20" stroke="#C5D2D9"></path>
<path d="M273.276,239.1093 L273.276,193.4967 L253.641,193.4967 C251.939,193.4968 250.306,192.8206 249.103,191.617 C247.899,190.4135 247.223,188.7811 247.223,187.079 C247.223,178.4714 247.223,162.1198 247.223,152.161 C247.223,146.9 251.488,142.634 256.75,142.634 C256.793,142.634 256.837,142.634 256.88,142.634 C262.142,142.634 266.407,146.9 266.407,152.161 C266.407,158.012 266.407,165.186 266.407,169.4959 C266.407,170.5082 266.809,171.479 267.525,172.1947 C268.241,172.9105 269.211,173.3126 270.224,173.3126 L273.276,173.3126 L273.276,135.435 C273.276,127.562 279.668,121.17 287.541,121.17 C295.414,121.17 301.806,127.562 301.806,135.435 L301.806,191.5465 L304.564,191.5465 C305.576,191.5465 306.547,191.1444 307.262,190.4287 C307.978,189.7129 308.38,188.7421 308.38,187.7299 C308.38,187.0914 308.38,186.4094 308.38,185.7143 C308.38,181.486 311.808,178.0583 316.036,178.0583 C316.037,178.0583 316.037,178.0583 316.038,178.0583 C320.266,178.0583 323.694,181.486 323.694,185.7143 C323.694,190.3092 323.694,196.0875 323.694,200.4421 C323.694,203.9865 320.82,206.8599 317.276,206.8599 L301.806,206.8599 L301.806,239.1093" id="Stroke-21" stroke="#9BAEB8"></path>
<path d="M257.13,142.044 L257.13,135.959" id="Stroke-22" stroke="#9BAEB8"></path>
<path d="M251.353,144.207 L247.142,139.102" id="Stroke-23" stroke="#9BAEB8"></path>
<path d="M262.517,144.132 L265.823,140.827" id="Stroke-24" stroke="#9BAEB8"></path>
<path d="M279.072,123.986 L275.472,119.569" id="Stroke-25" stroke="#9BAEB8"></path>
<path d="M283.947,121.359 L281.724,114.127" id="Stroke-26" stroke="#9BAEB8"></path>
<path d="M275.335,128.022 L270.204,126.832" id="Stroke-27" stroke="#9BAEB8"></path>
<path d="M299.529,126.81 L304.724,123.305" id="Stroke-28" stroke="#9BAEB8"></path>
<path d="M295.548,122.96 L298.538,118.544" id="Stroke-29" stroke="#9BAEB8"></path>
<path d="M289.774,120.841 L290.521,115.434" id="Stroke-30" stroke="#9BAEB8"></path>
<path d="M310.434,180.3921 L306.35,176.3088" id="Stroke-31" stroke="#9BAEB8"></path>
<path d="M316.171,178.1503 L316.171,172.5099" id="Stroke-32" stroke="#9BAEB8"></path>
<path d="M321.451,179.7538 L325.081,176.1236" id="Stroke-33" stroke="#9BAEB8"></path>
<path d="M323.366,183.706 L328.384,182.8937" id="Stroke-34" stroke="#9BAEB8"></path>
<path d="M247.6,148.722 L242.331,146.272" id="Stroke-35" stroke="#9BAEB8"></path>
<path d="M92.7816,260.9718 C93.9917,260.1606 96.412,258.5382 98.4739,257.917 C100.562,257.288 103.797,256.7313 105.308,257.1981 C106.635,257.6081 107.237,259.6813 107.538,260.7179" id="Stroke-37" stroke="#9BAEB8"></path>
<path d="M322.104,243.4301 C323.169,241.8111 325.3,238.5733 326.814,237.6815 C328.075,236.9386 329.9,238.0644 331.186,238.0797 C332.307,238.093 333.695,237.0315 334.535,237.7733 C335.595,238.7085 336.895,242.0304 337.545,243.6913" id="Stroke-38" stroke="#9BAEB8"></path>
<path d="M0,213.3143 L267.074,213.3143" id="Stroke-1" stroke="#C5D2D9"></path>
<path d="M309.401,213.3143 L397.557,213.3143" id="Stroke-17" stroke="#C5D2D9"></path>
</g>
</g>
<svg width="400" height="279" viewBox="0 0 400 279" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>desert</title>
<defs>
<path d="M276.798 195.344v-36.751c-3.008-8.173-7.957-12.259-14.846-12.259-6.89 0-11.388 3.809-13.494 11.426v40.593c-2.54.208-4.596-.15-6.17-1.074-1.574-.923-1.756-7.78-.547-20.567-2.157-5.968-5.47-8.951-9.94-8.951s-7.597 2.357-9.381 7.072v39.487l-44.527 15.54-48.556-23.776-17.16 3.704H91.254l-30.81 10.305-60.21 17.361L17.63 90.173 71.475 7.43 250.817.808l129.273 42.65-24.055 191.01-57.86-43.878-15.257 2.618-6.12 2.136Z" id="a"/>
</defs>
<g fill="none" fill-rule="evenodd">
<g transform="translate(26 -9)">
<mask id="b" fill="#fff">
<use xlink:href="#a"/>
</mask>
<use fill-opacity="0" fill="#4386AF" fill-rule="nonzero" xlink:href="#a"/>
<circle fill="#E5EFF5" fill-rule="nonzero" opacity=".5" mask="url(#b)" cx="180.5" cy="170.5" r="161.5"/>
<circle stroke="#E5EFF5" stroke-width="2" fill="#FFF" fill-rule="nonzero" mask="url(#b)" cx="114.5" cy="81.5" r="27.5"/>
</g>
</svg>
<g stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M21.228 237.944h60.85" stroke="#9BAEB8" opacity=".8"/>
<path d="M128.136 246.777h18.413M89.93 277.025h7.032m230.683-17.026h15.357m-240.026 17.026h7.294" stroke="#9BAEB8"/>
<path d="M129.069 218.505h6.473m11.073 0h19.178m-30.742-6.96h19.178" stroke="#C5D2D9"/>
<path d="M330.042 237.944h53.293" stroke="#9BAEB8" opacity=".8"/>
<path d="M282.91 255.387h29.491" stroke="#9BAEB8"/>
<path d="M202.472 220.61s19.836-7.021 39.527-13.47" stroke="#C5D2D9"/>
<path d="M265.061 255.387h11.674" stroke="#9BAEB8"/>
<path d="M322.548 237.944h-6.495m-223.24 0h20.123m101.097 0h37.273" stroke="#9BAEB8" opacity=".8"/>
<path d="M23.035 229.263s63.107-17.023 91.364-27.866c6.675-2.562 18.056-.624 24-.815 8.842-.285 14.525-3.664 16.06-3.666 2.834-.004 13.448 5.643 24.868 12.234 15.994 9.23 33.569 15.733 33.569 15.733m95.415-40.589c8.612-1.819 14.355-3.43 16.935-1.957 6.181 3.53 60.157 46.87 60.157 46.87" stroke="#C5D2D9"/>
<path d="M274.276 255.11v-45.613h-19.635a6.416 6.416 0 0 1-6.418-6.418v-34.918a9.527 9.527 0 0 1 9.527-9.527h.13a9.527 9.527 0 0 1 9.527 9.527v17.335a3.816 3.816 0 0 0 3.817 3.817h3.052v-37.878c0-7.873 6.392-14.265 14.265-14.265s14.265 6.392 14.265 14.265v56.112h2.758a3.814 3.814 0 0 0 3.816-3.817v-2.016a7.656 7.656 0 0 1 7.656-7.656h.002a7.656 7.656 0 0 1 7.656 7.656v14.728a6.418 6.418 0 0 1-6.418 6.418h-15.47v32.25m-44.676-97.066v-6.085m-5.777 8.248-4.211-5.105m15.375 5.03 3.306-3.305m13.249-16.841-3.6-4.417m8.475 1.79-2.223-7.232m-6.389 13.895-5.131-1.19m29.325-.022 5.195-3.505m-9.176-.345 2.99-4.416m-8.764 2.297.747-5.407m19.913 64.958-4.084-4.083m9.821 1.841v-5.64m5.28 7.244 3.63-3.63m-1.715 7.582 5.018-.812M248.6 164.722l-5.269-2.45m-149.549 114.7c1.21-.811 3.63-2.434 5.692-3.055 2.088-.629 5.323-1.186 6.834-.719 1.327.41 1.929 2.483 2.23 3.52m214.566-17.288c1.065-1.619 3.196-4.857 4.71-5.749 1.261-.742 3.086.383 4.372.399 1.121.013 2.509-1.049 3.349-.307 1.06.935 2.36 4.257 3.01 5.918" stroke="#9BAEB8"/>
<path d="M1 229.314h267.074m42.327 0h88.156" stroke="#C5D2D9"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -1,4 +1,5 @@
<svg width="18" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>desktop</title>
<path d="M8.036 11.835a.5.5 0 01.463.534 5.524 5.524 0 01-1.1 2.932.5.5 0 11-.798-.602c.525-.697.838-1.53.9-2.401a.5.5 0 01.535-.463zM9.964 11.835a.5.5 0 01.535.463c.062.87.375 1.704.9 2.401a.5.5 0 01-.798.602 5.525 5.525 0 01-1.1-2.932.5.5 0 01.463-.534z"/>
<path d="M5.5 15a.5.5 0 01.5-.5h6a.5.5 0 010 1H6a.5.5 0 01-.5-.5zM.834 10.334a.5.5 0 01.5-.5h15.333a.5.5 0 110 1H1.334a.5.5 0 01-.5-.5z"/>
<path d="M2 1.5a.167.167 0 00-.166.167v10c0 .092.075.166.167.166h14a.167.167 0 00.166-.166v-10a.167.167 0 00-.166-.167H2zm-1.166.167C.834 1.022 1.356.5 2.001.5h14c.644 0 1.166.522 1.166 1.167v10c0 .644-.522 1.166-1.166 1.166H2a1.167 1.167 0 01-1.167-1.166v-10z"/>

Before

Width:  |  Height:  |  Size: 750 B

After

Width:  |  Height:  |  Size: 775 B

View file

@ -1 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>discount-bubble</title><path class="a" d="M22.125,12a3.491,3.491,0,0,0-2.356-3.338,3.6,3.6,0,0,0-.61-4.087,3.286,3.286,0,0,0-3.941-.632,3.341,3.341,0,0,0-6.436,0,3.288,3.288,0,0,0-3.942.632,3.6,3.6,0,0,0-.609,4.087,3.542,3.542,0,0,0,0,6.675,3.6,3.6,0,0,0,.609,4.087,3.288,3.288,0,0,0,3.942.633,3.341,3.341,0,0,0,6.436,0,3.286,3.286,0,0,0,3.941-.633,3.6,3.6,0,0,0,.61-4.087A3.49,3.49,0,0,0,22.125,12Z"/><line class="a" x1="8.625" y1="15.75" x2="16.125" y2="8.25"/><circle class="a" cx="9.375" cy="9" r="1.5"/><circle class="a" cx="15.375" cy="15" r="1.5"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>discount-bubble</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<path class="a" d="M22.125 12a3.491 3.491 0 0 0-2.356-3.338 3.6 3.6 0 0 0-.61-4.087 3.286 3.286 0 0 0-3.941-.632 3.341 3.341 0 0 0-6.436 0 3.288 3.288 0 0 0-3.942.632 3.6 3.6 0 0 0-.609 4.087 3.542 3.542 0 0 0 0 6.675 3.6 3.6 0 0 0 .609 4.087 3.288 3.288 0 0 0 3.942.633 3.341 3.341 0 0 0 6.436 0 3.286 3.286 0 0 0 3.941-.633 3.6 3.6 0 0 0 .61-4.087A3.49 3.49 0 0 0 22.125 12Zm-13.5 3.75 7.5-7.5"/>
<circle class="a" cx="9.375" cy="9" r="1.5"/>
<circle class="a" cx="15.375" cy="15" r="1.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 745 B

View file

@ -1 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>circle{fill:currentColor;}</style></defs><title>navigation-menu-horizontal</title><circle cx="3.25" cy="12" r="2.6"/><circle cx="12" cy="12" r="2.6"/><circle cx="20.75" cy="12" r="2.6"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>dotdotdot</title>
<defs>
<style>
circle{fill:currentColor}
</style>
</defs>
<circle cx="3.25" cy="12" r="2.6"/>
<circle cx="12" cy="12" r="2.6"/>
<circle cx="20.75" cy="12" r="2.6"/>
</svg>

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 283 B

View file

@ -1,3 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<title>download</title>
<path d="M20 5.5l-8 8-8-8m-3.5 13h23" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 245 B

View file

@ -1 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>edit view</title><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M8.25 17.25h-6c-1 0-1.5-.5-1.5-1.5V2.55c0-.414.146-.768.44-1.06.292-.294.646-.44 1.06-.44h13.5c1 0 1.5.5 1.5 1.5v5.7" stroke="#000" stroke-width="1.5"/><path d="M4.2 11.8c.001-1.2.601-1.8 1.8-1.8 1.2 0 1.8.6 1.8 1.8.001 1.2-.599 1.8-1.798 1.8-1.2 0-1.8-.6-1.801-1.8zM8.5 6c0 1.2.6 1.8 1.8 1.8 1.2 0 1.8-.6 1.8-1.8 0-1.2-.6-1.8-1.8-1.8-.496 0-.92.175-1.273.527C8.676 5.078 8.5 5.503 8.5 6zM21.631 13.87L14 21.5l-3.75.75.75-3.75 7.631-7.63c.997-.997 1.994-.997 2.991 0l.009.009c.997.997.997 1.994 0 2.991zM7.8 11.8h4.4M8.5 6H4.2M13.8 6h-1.2" stroke="#000" stroke-width="1.5"/></g></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>edit-view</title>
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke="#000" stroke-width="1.5">
<path d="M8.25 17.25h-6c-1 0-1.5-.5-1.5-1.5V2.55c0-.414.146-.768.44-1.06a1.44 1.44 0 0 1 1.06-.44h13.5c1 0 1.5.5 1.5 1.5v5.7"/>
<path d="M4.2 11.8c.001-1.2.601-1.8 1.8-1.8 1.2 0 1.8.6 1.8 1.8.001 1.2-.599 1.8-1.798 1.8-1.2 0-1.8-.6-1.801-1.8zM8.5 6c0 1.2.6 1.8 1.8 1.8 1.2 0 1.8-.6 1.8-1.8 0-1.2-.6-1.8-1.8-1.8-.496 0-.92.175-1.273.527A1.736 1.736 0 0 0 8.5 6zm13.131 7.87L14 21.5l-3.75.75.75-3.75 7.631-7.63c.997-.997 1.994-.997 2.991 0l.009.009c.997.997.997 1.994 0 2.991zM7.8 11.8h4.4M8.5 6H4.2m9.6 0h-1.2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 782 B

After

Width:  |  Height:  |  Size: 762 B

View file

@ -1 +1,6 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.126 14.3A7.032 7.032 0 1 1 15.032 8" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.001 11.124a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.126 8V9.17a1.953 1.953 0 0 0 3.906 0V8" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-at</title>
<path d="M11.126 14.3A7.032 7.032 0 1 1 15.032 8" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.001 11.124a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.126 8v1.17a1.953 1.953 0 0 0 3.906 0V8" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 562 B

View file

@ -1 +1,4 @@
<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 1.498h-13a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1ZM15.5 10.498h-13a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-body</title>
<path d="M15.5 1.498h-13a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1Zm0 9h-13a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 366 B

View file

@ -1 +1,4 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 15.002h12a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1ZM15 11.002H1" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-footer</title>
<path d="M2 15.002h12a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Zm13-4H1" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 300 B

View file

@ -1 +1,4 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 .998H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1ZM1 4.998h14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-header</title>
<path d="M14 .998H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1Zm-13 4h14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 301 B

View file

@ -1 +1,4 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M23.991 11.464l-.036-.146-.028-.068-.011-.027-.115-.114-.018-.021-.008-.005h-.001l-3.774-2.596v-7.987c0-.276-.224-.5-.5-.5h-15c-.276 0-.5.224-.5.5v7.987l-3.774 2.595-.003.002-.006.004-.015.016-.118.118-.011.027-.028.068-.036.146-.009.037v10.5c0 1.103.897 2 2 2h20c1.103 0 2-.897 2-2v-10.5l-.009-.036zm-1.383.03l-2.608 1.738v-3.531l2.608 1.793zm-18.608 1.738l-2.608-1.739 2.608-1.792v3.531zm18 9.768h-20c-.551 0-1-.449-1-1v-9.566l5.223 3.482c.085.057.181.084.276.084.162 0 .32-.078.417-.223.153-.23.091-.54-.139-.693l-1.777-1.185v-12.899h14v12.899l-1.777 1.185c-.23.153-.292.463-.139.693.096.145.255.223.416.223.095 0 .191-.027.277-.084l5.223-3.482v9.566c0 .551-.449 1-1 1zM15.812 16.109c-.088-.07-.198-.109-.312-.109h-7c-.114 0-.224.039-.312.109l-5 4c-.215.173-.25.487-.078.703.173.215.487.251.703.078l4.862-3.89h6.649l4.863 3.891c.093.073.203.109.313.109.147 0 .292-.065.391-.188.172-.216.137-.53-.078-.703l-5.001-4zM11.706 12.779c.087.064.191.096.294.096s.207-.032.294-.096c.482-.35 4.706-3.497 4.706-6.101 0-1.868-1.387-2.984-2.728-2.984-.772 0-1.674.379-2.272 1.368-.598-.988-1.5-1.368-2.272-1.368-1.341-.001-2.728 1.116-2.728 2.984 0 2.604 4.224 5.751 4.706 6.101zm-1.978-8.086c.844 0 1.511.681 1.786 1.822.108.45.864.45.973 0 .274-1.141.942-1.822 1.786-1.822.85 0 1.728.742 1.728 1.984 0 1.646-2.658 4.037-4 5.072-1.342-1.035-4-3.426-4-5.072-.001-1.241.877-1.984 1.727-1.984z"/></g></svg>
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<title>email-love-letter</title>
<path d="m23.991 11.464-.036-.146-.028-.068-.011-.027-.115-.114-.018-.021-.008-.005h-.001L20 8.487V.5a.5.5 0 0 0-.5-.5h-15a.5.5 0 0 0-.5.5v7.987L.226 11.082l-.003.002-.006.004-.015.016-.118.118-.011.027-.028.068-.036.146L0 11.5V22c0 1.103.897 2 2 2h20c1.103 0 2-.897 2-2V11.5l-.009-.036zm-1.383.03L20 13.232V9.701l2.608 1.793zM4 13.232l-2.608-1.739L4 9.701v3.531zM22 23H2c-.551 0-1-.449-1-1v-9.566l5.223 3.482a.5.5 0 0 0 .554-.832L5 13.899V1h14v12.899l-1.777 1.185a.5.5 0 1 0 .554.832L23 12.434V22c0 .551-.449 1-1 1zm-6.188-6.891A.502.502 0 0 0 15.5 16h-7a.502.502 0 0 0-.312.109l-5 4a.501.501 0 0 0 .625.781L8.675 17h6.649l4.863 3.891a.505.505 0 0 0 .704-.079.501.501 0 0 0-.078-.703l-5.001-4zm-4.106-3.33a.497.497 0 0 0 .588 0C12.776 12.429 17 9.282 17 6.678c0-1.868-1.387-2.984-2.728-2.984-.772 0-1.674.379-2.272 1.368-.598-.988-1.5-1.368-2.272-1.368C8.387 3.693 7 4.81 7 6.678c0 2.604 4.224 5.751 4.706 6.101zM9.728 4.693c.844 0 1.511.681 1.786 1.822.108.45.864.45.973 0 .274-1.141.942-1.822 1.786-1.822.85 0 1.728.742 1.728 1.984 0 1.646-2.658 4.037-4 5.072-1.342-1.035-4-3.426-4-5.072C8 5.436 8.878 4.693 9.728 4.693z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1 +1,4 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.667 13.939a2.66 2.66 0 0 0-1.956-2.571c-1.263-.345-2.987-.701-4.711-.701-1.724 0-3.448.356-4.71.701a2.66 2.66 0 0 0-1.957 2.57v1.395h13.334V13.94ZM8 8A3.667 3.667 0 1 0 8 .667 3.667 3.667 0 0 0 8 8Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-member</title>
<path d="M14.667 13.939a2.66 2.66 0 0 0-1.956-2.571c-1.263-.345-2.987-.701-4.711-.701-1.724 0-3.448.356-4.71.701a2.66 2.66 0 0 0-1.957 2.57v1.395h13.334V13.94ZM8 8A3.667 3.667 0 1 0 8 .667 3.667 3.667 0 0 0 8 8Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 417 B

View file

@ -1 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 2h5.333M10 6h5.333M.667 10h14.666M.667 14h14.666" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.69 7.333v-.718l.756-.082-.332-.958H2.831l-.322.957.727.083v.718H.666v-.718l.406-.101c.11-.027.193-.065.23-.175L3.319.667h1.63l2.007 5.69c.037.111.11.129.22.157l.424.101v.718H4.69ZM4.02 2.075h-.056L3.116 4.58h1.722l-.82-2.505Z" fill="currentColor"/></svg>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-name</title>
<path d="M10 2h5.333M10 6h5.333M.667 10h14.666M.667 14h14.666" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.69 7.333v-.718l.756-.082-.332-.958H2.831l-.322.957.727.083v.718H.666v-.718l.406-.101c.11-.027.193-.065.23-.175L3.319.667h1.63l2.007 5.69c.037.111.11.129.22.157l.424.101v.718H4.69Zm-.67-5.258h-.056L3.116 4.58h1.722l-.82-2.505Z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 528 B

View file

@ -1,4 +1,5 @@
<svg fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>email-stroke</title>
<path d="M21 4.75H3a1.5 1.5 0 00-1.5 1.5v12a1.5 1.5 0 001.5 1.5h18a1.5 1.5 0 001.5-1.5v-12a1.5 1.5 0 00-1.5-1.5z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22.16 5.3l-8.143 6.264a3.308 3.308 0 01-4.034 0L1.839 5.3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 477 B

View file

@ -1,4 +1,5 @@
<svg width="18" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>email-unread</title>
<path d="M2.667 3.136a.833.833 0 00-.833.833v8c0 .46.373.833.833.833h12.667c.46 0 .833-.373.833-.833v-8a.833.833 0 00-.833-.833H2.667zm-1.833.833c0-1.012.82-1.833 1.833-1.833h12.667c1.012 0 1.833.82 1.833 1.833v8c0 1.013-.82 1.833-1.833 1.833H2.667A1.833 1.833 0 01.834 11.97v-8z"/>
<path d="M1.34 2.708a.5.5 0 01.703-.071l6.958 5.687 6.957-5.687a.5.5 0 11.633.774L9.317 9.356a.5.5 0 01-.633 0L1.41 3.411a.5.5 0 01-.07-.703z"/>
</svg>

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 544 B

View file

@ -1 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.25 20.25C1.009 20.25 0 19.241 0 18V6c0-.537.195-1.059.548-1.468.013-.016.031-.037.051-.056.426-.461 1.027-.726 1.651-.726h19.5c.625 0 1.226.265 1.652.727.018.018.035.037.051.057.351.404.547.927.547 1.466v12c0 1.241-1.009 2.25-2.25 2.25H2.25zM1.5 18c0 .414.336.75.75.75h19.5c.414 0 .75-.336.75-.75V6.187l-5.616 3.873 3.125 2.889c.304.281.322.756.042 1.06-.142.153-.343.241-.551.241-.189 0-.37-.071-.509-.199l-3.373-3.118-1.825 1.259c-.526.364-1.146.556-1.793.556-.646 0-1.266-.192-1.793-.556l-1.825-1.258-3.373 3.118c-.139.127-.32.198-.509.198-.208 0-.409-.088-.551-.24-.281-.304-.262-.78.041-1.06l3.125-2.889L1.5 6.187V18zm9.559-7.043c.276.191.601.291.941.291.34 0 .665-.101.941-.291l8.276-5.707H2.783l8.276 5.707z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>email</title>
<path d="M2.25 20.25A2.252 2.252 0 0 1 0 18V6a2.25 2.25 0 0 1 .599-1.524A2.255 2.255 0 0 1 2.25 3.75h19.5a2.253 2.253 0 0 1 1.703.784c.351.404.547.927.547 1.466v12a2.252 2.252 0 0 1-2.25 2.25H2.25zM1.5 18c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V6.187l-5.616 3.873 3.125 2.889a.751.751 0 0 1-.509 1.301.75.75 0 0 1-.509-.199l-3.373-3.118-1.825 1.259a3.135 3.135 0 0 1-1.793.556 3.14 3.14 0 0 1-1.793-.556l-1.825-1.258-3.373 3.118a.754.754 0 0 1-1.06-.042.751.751 0 0 1 .041-1.06l3.125-2.889L1.5 6.187V18zm9.559-7.043c.276.191.601.291.941.291.34 0 .665-.101.941-.291l8.276-5.707H2.783l8.276 5.707z"/>
</svg>

Before

Width:  |  Height:  |  Size: 795 B

After

Width:  |  Height:  |  Size: 697 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.4385 6.54891V3.12891" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.522 6.97317C12.9456 6.69787 12.2234 6.54883 11.4386 6.54883C9.54615 6.54883 8.01855 6.54883 8.01855 8.82883C8.01855 9.85642 8.63606 10.5753 9.5 11.1709M13.522 13.4296C14.3093 14.0051 14.8586 14.6997 14.8586 15.6688C14.8586 17.9488 13.331 17.9488 11.4386 17.9488C10.7181 17.9488 10.0505 17.8662 9.5 17.6695" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.4385 17.9492V21.3692" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.9385 7.55566L7.50156 16.7596" stroke="#F50B23" stroke-width="1.7" stroke-linecap="round"/>
<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: 864 B

After

Width:  |  Height:  |  Size: 601 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.4385 6.54891V3.12891" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.522 6.97317C12.9456 6.69787 12.2234 6.54883 11.4386 6.54883C9.54615 6.54883 8.01855 6.54883 8.01855 8.82883C8.01855 9.85642 8.63606 10.5753 9.5 11.1709M13.522 13.4296C14.3093 14.0051 14.8586 14.6997 14.8586 15.6688C14.8586 17.9488 13.331 17.9488 11.4386 17.9488C10.7181 17.9488 10.0505 17.8662 9.5 17.6695" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.4385 17.9492V21.3692" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.9385 7.55566L7.50156 16.7596" stroke="#F50B23" stroke-width="1.7" stroke-linecap="round"/>
</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: 864 B

After

Width:  |  Height:  |  Size: 579 B

View file

@ -1,3 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9963 5C7.85832 5 4.5 7.80374 4.5 11.2653C4.5208 12.1411 4.7345 13.0001 5.12452 13.7757C5.51453 14.5512 6.07037 15.2224 6.74888 15.7372C6.82427 16.0165 6.84507 16.3088 6.81002 16.5967C6.77498 16.8845 6.68482 17.1621 6.54491 17.4127C6.405 17.6634 6.21821 17.8821 5.99567 18.0558C5.77314 18.2294 5.51941 18.3545 5.24963 18.4235C5.24963 18.4235 5.00975 18.7446 5.60195 18.862C7.99325 19.3163 9.93478 17.2957 9.93478 17.2957V17.2566C10.6135 17.4182 11.3076 17.4997 12.0037 17.4993C16.1417 17.4993 19.5 14.6956 19.5 11.234C19.5 7.77241 16.1342 5 11.9963 5Z" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 753 B

After

Width:  |  Height:  |  Size: 571 B

View file

@ -1,3 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9963 5C7.85832 5 4.5 7.80374 4.5 11.2653C4.5208 12.1411 4.7345 13.0001 5.12452 13.7757C5.51453 14.5512 6.07037 15.2224 6.74888 15.7372C6.82427 16.0165 6.84507 16.3088 6.81002 16.5967C6.77498 16.8845 6.68482 17.1621 6.54491 17.4127C6.405 17.6634 6.21821 17.8821 5.99567 18.0558C5.77314 18.2294 5.51941 18.3545 5.24963 18.4235C5.24963 18.4235 5.00975 18.7446 5.60195 18.862C7.99325 19.3163 9.93478 17.2957 9.93478 17.2957V17.2566C10.6135 17.4182 11.3076 17.4997 12.0037 17.4993C16.1417 17.4993 19.5 14.6956 19.5 11.234C19.5 7.77241 16.1342 5 11.9963 5Z" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 753 B

After

Width:  |  Height:  |  Size: 550 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.2401 18.5546L10.8426 16.1681L8.26916 17.4988L8.36814 13.6826L5.35477 10.6693C5.21299 10.5276 5.10861 10.353 5.05102 10.161C4.99343 9.96906 4.98444 9.76579 5.02484 9.5695C5.06399 9.35366 5.16006 9.1522 5.30314 8.98592C5.44621 8.81965 5.63109 8.6946 5.83867 8.6237L17.6392 4.68653C17.8603 4.60436 18.1003 4.5874 18.3308 4.63768C18.5613 4.68796 18.7724 4.80335 18.9392 4.97014C19.106 5.13694 19.2214 5.34811 19.2717 5.57857C19.322 5.80904 19.305 6.04909 19.2229 6.27019L17.1077 12.6099" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.871 4.92871L8.36816 13.6829" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.3477 14.0586L20.243 18.9539" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.3477 18.9531L20.243 14.0578" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 1 KiB

After

Width:  |  Height:  |  Size: 600 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.2401 18.5546L10.8426 16.1681L8.26916 17.4988L8.36814 13.6826L5.35477 10.6693C5.21299 10.5276 5.10861 10.353 5.05102 10.161C4.99343 9.96906 4.98444 9.76579 5.02484 9.5695C5.06399 9.35366 5.16006 9.1522 5.30314 8.98592C5.44621 8.81965 5.63109 8.6946 5.83867 8.6237L17.6392 4.68653C17.8603 4.60436 18.1003 4.5874 18.3308 4.63768C18.5613 4.68796 18.7724 4.80335 18.9392 4.97014C19.106 5.13694 19.2214 5.34811 19.2717 5.57857C19.322 5.80904 19.305 6.04909 19.2229 6.27019L17.1077 12.6099" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.871 4.92871L8.36816 13.6829" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.3477 14.0586L20.243 18.9539" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.3477 18.9531L20.243 14.0578" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 1 KiB

After

Width:  |  Height:  |  Size: 579 B

View file

@ -1,5 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.00055 12H14.3105" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.2336 8.92383L14.3105 12.0008L11.2336 15.0777" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.99805 16.3077C5.88288 17.7657 7.1928 18.8823 8.73134 19.4902C10.2699 20.098 11.9541 20.1642 13.5314 19.6789C15.1087 19.1935 16.494 18.1828 17.4797 16.7984C18.4653 15.4139 18.998 13.7303 18.998 12C18.998 10.2697 18.4653 8.58611 17.4797 7.20164C16.494 5.81716 15.1087 4.80647 13.5314 4.32115C11.9541 3.83582 10.2699 3.90203 8.73134 4.50984C7.1928 5.11765 5.88288 6.2343 4.99805 7.69231" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
</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: 856 B

After

Width:  |  Height:  |  Size: 639 B

View file

@ -1,5 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.00055 12H14.3105" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.2336 8.92383L14.3105 12.0008L11.2336 15.0777" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.99805 16.3077C5.88288 17.7657 7.1928 18.8823 8.73134 19.4902C10.2699 20.098 11.9541 20.1642 13.5314 19.6789C15.1087 19.1935 16.494 18.1828 17.4797 16.7984C18.4653 15.4139 18.998 13.7303 18.998 12C18.998 10.2697 18.4653 8.58611 17.4797 7.20164C16.494 5.81716 15.1087 4.80647 13.5314 4.32115C11.9541 3.83582 10.2699 3.90203 8.73134 4.50984C7.1928 5.11765 5.88288 6.2343 4.99805 7.69231" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
</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: 856 B

After

Width:  |  Height:  |  Size: 618 B

View file

@ -1,7 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 6.12888V3.12891" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 14.1288C6 15.6288 7.33999 16.1288 8.99997 16.1288C10.66 16.1288 11.9999 16.1288 11.9999 14.1288C11.9999 11.1289 6 11.1289 6 8.12889C6 6.12891 7.33999 6.12891 8.99997 6.12891C10.66 6.12891 11.9999 6.8889 11.9999 8.12889" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 16.1289V19.1289" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.3379 15.2061V22.1291" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.877 18.668H19.8" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 895 B

After

Width:  |  Height:  |  Size: 483 B

View file

@ -1,7 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 6.12888V3.12891" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 14.1288C6 15.6288 7.33999 16.1288 8.99997 16.1288C10.66 16.1288 11.9999 16.1288 11.9999 14.1288C11.9999 11.1289 6 11.1289 6 8.12889C6 6.12891 7.33999 6.12891 8.99997 6.12891C10.66 6.12891 11.9999 6.8889 11.9999 8.12889" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 16.1289V19.1289" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.3379 15.2061V22.1291" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.877 18.668H19.8" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 895 B

After

Width:  |  Height:  |  Size: 462 B

View file

@ -1,6 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.2704 12.6611C20.4826 12.426 20.6 12.1206 20.6 11.8039C20.6 11.4873 20.4826 11.1819 20.2704 10.9468C18.9271 9.50111 15.8694 6.68652 12.3 6.68652C8.7306 6.68652 5.67294 9.50111 4.32961 10.9468C4.11744 11.1819 4 11.4873 4 11.8039C4 12.1206 4.11744 12.426 4.32961 12.6611C5.67294 14.1068 8.7306 16.9214 12.3 16.9214C12.5357 16.9214 12.3691 16.9091 12.6 16.8858" stroke="#6C747D" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.3009 14.3635C13.714 14.3635 14.8596 13.2179 14.8596 11.8048C14.8596 10.3917 13.714 9.24609 12.3009 9.24609C10.8878 9.24609 9.74219 10.3917 9.74219 11.8048C9.74219 13.2179 10.8878 14.3635 12.3009 14.3635Z" stroke="#6C747D" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.4609 13.6865V20.6096" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 17.1484H21.9231" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 730 B

View file

@ -1,6 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.2704 12.6611C20.4826 12.426 20.6 12.1206 20.6 11.8039C20.6 11.4873 20.4826 11.1819 20.2704 10.9468C18.9271 9.50111 15.8694 6.68652 12.3 6.68652C8.7306 6.68652 5.67294 9.50111 4.32961 10.9468C4.11744 11.1819 4 11.4873 4 11.8039C4 12.1206 4.11744 12.426 4.32961 12.6611C5.67294 14.1068 8.7306 16.9214 12.3 16.9214C12.5357 16.9214 12.3691 16.9091 12.6 16.8858" stroke="#95A1AD" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.3009 14.3635C13.714 14.3635 14.8596 13.2179 14.8596 11.8048C14.8596 10.3917 13.714 9.24609 12.3009 9.24609C10.8878 9.24609 9.74219 10.3917 9.74219 11.8048C9.74219 13.2179 10.8878 14.3635 12.3009 14.3635Z" stroke="#95A1AD" stroke-width="1.55" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.4609 13.6865V20.6096" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 17.1484H21.9231" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 709 B

View file

@ -1,5 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.2401 18.5546L10.8426 16.1681L8.26916 17.4988L8.36814 13.6826L5.35477 10.6693C5.21299 10.5276 5.10861 10.353 5.05102 10.161C4.99343 9.96906 4.98444 9.76579 5.02484 9.5695C5.06399 9.35366 5.16006 9.1522 5.30314 8.98592C5.44621 8.81965 5.63109 8.6946 5.83867 8.6237L17.6392 4.68653C17.8603 4.60436 18.1003 4.5874 18.3308 4.63768C18.5613 4.68796 18.7724 4.80335 18.9392 4.97014C19.106 5.13694 19.2214 5.34811 19.2717 5.57857C19.322 5.80904 19.305 6.04909 19.2229 6.27019L17.1077 12.6099" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.871 4.92871L8.36816 13.6829" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 16.1094L16.8232 17.9326C16.9209 18.0302 17.0791 18.0302 17.1768 17.9326L21.5 13.6094" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
</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: 973 B

After

Width:  |  Height:  |  Size: 573 B

View file

@ -1,5 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.2401 18.5546L10.8426 16.1681L8.26916 17.4988L8.36814 13.6826L5.35477 10.6693C5.21299 10.5276 5.10861 10.353 5.05102 10.161C4.99343 9.96906 4.98444 9.76579 5.02484 9.5695C5.06399 9.35366 5.16006 9.1522 5.30314 8.98592C5.44621 8.81965 5.63109 8.6946 5.83867 8.6237L17.6392 4.68653C17.8603 4.60436 18.1003 4.5874 18.3308 4.63768C18.5613 4.68796 18.7724 4.80335 18.9392 4.97014C19.106 5.13694 19.2214 5.34811 19.2717 5.57857C19.322 5.80904 19.305 6.04909 19.2229 6.27019L17.1077 12.6099" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.871 4.92871L8.36816 13.6829" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 16.1094L16.8232 17.9326C16.9209 18.0302 17.0791 18.0302 17.1768 17.9326L21.5 13.6094" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
</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: 973 B

After

Width:  |  Height:  |  Size: 552 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.2457 12.1438C13.5884 12.1438 15.4875 10.2446 15.4875 7.90196C15.4875 5.55928 13.5884 3.66016 11.2457 3.66016C8.90303 3.66016 7.00391 5.55928 7.00391 7.90196C7.00391 10.2446 8.90303 12.1438 11.2457 12.1438Z" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 18.7612C4.75715 17.5184 5.82127 16.4913 7.09008 15.7785C8.35889 15.0658 9.78971 14.6914 11.245 14.6914C12.3654 14.6914 13.4713 14.9133 14.5 15.3407" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.5391 16.0771V23.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.0771 19.5391H21.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 902 B

After

Width:  |  Height:  |  Size: 489 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.2457 12.1438C13.5884 12.1438 15.4875 10.2446 15.4875 7.90196C15.4875 5.55928 13.5884 3.66016 11.2457 3.66016C8.90303 3.66016 7.00391 5.55928 7.00391 7.90196C7.00391 10.2446 8.90303 12.1438 11.2457 12.1438Z" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 18.7612C4.75715 17.5184 5.82127 16.4913 7.09008 15.7785C8.35889 15.0658 9.78971 14.6914 11.245 14.6914C12.3654 14.6914 13.4713 14.9133 14.5 15.3407" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.5391 16.0771V23.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.0771 19.5391H21.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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: 902 B

After

Width:  |  Height:  |  Size: 468 B

View file

@ -1,6 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 6.12888V3.12891" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 14.1288C6 15.6288 7.33999 16.1288 8.99997 16.1288C10.66 16.1288 11.9999 16.1288 11.9999 14.1288C11.9999 11.1289 6 11.1289 6 8.12889C6 6.12891 7.33999 6.12891 8.99997 6.12891C10.66 6.12891 11.9999 6.8889 11.9999 8.12889" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 16.1289V19.1289" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 18.1104L15.8232 19.9336C15.9209 20.0312 16.0791 20.0312 16.1768 19.9336L20.5 15.6104" stroke="#30CF43" stroke-width="1.44" stroke-linecap="round"/>
</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: 821 B

After

Width:  |  Height:  |  Size: 480 B

View file

@ -1,8 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5391 13.7637V20.6867" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.0771 17.2246H20.0002" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.1923 16.0711H6.15385C5.84783 16.0711 5.55434 15.9496 5.33795 15.7332C5.12157 15.5168 5 15.2233 5 14.9173V6.84037C5 6.53435 5.12157 6.24087 5.33795 6.02448C5.55434 5.80809 5.84783 5.68652 6.15385 5.68652H17.6923C17.9983 5.68652 18.2918 5.80809 18.5082 6.02448C18.7246 6.24087 18.8462 6.53435 18.8462 6.84037V12.0327" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 7.14062L11.9231 12.0329L18.8462 7.14062" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.5391 13.7637V20.6867" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.0771 17.2246H20.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 685 B

View file

@ -1,8 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5391 13.7637V20.6867" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.0771 17.2246H20.0002" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.1923 16.0711H6.15385C5.84783 16.0711 5.55434 15.9496 5.33795 15.7332C5.12157 15.5168 5 15.2233 5 14.9173V6.84037C5 6.53435 5.12157 6.24087 5.33795 6.02448C5.55434 5.80809 5.84783 5.68652 6.15385 5.68652H17.6923C17.9983 5.68652 18.2918 5.80809 18.5082 6.02448C18.7246 6.24087 18.8462 6.53435 18.8462 6.84037V12.0327" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 7.14062L11.9231 12.0329L18.8462 7.14062" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.5391 13.7637V20.6867" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.0771 17.2246H20.0002" stroke="#30CF43" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 664 B

View file

@ -1,5 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 7.12888V4.12891" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 15.1288C9 16.6288 10.34 17.1288 12 17.1288C13.66 17.1288 14.9999 17.1288 14.9999 15.1288C14.9999 12.1289 9 12.1289 9 9.12889C9 7.12891 10.34 7.12891 12 7.12891C13.66 7.12891 14.9999 7.8889 14.9999 9.12889" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 17.1289V20.1289" stroke="#6C747D" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
</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: 648 B

After

Width:  |  Height:  |  Size: 347 B

View file

@ -1,5 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 7.12888V4.12891" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 15.1288C9 16.6288 10.34 17.1288 12 17.1288C13.66 17.1288 14.9999 17.1288 14.9999 15.1288C14.9999 12.1289 9 12.1289 9 9.12889C9 7.12891 10.34 7.12891 12 7.12891C13.66 7.12891 14.9999 7.8889 14.9999 9.12889" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 17.1289V20.1289" stroke="#95A1AD" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
</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: 648 B

After

Width:  |  Height:  |  Size: 326 B

View file

@ -1,5 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5 15.0762H20.42" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.7 17.0711H6.15385C5.84783 17.0711 5.55434 16.9496 5.33795 16.7332C5.12157 16.5168 5 16.2233 5 15.9173V7.84037C5 7.53435 5.12157 7.24087 5.33795 7.02448C5.55434 6.80809 5.84783 6.68652 6.15385 6.68652H17.6923C17.9983 6.68652 18.2918 6.80809 18.5082 7.02448C18.7246 7.24087 18.8462 7.53435 18.8462 7.84037V12.0327" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 8.14062L11.9231 13.0329L18.8462 8.14062" stroke="#6C747D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 635 B

View file

@ -1,5 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5 15.0762H20.42" stroke="#F50B23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.7 17.0711H6.15385C5.84783 17.0711 5.55434 16.9496 5.33795 16.7332C5.12157 16.5168 5 16.2233 5 15.9173V7.84037C5 7.53435 5.12157 7.24087 5.33795 7.02448C5.55434 6.80809 5.84783 6.68652 6.15385 6.68652H17.6923C17.9983 6.68652 18.2918 6.80809 18.5082 7.02448C18.7246 7.24087 18.8462 7.53435 18.8462 7.84037V12.0327" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 8.14062L11.9231 13.0329L18.8462 8.14062" stroke="#95A1AD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</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"/>
</svg>

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 614 B

View file

@ -1,4 +1,5 @@
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.707 1.293a1 1 0 010 1.414l-11 11a1 1 0 01-1.414-1.414l11-11a1 1 0 011.414 0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 2a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 11-2 0V3h-7a1 1 0 01-1-1zM1 2a1 1 0 011-1h7a1 1 0 010 2H3v18h18v-6a1 1 0 112 0v7a1 1 0 01-1 1H2a1 1 0 01-1-1V2z"/>
<title>external</title>
<path clip-rule="evenodd" d="M22.707 1.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414-1.414l11-11a1 1 0 0 1 1.414 0z"/>
<path clip-rule="evenodd" d="M13 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0V3h-7a1 1 0 0 1-1-1zM1 2a1 1 0 0 1 1-1h7a1 1 0 0 1 0 2H3v18h18v-6a1 1 0 1 1 2 0v7a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2z"/>
</svg>

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 428 B

View file

@ -1,4 +1,5 @@
<svg width="26" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>eye</title>
<path d="M13 5.001c-4.03-.078-8.2 3.157-10.82 6.47-.276.35-.428.805-.428 1.277 0 .472.152.928.427 1.278C4.743 17.27 8.9 20.578 13 20.5c4.1.079 8.258-3.23 10.824-6.473.275-.35.428-.806.428-1.278s-.153-.927-.428-1.278C21.2 8.158 17.031 4.923 13 5.001Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.75 12.751a3.75 3.75 0 1 1-7.5-.002 3.75 3.75 0 0 1 7.5.002Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 592 B

View file

@ -1,5 +1,6 @@
<svg width="30" height="30" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>facebook-heart</title>
<path d="M15 27c6.627 0 12-5.373 12-12S21.627 3 15 3 3 8.373 3 15s5.373 12 12 12z" fill="#FF4F67"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15zm-3 0c0 6.627-5.373 12-12 12S3 21.627 3 15 8.373 3 15 3s12 5.373 12 12z" fill="#fff"/>
<path d="M14.5 11.441C15.434 9.811 16.375 9 18.25 9 20.317 9 22 11.49 22 13.28c0 3.252-4.484 6.777-7.5 8.72-2.713-1.678-7.5-5.468-7.5-8.72C7 11.49 8.684 9 10.75 9c1.875 0 2.809.811 3.75 2.441z" fill="#FEFEFE"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 664 B

View file

@ -1,5 +1,6 @@
<svg width="30" height="30" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>facebook-like</title>
<path d="M15 27c6.627 0 12-5.373 12-12S21.627 3 15 3 3 8.373 3 15s5.373 12 12 12z" fill="#5E92FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15zm-3 0c0 6.627-5.373 12-12 12S3 21.627 3 15 8.373 3 15 3s12 5.373 12 12z" fill="#fff"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.246 14.078h2.13c.17 0 .304.135.304.305v6.13c0 .17-.134.304-.304.304h-2.13a.31.31 0 01-.313-.305v-6.13a.31.31 0 01.313-.304zm3.687 5.88h6.506a.869.869 0 00.867-.868.887.887 0 00-.554-.806h.16c.457 0 .833-.501.833-.957a.838.838 0 00-.832-.842h-.161v-.071h.465a.844.844 0 00.841-.832.846.846 0 00-.841-.841h-.465v-.072h.465a.844.844 0 00.841-.832.846.846 0 00-.841-.841H16.575c-.027-.01-.027-.036 0-.09.045-.09.143-.268.295-.537.152-.268.34-.617.439-1.065.098-.447.09-.993.009-1.423-.072-.42-.224-.733-.412-.93a.954.954 0 00-.653-.296c-.233-.008-.475.054-.645.206-.17.161-.259.403-.304.716-.036.322-.009.716-.018.958-.018.241-.062.34-.214.456-.161.116-.421.268-.663.474a5.221 5.221 0 00-.698.797c-.376.483-1.315 1.7-1.315 2.219v4.94c0 .295.242.537.537.537z" fill="#FEFEFE"/>
</svg>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.246 14.078h2.13c.17 0 .304.135.304.305v6.13c0 .17-.134.304-.304.304h-2.13a.31.31 0 0 1-.313-.305v-6.13a.31.31 0 0 1 .313-.304zm3.687 5.88h6.506a.869.869 0 0 0 .867-.868.887.887 0 0 0-.554-.806h.16c.457 0 .833-.501.833-.957a.838.838 0 0 0-.832-.842h-.161v-.071h.465a.844.844 0 0 0 .841-.832.846.846 0 0 0-.841-.841h-.465v-.072h.465a.844.844 0 0 0 .841-.832.846.846 0 0 0-.841-.841h-3.642c-.027-.01-.027-.036 0-.09.045-.09.143-.268.295-.537.152-.268.34-.617.439-1.065.098-.447.09-.993.009-1.423-.072-.42-.224-.733-.412-.93a.954.954 0 0 0-.653-.296c-.233-.008-.475.054-.645.206-.17.161-.259.403-.304.716-.036.322-.009.716-.018.958-.018.241-.062.34-.214.456-.161.116-.421.268-.663.474a5.221 5.221 0 0 0-.698.797c-.376.483-1.315 1.7-1.315 2.219v4.94c0 .295.242.537.537.537z" fill="#FEFEFE"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,4 +1,5 @@
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>feature-image</title>
<path d="M21.01 2.253h-18a1.5 1.5 0 00-1.5 1.5v16.5a1.5 1.5 0 001.5 1.5h18a1.5 1.5 0 001.5-1.5v-16.5a1.5 1.5 0 00-1.5-1.5zM1.51 5.753h21" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 18.5L8.5 14l2.5 2 3.8-4.5 4.2 7H5zM10.25 12a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 474 B

View file

@ -1 +0,0 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M21.961 6.308l-.108-.162-5.999-5.999-.162-.108-.192-.039h-13c-.276 0-.5.224-.5.5v23c0 .276.224.5.5.5h19c.276 0 .5-.224.5-.5v-17l-.039-.192zm-5.961-4.601l4.293 4.293h-4.293v-4.293zm-13 21.293v-22h12v5.5c0 .276.224.5.5.5h5.5v16h-18zM7.5 8h4.5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5zM16.5 10h-9c-.276 0-.5.224-.5.5s.224.5.5.5h9c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zM10.5 13h-3c-.276 0-.5.224-.5.5s.224.5.5.5h3c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zM10.5 16h-3c-.276 0-.5.224-.5.5s.224.5.5.5h3c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zM10.5 19h-3c-.276 0-.5.224-.5.5s.224.5.5.5h3c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zM16.5 13h-4c-.276 0-.5.224-.5.5v1c0 .276.224.5.5.5s.5-.224.5-.5v-.5h1v5h-1c-.276 0-.5.224-.5.5s.224.5.5.5h3c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-1v-5h1v.5c0 .276.224.5.5.5s.5-.224.5-.5v-1c0-.276-.224-.5-.5-.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 960 B

View file

@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>download-circle</title><polyline class="a" points="8.25 14.25 12 18 15.75 14.25"/><line class="a" x1="12" y1="6.75" x2="12" y2="18"/><circle class="a" cx="12" cy="12" r="11.25"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>file-upload</title>
<defs>
<style>
.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
</style>
</defs>
<path class="a" d="M8.25 14.25 12 18l3.75-3.75M12 6.75V18"/>
<circle class="a" cx="12" cy="12" r="11.25"/>
</svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 353 B

View file

@ -1,4 +1,5 @@
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>film-camera</title>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 19a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h23a3 3 0 0 0 3-3V22a3 3 0 0 0-3-3H6Zm-5 3a5 5 0 0 1 5-5h23a5 5 0 0 1 5 5v18a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5V22ZM8.5 3a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM2 7.5a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM25.5 7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM21 9.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.539 20.158A1 1 0 0 1 47 21v20a1 1 0 0 1-1.42.908l-13-6a1 1 0 0 1 .84-1.816L45 39.437V22.563l-11.58 5.345a1 1 0 0 1-.84-1.816l13-6a1 1 0 0 1 .959.066Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 696 B

View file

@ -1,5 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 13.5022H12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 9.00439L14 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.6875 4.50224H16.3125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<title>filter</title>
<path d="M6.5 13.502H12M4 9.004 14 9M1.688 4.502h14.624" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 267 B

View file

@ -1,14 +1,12 @@
<svg width="142" height="133" viewBox="0 0 142 133" xmlns="http://www.w3.org/2000/svg">
<g stroke="#9BAEB8" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M116.564 6.731c-.359-3.414-3.417-5.891-6.831-5.532L6.731 12.025c-3.414.359-5.89 3.417-5.532 6.831l11.244 106.98c.36 3.414 3.417 5.89 6.831 5.532l103.002-10.826c3.414-.359 5.891-3.417 5.532-6.831L116.564 6.73z"/>
<path d="M109.22 13.398c-.111-1.055-.636-2.024-1.461-2.692-.825-.667-1.881-.98-2.936-.869L13.33 19.453c-1.056.111-2.024.637-2.692 1.461-.668.825-.98 1.881-.87 2.937l9.19 87.44 99.453-10.453-9.191-87.44zM17.168 94.25l32.55-3.42M84.1 87.216l32.52-3.418"/>
<g stroke-width="1.5">
<path d="M59.043 98.59c-9.3 1.04-6.382-12-19.314-16.619l52.269-5.493c-11.689 7.205-6.123 19.355-15.437 20.27l-17.518 1.841zM65.864 79.225C62.738 71.163 58.508 65.407 52.7 62.95M65.864 79.225c-2.227-13.332-1.061-23.69 8.078-32.121"/>
<path d="M74.758 66.434c.627 3.041.077 5.81-1.648 8.306-1.725 2.496-4.12 3.989-7.186 4.478-.626-3.04-.076-5.809 1.649-8.305 1.724-2.496 4.12-3.989 7.185-4.479zM62.584 45.334c2.198 1 3.686 2.615 4.464 4.844.778 2.228.618 4.418-.48 6.57-2.198-1.001-3.686-2.616-4.464-4.844-.778-2.229-.618-4.419.48-6.57zM91.775 45.977c-2.312 2.604-5.205 4.01-8.68 4.217-3.477.207-6.517-.845-9.12-3.156-2.605-2.312-4.01-5.205-4.218-8.68-.207-3.476.845-6.516 3.156-9.121l6.576-7.409c.658-.741 1.244-.539 1.303.45l.424 7.103 7.1-.422c1.2-.072 1.834.492 1.906 1.69l.424 7.101 7.101-.422c.99-.059 1.26.5.602 1.24l-6.575 7.409zM49.385 49.865c2.249 1.404 3.672 3.398 4.27 5.982.597 2.583.194 5-1.21 7.249-1.405 2.25-3.4 3.673-5.983 4.27-2.583.597-5 .194-7.249-1.21l-6.4-3.997c-.64-.4-.563-.865.173-1.035l5.28-1.22-1.22-5.28c-.206-.89.136-1.439 1.027-1.645l5.278-1.221-1.22-5.279c-.17-.735.215-1.01.855-.61l6.399 3.996z"/>
</g>
<g opacity=".6">
<path d="M20.698 98.047l4.933-.519M30.555 97.01l4.933-.518M40.413 95.975l4.933-.519M89.7 90.794l4.934-.518M99.558 89.758l4.933-.518M109.416 88.722l4.933-.518M21.65 107.106l4.933-.518M31.508 106.07l4.933-.518M41.365 105.034l4.933-.518M51.223 103.998l4.933-.518M61.08 102.962l4.933-.518M70.938 101.926l4.933-.518M80.795 100.89l4.933-.519M90.653 99.854l4.933-.519M100.51 98.818l4.933-.519M110.368 97.782l4.933-.519M18.075 102.88l3.061-.322M26.06 102.04l4.934-.518M35.918 101.005l4.933-.519M45.776 99.969l4.933-.519M85.206 95.824l4.933-.518M95.063 94.788l4.933-.518M104.921 93.752l4.933-.518M114.779 92.716l2.748-.289"/>
</g>
<path d="M64.504 126.583c19.467 1.362 53.066 4.343 62.482 5 3.424.24 6.394-2.341 6.634-5.766l7.503-107.307c.24-3.424-2.342-6.394-5.766-6.634-5.398-.377-18.289-1.224-18.289-1.224" opacity=".6"/>
<title>gallery-placeholder</title>
<g stroke="#9BAEB8" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M116.564 6.731a6.215 6.215 0 0 0-6.831-5.532L6.731 12.025a6.216 6.216 0 0 0-5.532 6.831l11.244 106.98a6.217 6.217 0 0 0 6.831 5.532l103.002-10.826a6.215 6.215 0 0 0 5.532-6.831L116.564 6.73z"/>
<path d="M109.22 13.398a4.003 4.003 0 0 0-4.397-3.561L13.33 19.453a4.005 4.005 0 0 0-3.562 4.398l9.19 87.44 99.453-10.453-9.191-87.44zM17.168 94.25l32.55-3.42M84.1 87.216l32.52-3.418"/>
<g stroke-width="1.5">
<path d="M59.043 98.59c-9.3 1.04-6.382-12-19.314-16.619l52.269-5.493c-11.689 7.205-6.123 19.355-15.437 20.27l-17.518 1.841zm6.821-19.365C62.738 71.163 58.508 65.407 52.7 62.95m13.164 16.275c-2.227-13.332-1.061-23.69 8.078-32.121"/>
<path d="M74.758 66.434c.627 3.041.077 5.81-1.648 8.306-1.725 2.496-4.12 3.989-7.186 4.478-.626-3.04-.076-5.809 1.649-8.305 1.724-2.496 4.12-3.989 7.185-4.479zm-12.174-21.1c2.198 1 3.686 2.615 4.464 4.844.778 2.228.618 4.418-.48 6.57-2.198-1.001-3.686-2.616-4.464-4.844-.778-2.229-.618-4.419.48-6.57zm29.191.643c-2.312 2.604-5.205 4.01-8.68 4.217-3.477.207-6.517-.845-9.12-3.156-2.605-2.312-4.01-5.205-4.218-8.68-.207-3.476.845-6.516 3.156-9.121l6.576-7.409c.658-.741 1.244-.539 1.303.45l.424 7.103 7.1-.422c1.2-.072 1.834.492 1.906 1.69l.424 7.101 7.101-.422c.99-.059 1.26.5.602 1.24l-6.575 7.409zm-42.39 3.888c2.249 1.404 3.672 3.398 4.27 5.982.597 2.583.194 5-1.21 7.249-1.405 2.25-3.4 3.673-5.983 4.27-2.583.597-5 .194-7.249-1.21l-6.4-3.997c-.64-.4-.563-.865.173-1.035l5.28-1.22-1.22-5.28c-.206-.89.136-1.439 1.027-1.645l5.278-1.221-1.22-5.279c-.17-.735.215-1.01.855-.61l6.399 3.996z"/>
</g>
</svg>
<path d="m20.698 98.047 4.933-.519m4.924-.518 4.933-.518m4.925-.517 4.933-.519M89.7 90.794l4.934-.518m4.924-.518 4.933-.518m4.925-.518 4.933-.518M21.65 107.106l4.933-.518m4.925-.518 4.933-.518m4.924-.518 4.933-.518m4.925-.518 4.933-.518m4.924-.518 4.933-.518m4.925-.518 4.933-.518m4.924-.518 4.933-.519m4.925-.517 4.933-.519m4.924-.517 4.933-.519m4.925-.517 4.933-.519m-97.226 5.617 3.061-.322m4.924-.518 4.934-.518m4.924-.517 4.933-.519m4.925-.517 4.933-.519m34.497-3.626 4.933-.518m4.924-.518 4.933-.518m4.925-.518 4.933-.518m4.925-.518 2.748-.289m-53.023 34.156c19.467 1.362 53.066 4.343 62.482 5a6.215 6.215 0 0 0 6.634-5.766l7.503-107.307a6.215 6.215 0 0 0-5.766-6.634c-5.398-.377-18.289-1.224-18.289-1.224" opacity=".6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 770 294" preserveAspectRatio="xMidYMid meet">
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/ghost-logo-black-1.png);
}
</style>
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/ghost-logo-black-1.png);
}
</style>
</svg>

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 342 B

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" preserveAspectRatio="xMidYMid meet">
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/orb-pink-3.png);
}
</style>
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/orb-pink-3.png);
}
</style>
</svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 335 B

View file

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" preserveAspectRatio="xMidYMid meet">
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/orb-black-1.png);
}
</style>
<title>Ghost Logo</title>
<style>
svg {
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(assets/img/logos/orb-black-1.png);
}
</style>
</svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 335 B

View file

@ -1 +1,9 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>gift</title><g fill="#000" fill-rule="nonzero"><path d="M12 21.488H4v-10.75c0-.414-.336-.75-.75-.75s-.75.336-.75.75v10.75c0 .914.586 1.5 1.5 1.5h8c.414 0 .75-.336.75-.75s-.336-.75-.75-.75z"/><path d="M12.25 21.488h8v-10.75c0-.414.336-.75.75-.75s.75.336.75.75v10.75c0 .914-.586 1.5-1.5 1.5h-8c-.414 0-.75-.336-.75-.75s.336-.75.75-.75z"/><path d="M2.682 6.238h18.636c1.004 0 1.682.546 1.682 1.5v2.25c0 .954-.678 1.5-1.682 1.5H2.682c-1.004 0-1.682-.546-1.682-1.5v-2.25c0-.954.678-1.5 1.682-1.5zm0 1.5c-.239 0-.182-.046-.182 0v2.25c0 .046-.057 0 .182 0h18.636c.239 0 .182.046.182 0v-2.25c0-.046.057 0-.182 0H2.682z"/><path d="M12.75 22.238V6.988c0-.414-.336-.75-.75-.75s-.75.336-.75.75v15.25c0 .414.336.75.75.75s.75-.336.75-.75z"/><path d="M3.5 17.25h17c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-17c-.414 0-.75.336-.75.75s.336.75.75.75zM7.271 5.457c1.35 1.058 2.855 1.81 4.51 2.255.558.15 1.069-.36.92-.918-.445-1.657-1.197-3.162-2.256-4.511-1.498-1.506-2.74-1.626-3.774-.6-1.033 1.027-.908 2.273.533 3.714l.067.06zm.458-2.709c.397-.395.702-.366 1.596.528.587.755 1.079 1.6 1.456 2.516-.909-.377-1.758-.872-2.549-1.487-.865-.872-.89-1.173-.503-1.557z"/><path d="M16.796 5.397l-.067.06c-1.35 1.058-2.855 1.81-4.512 2.255-.557.15-1.068-.36-.918-.918.444-1.656 1.197-3.162 2.315-4.579 1.44-1.438 2.681-1.558 3.715-.531 1.033 1.026.908 2.272-.533 3.713zm-.525-2.649c-.397-.395-.702-.366-1.537.46-.628.801-1.132 1.662-1.515 2.584.909-.377 1.758-.873 2.549-1.487.865-.872.89-1.173.503-1.557z"/></g></svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>gift</title>
<path d="M12 21.488H4v-10.75a.75.75 0 0 0-1.5 0v10.75c0 .914.586 1.5 1.5 1.5h8a.75.75 0 0 0 0-1.5z"/>
<path d="M12.25 21.488h8v-10.75a.75.75 0 0 1 1.5 0v10.75c0 .914-.586 1.5-1.5 1.5h-8a.75.75 0 0 1 0-1.5z"/>
<path d="M2.682 6.238h18.636c1.004 0 1.682.546 1.682 1.5v2.25c0 .954-.678 1.5-1.682 1.5H2.682c-1.004 0-1.682-.546-1.682-1.5v-2.25c0-.954.678-1.5 1.682-1.5zm0 1.5c-.239 0-.182-.046-.182 0v2.25c0 .046-.057 0 .182 0h18.636c.239 0 .182.046.182 0v-2.25c0-.046.057 0-.182 0H2.682z"/>
<path d="M12.75 22.238V6.988a.75.75 0 0 0-1.5 0v15.25a.75.75 0 0 0 1.5 0z"/>
<path d="M3.5 17.25h17a.75.75 0 0 0 0-1.5h-17a.75.75 0 0 0 0 1.5zM7.271 5.457a12.506 12.506 0 0 0 4.51 2.255.75.75 0 0 0 .92-.918 12.473 12.473 0 0 0-2.256-4.511C8.947.777 7.705.657 6.671 1.683c-1.033 1.027-.908 2.273.533 3.714l.067.06zm.458-2.709c.397-.395.702-.366 1.596.528.587.755 1.079 1.6 1.456 2.516a11.002 11.002 0 0 1-2.549-1.487c-.865-.872-.89-1.173-.503-1.557z"/>
<path d="m16.796 5.397-.067.06a12.5 12.5 0 0 1-4.512 2.255.75.75 0 0 1-.918-.918 12.502 12.502 0 0 1 2.315-4.579c1.44-1.438 2.681-1.558 3.715-.531 1.033 1.026.908 2.272-.533 3.713zm-.525-2.649c-.397-.395-.702-.366-1.537.46a11.024 11.024 0 0 0-1.515 2.584 11.038 11.038 0 0 0 2.549-1.487c.865-.872.89-1.173.503-1.557z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1 +1,4 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.929 4.011c-.04-.069-.091-.131-.159-.175-1.425-1.53-3.236-2.693-5.285-3.316l-.038-.01c-1.094-.328-2.249-.51-3.447-.51-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12c0-3.07-1.169-5.865-3.071-7.989zm-.981.405c-.16.619-.699 2.294-2.02 3.056-1.772-.346-3.476.622-3.844 1.071-.237.289-.155.546-.109.643.066.14.239.257.405.298.167.188.46.938.636 1.638.022.087.067.168.131.232.485.485 1.177.399 1.629.266.064.535-.695 1.383-1.441 2.158-.556.578-.835.867-.835 1.222 0 .415.304.679.526.873.075.064.205.172.217.151l-.097.123c-.648.648-1.3.878-1.305.879-.203.068-.341.259-.341.474 0 1.308-.817 1.98-2.429 2-.337-.25-1.051-1.632-1.071-2 0-.132.1-.333.197-.526.142-.284.303-.606.303-.974 0-.562-.621-1.304-1.005-1.708-.031-.618-.208-1.071-.537-1.382-.564-.532-1.407-.484-2.222-.438-.24.013-.488.028-.736.028-.979 0-.999-1.44-1-1.5 0-.031.024-3.095 2.098-3.51 1.447-.289 1.872-.019 1.902.01 0 .133.053.26.146.353.894.894 2.25.579 3.339.325.396-.091.769-.178 1.015-.178.249 0 .46-.183.495-.429.189-1.327.279-3.007-.372-3.477-.242-.174-.55-.189-.847-.042-.362.182-.701.212-.926.087-.252-.14-.331-.45-.353-.686-.06-.643 1.948-1.519 3.837-1.934 1.778.568 3.355 1.579 4.614 2.897zm-7.948 18.584c-6.065 0-11-4.934-11-11 0-6.065 4.935-11 11-11 .425 0 .842.03 1.254.077-1.367.493-2.861 1.301-2.752 2.469.062.671.369 1.192.863 1.467.476.265 1.085.266 1.698.008.087.356.085 1.172-.008 2.018-.249.038-.518.101-.795.165-.84.196-1.783.414-2.309.026-.057-.161-.165-.336-.347-.484-.511-.42-1.394-.498-2.702-.236-2.869.573-2.902 4.33-2.902 4.49 0 .865.418 2.5 2 2.5.267 0 .534-.015.793-.03.631-.036 1.227-.07 1.477.167.153.143.23.434.23.863 0 .132.053.26.146.354.424.424.831.975.854 1.146 0 .132-.1.333-.197.526-.142.284-.303.606-.303.974 0 .507 1.025 3 2 3 2.09 0 3.343-.966 3.486-2.665.326-.158.849-.463 1.367-.981.266-.266.396-.546.386-.833-.015-.432-.328-.704-.557-.903l-.128-.105c.117-.144.332-.368.501-.542.939-.977 2.512-2.612 1.299-3.825-.153-.153-.384-.189-.577-.094-.209.105-.626.219-.838.145-.246-.928-.503-1.464-.733-1.774.547-.312 1.617-.703 2.674-.438.114.029.238.015.345-.038 1.418-.709 2.147-2.157 2.494-3.13 1.424 1.855 2.281 4.168 2.281 6.683 0 6.066-4.935 11-11 11z"/></svg>
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<title>globe</title>
<path d="M20.929 4.011a.504.504 0 0 0-.159-.175A12.003 12.003 0 0 0 15.485.52l-.038-.01A11.977 11.977 0 0 0 12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12c0-3.07-1.169-5.865-3.071-7.989zm-.981.405c-.16.619-.699 2.294-2.02 3.056-1.772-.346-3.476.622-3.844 1.071-.237.289-.155.546-.109.643.066.14.239.257.405.298.167.188.46.938.636 1.638a.503.503 0 0 0 .131.232c.485.485 1.177.399 1.629.266.064.535-.695 1.383-1.441 2.158-.556.578-.835.867-.835 1.222 0 .415.304.679.526.873.075.064.205.172.217.151l-.097.123c-.648.648-1.3.878-1.305.879a.5.5 0 0 0-.341.474c0 1.308-.817 1.98-2.429 2-.337-.25-1.051-1.632-1.071-2 0-.132.1-.333.197-.526.142-.284.303-.606.303-.974 0-.562-.621-1.304-1.005-1.708-.031-.618-.208-1.071-.537-1.382-.564-.532-1.407-.484-2.222-.438-.24.013-.488.028-.736.028-.979 0-.999-1.44-1-1.5 0-.031.024-3.095 2.098-3.51C8.545 7.201 8.97 7.471 9 7.5a.5.5 0 0 0 .146.353c.894.894 2.25.579 3.339.325.396-.091.769-.178 1.015-.178a.5.5 0 0 0 .495-.429c.189-1.327.279-3.007-.372-3.477-.242-.174-.55-.189-.847-.042-.362.182-.701.212-.926.087-.252-.14-.331-.45-.353-.686-.06-.643 1.948-1.519 3.837-1.934a11.03 11.03 0 0 1 4.614 2.897zM12 23C5.935 23 1 18.066 1 12 1 5.935 5.935 1 12 1c.425 0 .842.03 1.254.077-1.367.493-2.861 1.301-2.752 2.469.062.671.369 1.192.863 1.467.476.265 1.085.266 1.698.008.087.356.085 1.172-.008 2.018-.249.038-.518.101-.795.165-.84.196-1.783.414-2.309.026a1.097 1.097 0 0 0-.347-.484c-.511-.42-1.394-.498-2.702-.236C4.033 7.083 4 10.84 4 11c0 .865.418 2.5 2 2.5.267 0 .534-.015.793-.03.631-.036 1.227-.07 1.477.167.153.143.23.434.23.863 0 .132.053.26.146.354.424.424.831.975.854 1.146 0 .132-.1.333-.197.526-.142.284-.303.606-.303.974 0 .507 1.025 3 2 3 2.09 0 3.343-.966 3.486-2.665a5.124 5.124 0 0 0 1.367-.981c.266-.266.396-.546.386-.833-.015-.432-.328-.704-.557-.903l-.128-.105c.117-.144.332-.368.501-.542.939-.977 2.512-2.612 1.299-3.825a.5.5 0 0 0-.577-.094c-.209.105-.626.219-.838.145-.246-.928-.503-1.464-.733-1.774.547-.312 1.617-.703 2.674-.438a.504.504 0 0 0 .345-.038c1.418-.709 2.147-2.157 2.494-3.13A10.939 10.939 0 0 1 23 12c0 6.066-4.935 11-11 11z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,3 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>google-search</title>
<path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
</svg>

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 320 B

Some files were not shown because too many files have changed in this diff Show more