Merge pull request #519 from kaalibro/dev

💄 style: Add svg icon for "Create an upscaled version of the current image"
pull/522/head
kaalibro 2024-01-16 02:22:57 +06:00 committed by GitHub
commit 7d12a9eedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,7 @@ import {
Play,
RefreshCcw,
Save,
Scaling,
Settings,
Share2,
SquarePen,
@ -80,6 +81,7 @@ export default () => {
replaceIcon(button, ['📎'], Paperclip, 16);
replaceIcon(button, ['📦'], Box, 16);
replaceIcon(button, ['💞'], Share2, 16);
replaceIcon(button, ['✨'], Scaling, 16);
}
for (const span of document.querySelectorAll('span')) {