Merge pull request #519 from kaalibro/dev
💄 style: Add svg icon for "Create an upscaled version of the current image"
pull/522/head
commit
7d12a9eedf
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