💄 style: Add svg icon for "Create an upscaled version of the current image"
parent
e7f0854df6
commit
688a8743b1
File diff suppressed because one or more lines are too long
|
|
@ -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')) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue