Skip to content

Commit

Permalink
Undo mark as read action added
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Apr 4, 2023
1 parent e1c2fda commit 9aec4aa
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 2 deletions.
21 changes: 21 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions images/undo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ <h3>{function="_t('YOU_MUST_BE_LOGGED')"}</h3>
<span class="unreads-badge js-unreads-badge js-total-counter" title="{function="_t('LEEDVIBES_MARK_ALL_AS_READ')"}"><span data-count="number">{$unread['total']}</span> <span class="sr-only" data-count="text">{function="_t($unread['total'] > 1 ? 'LEEDVIBES_UNREADS' : 'LEEDVIBES_UNREAD')"}</span></span>
</span>
</button>
<button class="undo-mark-as-read hidden js-undo-mark-as-read hidden">
<svg
width="15"
height="15"
role="img"
>
<title>{function="_t('LEEDVIBES_UNDO')"}</title>
<use xlink:href="#svg-undo" />
</svg>
</button>
<a href="." class="settings-item new-events js-new-events" data-sync-code="{$synchronisationCode}">
<svg
width="15"
Expand Down
45 changes: 44 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
var eventObj;
const idsDisplayed = [];
const undoMarkAsRead = {
ids: [],
class: '.js-undo-mark-as-read',

addId: function (id) {
this.ids.push(id);
if (this.ids.length === 1) {
document.querySelector(this.class).classList.remove('hidden');
}
},

pop: function () {
const lastMarkAsReadEntryId = this.ids.pop();
if (this.ids.length === 0) {
document.querySelector(this.class).classList.add('hidden');
}
return lastMarkAsReadEntryId;
},

init: function () {
$(this.class).click(() => {
this.undoMarkAsRead();
});
},

undoMarkAsRead: function () {
'use strict';

if (this.ids.length === 0) {
return false;
}

const lastReadEntry = this.pop();
document
.querySelector('article[data-id="' + lastReadEntry + '"]')
.querySelector('.js-read-unread')
.click();
}
};
let anonymousState = 0;

function _t (key, args) {
Expand Down Expand Up @@ -101,6 +140,7 @@ $(function () {

anonymousState = $('[data-anonymous-state]').data('anonymous-state');
darkTheme();
undoMarkAsRead.init();

$('.wrapper').on('click keypress', '.js-event', function (event) {
if (event.type === 'click' || event.which === 13) {
Expand Down Expand Up @@ -655,11 +695,12 @@ function readThis (element, id, callback) {
const nextEvent = $('#' + id).next();
const readUnreadButton = entry.find('.js-read-unread');
const readUnreadImage = readUnreadButton.find('img');
const entryReadClasses = 'event--read js-event--read';
if (!entry.hasClass('js-event--read')) {
readUnreadButton.addClass('article__read-read');
// Decrement feed number
feedCounters(entry.data('feed-id'));
entry.addClass('event--read js-event--read');
entry.addClass(entryReadClasses);
readUnreadImage.prop('alt', _t('LEEDVIBES_MARK_AS_UNREAD'));

if ((entry.find('.js-leedvibes-article-content').css('display') === 'none') && element.hasClass('js-read-unread')) {
Expand All @@ -680,6 +721,7 @@ function readThis (element, id, callback) {
});
}
}
undoMarkAsRead.addId(id);
$.ajax({
url: './action.php?action=readContent',
data: { id: id },
Expand All @@ -693,6 +735,7 @@ function readThis (element, id, callback) {
}
});
} else {
entry.removeClass(entryReadClasses + ' hidden');
readUnreadImage.prop('alt', _t('LEEDVIBES_MARK_AS_READ'));
$.ajax({
url: './action.php?action=unreadContent',
Expand Down
21 changes: 21 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,27 @@ $shortcut-key-space: 20px;
width: 30px;
}

.undo-mark-as-read {
position: fixed;
padding: 10px;
right: 10px;
bottom: 10px;
background-color: $sidebar-color-bg;
border-radius: 50%;
z-index: 100;

&:hover,
&:active,
&:focus {
background-color: #333;
}

@media($breakpoint-max) {
padding: 20px;
bottom: 70px;
}
}

/* MEDIA QUERIES */
@media($breakpoint-max) {
td {
Expand Down
1 change: 1 addition & 0 deletions svg-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<symbol id="svg-settings" viewBox="0 0 15 15"><circle cx="788" cy="257.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><circle cx="1320" cy="255.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><circle cx="1852" cy="255.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><circle cx="2384" cy="255.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><circle cx="2916" cy="255.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><circle cx="3448" cy="255.667" r="232.982" transform="translate(-114.63 -381.76)" fill="#1a1a1a"/><path d="M2195.773-60.234C2207.28-41.867 2219-22.68 2230.515-4.32c16.672-10.273 33.852-19.906 50.54-30.195 3.132-8.336-53.642-23.22-25.696-52.78 33.812-35.704 57.655-9.204 52.124 25.913 1.078 1.383.938 4.828 4.023 5.36 16.53-2.845 39.28-22.04 53.227-29.462-9.695-19.117-19.984-39.938-29.664-59.055 17.484-12.593 56.28 3.446 47.602-38.585-8.46-41.148-55.883-29.82-57.852 1.266-1.54 1.274-3.063 2.524-4.594 3.767-13.148-4.672-28.047-38.594-37.055-55.773-17.312 9.688-18.022 11.148-35.358 20.836-.352 2.242-3.97-.016-1.07 6.703 2.875 6.71 15.563 6.11 24.477 11.195 16.07 20.766-5.01 50.664-28.11 51.18-36.46.773-14.852-33.96-28.875-48.703-17.664 10.242-51.79 30.453-69.46 40.656 10.218 19.51 21.507 39.36 31.718 58.837" fill="#f2f2f2" fill-rule="evenodd"/><g fill="#f2f2f2" fill-rule="evenodd"><path d="M2722.157-29.61c-3.185 8.237-5.92 15.768-9.015 23.146-1.776 4.234-6.026 5.394-10.94 3.488-4.15-1.61-6.866-4.36-5.228-9.03 2.71-7.722 5.84-15.295 9.008-23.488l16.175 5.884zM2890.908 1.278c-1.333-2.18-3.025-4.22-3.944-6.562-12.283-31.365-24.542-62.74-36.558-94.207-1.516-3.976-3.348-5.39-7.627-5.283-12.312.31-24.635.108-37.57.108v15.385c-4.742-.968-10.275-.516-12.066-2.89-1.954-2.588-.444-7.794-.444-12.45-13.784 0-26.666-.117-39.54.185-1.27.03-2.992 2.438-3.64 4.083-6.66 16.89-13.14 33.85-19.682 50.786-.726 1.876-1.55 3.716-2.534 6.07l-15.985-5.87c7.05-18.406 13.917-36.326 21.4-55.855-6.067.74-11.006 1.48-15.97 1.91-4.263.366-8.706 1.08-12.76.205-1.607-.348-2.98-4.474-3.37-7.045-.415-2.73.29-6.118 4.218-5.896 4.542.256 9.032 1.406 13.576 1.71 5.403.362 10.846.39 16.256.18.937-.038 2.162-1.847 2.638-3.076 12.386-31.933 24.73-63.88 36.898-95.896.677-1.782.237-4.357-.5-6.244-4.53-11.63-1.287-24.273 8.41-31.818 9.895-7.697 23.982-7.914 34.024-.525 10.213 7.516 13.675 20.02 9.304 32.04-.856 2.358-.937 5.58-.056 7.9 11.892 31.314 24.063 62.523 36.007 93.818 1.217 3.186 2.888 4.415 6.168 4.063 7.683-.823 15.384-1.478 23.068-2.287 5.17-.545 6.933 1.757 6.957 6.822.023 5.17-1.976 7.313-7.027 6.73-5.85-.675-11.69-1.407-17.547-2.01-1.807-.184-3.65-.028-6.264-.028 2.302 6.106 4.29 11.498 6.36 16.856 5.335 13.785 10.197 27.784 16.213 41.268 5.47 12.254 4.48 24.857 4.236 37.54-.062 3.157-.534 6.306-.815 9.457l-1.837.823zm-46.285-115.438c-11.537-29.656-22.676-58.412-34.047-87.076-.456-1.15-3.07-1.93-4.723-2.017-3.692-.19-7.563.87-11.085.12-4.18-.892-5.946.063-7.447 4.04-10.106 26.77-20.458 53.45-30.707 80.166-.56 1.464-.904 3.01-1.36 4.556h37.41v-12.765h12.285c.202 4.563.39 8.75.578 12.975h39.097zm-45.33-100.826c8.928.07 15.53-6.218 15.57-14.832.04-8.447-6.828-15.16-15.454-15.103-8.368.055-15.282 6.654-15.415 14.713-.14 8.558 6.487 15.154 15.297 15.22zM2808.538-260.143h-17.83c.843-5.17.42-10.735 2.87-14.357 1.333-1.97 9.806-2.247 11.09-.45 2.65 3.702 2.637 9.308 3.87 14.807zM2707.31-38.48c1-2.81 1.79-5.024 2.778-7.79l16.046 5.74-2.746 7.845c-5.46-1.97-10.59-3.818-16.08-5.796z"/></g><g transform="translate(-114.63 -381.76)" opacity=".5"><defs><path id="a" d="M3466.435 170.992h129.07v138.28h-129.07z"/></defs><clipPath id="b"><use width="512" height="512" xlink:href="#a" overflow="visible"/></clipPath><g clip-path="url(#b)"><defs><path id="c" d="M3466.435 177.616h129.07v131.657h-129.07z"/></defs><clipPath id="d"><use width="512" height="512" xlink:href="#c" overflow="visible"/></clipPath><path d="M3546.618 239.206v9.715c1.772.764 3.792 1.655 6.07 2.656 2.26.99 4.583 2.015 6.995 3.068 2.42 1.053 4.85 2.1 7.318 3.164 2.46 1.043 4.794 2.024 7.015 2.94 2.2.91 4.203 1.72 5.965 2.448 1.783.72 3.212 1.27 4.316 1.648 2.326.84 4.203 2.097 5.662 3.788 1.42 1.687 2.563 3.407 3.393 5.19.99 2.043 1.716 4.2 2.163 17.014v18.436h-129.068v-28.98c.495-2.268 1.238-4.426 2.22-6.47.838-1.782 1.964-3.503 3.42-5.19 1.44-1.69 3.28-2.948 5.558-3.787 1.162-.377 2.687-.943 4.564-1.7 1.887-.74 3.982-1.602 6.31-2.57 2.314-.96 4.763-2.005 7.355-3.12 2.563-1.1 5.128-2.196 7.653-3.307 2.563-1.115 4.974-2.158 7.232-3.15 2.277-1.01 4.278-1.89 5.965-2.664v-9.462c-.085-.443-.276-1.115-.514-2.034-.258-.92-.515-1.834-.8-2.783-.325-1.096-.716-2.296-1.164-3.563-1.61-2.998-2.878-6.375-3.82-10.164-.935-3.793-1.4-7.824-1.4-12.083 0-5.59.59-10.335 1.78-14.19 1.183-3.878 2.803-7.028 4.86-9.458 2.03-2.44 4.432-4.207 7.167-5.313 2.755-1.115 5.69-1.667 8.844-1.667 3.107 0 6.014.543 8.768 1.62 2.735 1.082 5.136 2.82 7.205 5.222 2.087 2.415 3.716 5.574 4.907 9.472 1.19 3.888 1.782 8.677 1.782 14.313 0 4.16-.467 8.095-1.373 11.83-.914 3.737-2.172 7.096-3.773 10.094-.438 1.366-.858 2.67-1.238 3.886-.334 1.063-.64 2.073-.925 3.026-.267.98-.41 1.69-.41 2.124" clip-path="url(#d)" fill="#f2f2f2"/></g></g><g transform="translate(-114.63 -381.76)" opacity=".5"><defs><path id="e" d="M3300.495 170.992h129.07v138.28h-129.07z"/></defs><clipPath id="f"><use width="512" height="512" xlink:href="#e" overflow="visible"/></clipPath><g clip-path="url(#f)"><defs><path id="g" d="M3300.495 177.616h129.07v131.657h-129.07z"/></defs><clipPath id="h"><use width="512" height="512" xlink:href="#g" overflow="visible"/></clipPath><path d="M3380.678 239.206v9.715c1.772.764 3.793 1.655 6.07 2.656 2.258.99 4.584 2.015 7.004 3.068 2.41 1.053 4.84 2.1 7.31 3.164 2.458 1.043 4.794 2.024 7.014 2.94 2.2.91 4.203 1.72 5.966 2.448 1.782.72 3.21 1.27 4.316 1.648 2.326.84 4.203 2.097 5.66 3.788 1.42 1.687 2.564 3.407 3.393 5.19.993 2.043 1.717 4.2 2.165 17.014v18.436h-129.07v-28.98c.496-2.268 1.24-4.426 2.22-6.47.84-1.782 1.964-3.503 3.423-5.19 1.438-1.69 3.277-2.948 5.556-3.787 1.163-.377 2.687-.943 4.564-1.7 1.887-.74 3.983-1.602 6.308-2.57 2.316-.96 4.766-2.005 7.357-3.12 2.564-1.1 5.127-2.196 7.652-3.307 2.564-1.115 4.975-2.158 7.234-3.15 2.276-1.01 4.276-1.89 5.964-2.664v-9.462c-.086-.443-.276-1.115-.515-2.034-.258-.92-.516-1.834-.8-2.783-.325-1.096-.716-2.296-1.165-3.563-1.61-2.998-2.877-6.375-3.82-10.164-.935-3.793-1.402-7.824-1.402-12.083 0-5.59.592-10.335 1.783-14.19 1.182-3.878 2.802-7.028 4.86-9.458 2.03-2.44 4.43-4.207 7.165-5.313 2.755-1.115 5.69-1.667 8.846-1.667 3.106 0 6.014.543 8.768 1.62 2.733 1.082 5.136 2.82 7.204 5.222 2.087 2.415 3.717 5.574 4.908 9.472 1.19 3.888 1.78 8.677 1.78 14.313 0 4.16-.466 8.095-1.37 11.83-.916 3.737-2.174 7.096-3.775 10.094-.437 1.366-.856 2.67-1.237 3.886-.334 1.063-.64 2.073-.925 3.026-.268.98-.41 1.69-.41 2.124" clip-path="url(#h)" fill="#f2f2f2"/></g></g><path d="M3360.2-133.333v16.644c3.03 1.325 6.5 2.845 10.377 4.556 3.89 1.7 7.892 3.46 12.02 5.27 4.134 1.807 8.308 3.592 12.52 5.408 4.22 1.8 8.242 3.48 12.035 5.06 3.783 1.55 7.205 2.945 10.235 4.19 3.05 1.238 5.5 2.178 7.396 2.835 3.982 1.43 7.223 3.583 9.69 6.49 2.46 2.89 4.394 5.825 5.833 8.884 1.695 3.514 2.936 7.21 3.688 11.104v18.068h-221.25v-18.068c.857-3.893 2.135-7.59 3.83-11.104 1.42-3.06 3.375-5.993 5.833-8.885 2.478-2.907 5.65-5.062 9.538-6.49 1.993-.658 4.604-1.622 7.824-2.917 3.24-1.282 6.842-2.76 10.815-4.402 3.983-1.657 8.187-3.44 12.607-5.34 4.402-1.897 8.787-3.79 13.143-5.69 4.363-1.905 8.49-3.693 12.38-5.403 3.896-1.716 7.308-3.23 10.253-4.556v-16.218c-.19-.758-.506-1.93-.916-3.493-.438-1.568-.885-3.155-1.36-4.774-.564-1.883-1.23-3.926-1.993-6.114-2.756-5.122-4.928-10.92-6.548-17.42-1.61-6.5-2.42-13.403-2.42-20.703 0-9.592 1.02-17.702 3.06-24.34 2.038-6.64 4.812-12.044 8.337-16.21 3.497-4.178 7.603-7.222 12.302-9.114 4.69-1.906 9.74-2.844 15.143-2.844 5.318 0 10.32.92 15.02 2.772 4.697 1.86 8.824 4.836 12.37 8.958 3.563 4.136 6.355 9.535 8.404 16.233 2.048 6.67 3.06 14.87 3.06 24.543 0 7.12-.792 13.86-2.355 20.275-1.572 6.41-3.727 12.16-6.46 17.3-.764 2.35-1.48 4.584-2.137 6.663-.57 1.82-1.105 3.55-1.572 5.188-.478 1.68-.707 2.895-.707 3.643" fill="#f2f2f2"/><path d="M14.423 6.346h-.69c-.32 0-.656-.248-.75-.55l-.398-.967c-.15-.28-.088-.693.135-.918l.493-.49c.224-.225.224-.593 0-.817l-.818-.816c-.224-.225-.59-.225-.815 0l-.493.49c-.223.224-.637.285-.917.135l-.964-.397c-.302-.094-.55-.43-.55-.748V.577c0-.316-.26-.577-.58-.577H6.924c-.317 0-.577.26-.577.577v.693c0 .318-.248.654-.55.748l-.966.397c-.28.15-.692.09-.917-.135l-.492-.49c-.224-.225-.59-.225-.814 0l-.816.815c-.225.224-.225.592 0 .816l.49.492c.225.225.286.637.135.917l-.397.965c-.095.303-.43.55-.748.55H.577c-.317 0-.577.26-.577.578v1.153c0 .318.26.578.577.578h.693c.318 0 .653.25.747.55l.398.967c.15.28.09.695-.136.918l-.49.49c-.225.226-.225.593 0 .818l.816.816c.224.224.59.224.815 0l.493-.492c.224-.223.636-.284.914-.133l.968.397c.303.095.55.43.55.748v.69c0 .318.26.578.578.578h1.154c.318 0 .578-.26.578-.577v-.69c0-.318.25-.654.55-.75l.968-.396c.28-.15.692-.09.917.133l.49.492c.224.224.59.224.815 0l.818-.816c.224-.225.224-.592 0-.817l-.493-.492c-.223-.223-.284-.637-.135-.917l.398-.965c.094-.302.433-.55.75-.55h.69c.318 0 .577-.26.577-.578V6.923c0-.318-.26-.577-.577-.577M10.387 7.5c0 1.593-1.292 2.883-2.885 2.883-1.594 0-2.885-1.29-2.885-2.884 0-1.594 1.29-2.885 2.885-2.885 1.593 0 2.885 1.29 2.885 2.884M756.984-39.123c0 22.76-18.442 41.2-41.202 41.2-22.772 0-41.215-18.44-41.215-41.2 0-22.773 18.442-41.215 41.215-41.215 22.76 0 41.202 18.44 41.202 41.215M784.13-220.37c0 22.772-18.44 41.214-41.213 41.214-22.76 0-41.202-18.44-41.202-41.213 0-22.76 18.44-41.2 41.202-41.2 22.772 0 41.214 18.44 41.214 41.2M609.886-111.684c0 22.76-18.442 41.203-41.203 41.203-22.76 0-41.203-18.443-41.203-41.204 0-22.76 18.442-41.2 41.203-41.2 22.76 0 41.203 18.44 41.203 41.2" fill="#fff"/><path fill="none" stroke="#fff" stroke-width="10" d="M568.808-113.01l174.11-107.36M719.476-37.937l-150.793-72.02"/><path d="M1262.223 4.072h-109.236v-18.508h5.834c7.777 0 13.445-1.07 17-3.22 3.552-2.143 5.733-5.16 6.538-9.052.805-3.888 1.207-9.587 1.207-17.1v-59.748c0-8.313-.503-14.214-1.51-17.703-1.005-3.484-3.62-6.034-7.845-7.644-4.225-1.61-11.3-2.48-21.224-2.615v-18.507l82.48-17.3v123.52c0 11.265 1.408 18.978 4.225 23.134 2.817 4.16 10.327 6.236 22.532 6.236v18.51zm-22.732-250.057c0 8.047-2.85 14.92-8.55 20.62-5.7 5.702-12.572 8.55-20.62 8.55-7.914 0-14.785-2.917-20.62-8.75-5.833-5.835-8.75-12.64-8.75-20.42 0-8.047 2.882-14.953 8.65-20.72 5.765-5.766 12.674-8.65 20.72-8.65 8.18 0 15.09 2.815 20.722 8.448 5.633 5.633 8.45 12.608 8.45 20.922zM1651.707-173.18c.236-12.96 2.458-24.84 6.66-35.64 4.196-10.8 10.08-20.16 17.64-28.08 7.56-7.92 16.68-14.096 27.36-18.54 10.677-4.438 22.618-6.66 35.82-6.66 17.038 0 31.258 2.34 42.66 7.02 11.396 4.68 20.576 10.502 27.54 17.46 6.958 6.964 11.937 14.462 14.94 22.5 2.997 8.044 4.5 15.542 4.5 22.5 0 8.64-.845 16.144-2.52 22.5-1.683 6.362-3.96 11.88-6.84 16.56-2.88 4.68-6.12 8.764-9.722 12.24-3.6 3.482-7.323 6.66-11.16 9.54-3.84 2.88-7.684 5.704-11.52 8.46-3.842 2.762-7.38 5.76-10.62 9-3.24 3.24-6.063 6.84-8.46 10.8-2.4 3.96-3.96 8.583-4.68 13.86v13.68h-48.6v-16.2c.478-7.92 1.737-14.76 3.78-20.52 2.035-5.76 4.5-10.856 7.38-15.3 2.88-4.44 6.058-8.28 9.54-11.52 3.476-3.24 7.02-6.3 10.62-9.18 3.6-2.88 6.957-5.58 10.08-8.1 3.115-2.52 5.877-5.277 8.28-8.28 2.395-3 4.318-6.3 5.76-9.9 1.44-3.6 2.16-7.797 2.16-12.6 0-11.037-2.7-19.2-8.102-24.48-5.4-5.277-12.903-7.92-22.5-7.92-6.48 0-12.06 1.26-16.74 3.78-4.68 2.52-8.52 5.882-11.52 10.08-3.004 4.2-5.22 9.123-6.66 14.76-1.44 5.64-2.16 11.7-2.16 18.18h-52.916zm57.96 118.8h56.52V1.06h-56.52v-55.44z" fill="#fff"/></symbol>
<symbol id="svg-shortcuts" viewBox="0 0 128 128"><path d="M108 48H68c12-13.332-12-26.668 0-40h-8c-12 13.332 12 26.668 0 40H20c-8.836 0-16 7.164-16 16v40c0 8.836 7.164 16 16 16h88c8.836 0 16-7.164 16-16V64c0-8.836-7.164-16-16-16zm8 56c0 4.41-3.59 8-8 8H20c-4.41 0-8-3.59-8-8V64c0-4.41 3.59-8 8-8h88c4.41 0 8 3.59 8 8v40zM20 72h8v-8h-8v8zm0 16h8v-8h-8v8zm0 16h8v-8h-8v8zm24-40h-8v8h8v-8zm0 16h-8v8h8v-8zm16-16h-8v8h8v-8zm0 16h-8v8h8v-8zm8-8h8v-8h-8v8zm0 16h8v-8h-8v8zm16-16h8v-8h-8v8zm0 16h8v-8h-8v8zm0 16h8v-8h-8v8zm16-32h8v-8h-8v8zm0 16h8v-8h-8v8zm0 16h8v-8h-8v8zm-64 0h40v-8H36v8z" fill="#fff"/></symbol>
<symbol id="svg-triangle" width="6" height="6"><path d="M6 0H0l3 6 3-6z" fill="#fff"/></symbol>
<symbol id="svg-undo" width="15" height="15"><path d="M14.9999976 7.4999989c0 4.13466152-2.82397914 7.4999989-6.29693777 7.4999989-.61377541 0-1.11122431-.59248897-1.11122431-1.32352922 0-.73104024.4974489-1.32352921 1.11122431-1.32352921 2.24693842 0 4.07448915-2.17671335 4.07448915-4.85294047s-1.82755073-4.85294047-4.07448915-4.85294047c-2.13214251 0-3.88316264 1.96159427-4.0561218 4.45004797l.67806112-.80760805c.4331632-.51774421 1.13724471-.51774421 1.57040791 0 .4346938.51592117.4346938 1.35452095 0 1.87044212l-2.4994894 2.97702921c-.20816323.24793385-.49132645.38830816-.78520395.38830816-.29540812 0-.57704073-.13855126-.78520396-.38830815L.32602035 8.15994047c-.4346938-.51774422-.4346938-1.35452095 0-1.87044212.43469381-.51774421 1.13724472-.51774421 1.57193853 0l.53418359.636242C2.6801016 3.05906616 5.3954073 0 8.70305983 0c3.47295863 0 6.29693777 3.36533738 6.29693777 7.4999989Z" fill="#fff"/></symbol>
</defs>
</svg>

0 comments on commit 9aec4aa

Please sign in to comment.