💄 style: Add svg icon for "Create an upscaled version of the current image"

pull/519/head
kaalibro 2024-01-16 02:20:34 +06:00
parent e7f0854df6
commit 688a8743b1
No known key found for this signature in database
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, Play,
RefreshCcw, RefreshCcw,
Save, Save,
Scaling,
Settings, Settings,
Share2, Share2,
SquarePen, SquarePen,
@ -80,6 +81,7 @@ export default () => {
replaceIcon(button, ['📎'], Paperclip, 16); replaceIcon(button, ['📎'], Paperclip, 16);
replaceIcon(button, ['📦'], Box, 16); replaceIcon(button, ['📦'], Box, 16);
replaceIcon(button, ['💞'], Share2, 16); replaceIcon(button, ['💞'], Share2, 16);
replaceIcon(button, ['✨'], Scaling, 16);
} }
for (const span of document.querySelectorAll('span')) { for (const span of document.querySelectorAll('span')) {