From 98975d59231eeedeaa2b17998b56a3c21e5d647e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 20:27:43 -0500 Subject: Move images (#1372) * Move mixed/img/ to images/ * Move bg/img/ to images/ --- ext/mixed/css/display.css | 16 ++--- ext/mixed/css/material.css | 94 +++++++++++++++--------------- ext/mixed/img/add-term-kana.svg | 23 -------- ext/mixed/img/add-term-kanji.svg | 24 -------- ext/mixed/img/backup.svg | 1 - ext/mixed/img/book.svg | 1 - ext/mixed/img/checkbox-border.svg | 1 - ext/mixed/img/checkbox-check.svg | 1 - ext/mixed/img/checkbox-fill.svg | 1 - ext/mixed/img/checkmark.svg | 1 - ext/mixed/img/clipboard.svg | 1 - ext/mixed/img/cog.svg | 1 - ext/mixed/img/collapse.svg | 1 - ext/mixed/img/cross.svg | 1 - ext/mixed/img/entry-current.svg | 16 ----- ext/mixed/img/exclamation-point-short.svg | 1 - ext/mixed/img/expand.svg | 1 - ext/mixed/img/hamburger-menu.svg | 1 - ext/mixed/img/hiragana-a.svg | 1 - ext/mixed/img/icon128.png | Bin 594 -> 0 bytes ext/mixed/img/icon16.png | Bin 129 -> 0 bytes ext/mixed/img/icon19.png | Bin 135 -> 0 bytes ext/mixed/img/icon32.png | Bin 288 -> 0 bytes ext/mixed/img/icon38.png | Bin 196 -> 0 bytes ext/mixed/img/icon48.png | Bin 223 -> 0 bytes ext/mixed/img/icon64.png | Bin 289 -> 0 bytes ext/mixed/img/kebab-menu.svg | 1 - ext/mixed/img/key.svg | 1 - ext/mixed/img/keyboard.svg | 1 - ext/mixed/img/left-chevron.svg | 1 - ext/mixed/img/lock.svg | 1 - ext/mixed/img/magnifying-glass.svg | 1 - ext/mixed/img/material-down-arrow.svg | 1 - ext/mixed/img/material-right-arrow.svg | 1 - ext/mixed/img/mouse.svg | 1 - ext/mixed/img/note-card.svg | 1 - ext/mixed/img/palette.svg | 1 - ext/mixed/img/play-audio.svg | 27 --------- ext/mixed/img/plus-circle-large.svg | 1 - ext/mixed/img/plus-circle-small.svg | 1 - ext/mixed/img/plus-thick.svg | 1 - ext/mixed/img/popup-size.svg | 1 - ext/mixed/img/popup.svg | 1 - ext/mixed/img/profile.svg | 1 - ext/mixed/img/question-mark-circle.svg | 1 - ext/mixed/img/question-mark-thick.svg | 1 - ext/mixed/img/question-mark.svg | 1 - ext/mixed/img/radio-button-dot.svg | 1 - ext/mixed/img/radio-button.svg | 1 - ext/mixed/img/right-chevron.svg | 1 - ext/mixed/img/scanning.svg | 1 - ext/mixed/img/sentence-parsing.svg | 1 - ext/mixed/img/source-term.svg | 31 ---------- ext/mixed/img/speaker.svg | 1 - ext/mixed/img/spinner.gif | Bin 7358 -> 0 bytes ext/mixed/img/spinner.svg | 32 ---------- ext/mixed/img/text-parsing.svg | 1 - ext/mixed/img/translation.svg | 1 - ext/mixed/img/up-arrow.svg | 1 - ext/mixed/img/view-note.svg | 22 ------- ext/mixed/img/window.svg | 1 - ext/mixed/img/yomichan-icon.svg | 5 -- 62 files changed, 55 insertions(+), 279 deletions(-) delete mode 100644 ext/mixed/img/add-term-kana.svg delete mode 100644 ext/mixed/img/add-term-kanji.svg delete mode 100644 ext/mixed/img/backup.svg delete mode 100644 ext/mixed/img/book.svg delete mode 100644 ext/mixed/img/checkbox-border.svg delete mode 100644 ext/mixed/img/checkbox-check.svg delete mode 100644 ext/mixed/img/checkbox-fill.svg delete mode 100644 ext/mixed/img/checkmark.svg delete mode 100644 ext/mixed/img/clipboard.svg delete mode 100644 ext/mixed/img/cog.svg delete mode 100644 ext/mixed/img/collapse.svg delete mode 100644 ext/mixed/img/cross.svg delete mode 100644 ext/mixed/img/entry-current.svg delete mode 100644 ext/mixed/img/exclamation-point-short.svg delete mode 100644 ext/mixed/img/expand.svg delete mode 100644 ext/mixed/img/hamburger-menu.svg delete mode 100644 ext/mixed/img/hiragana-a.svg delete mode 100644 ext/mixed/img/icon128.png delete mode 100644 ext/mixed/img/icon16.png delete mode 100644 ext/mixed/img/icon19.png delete mode 100644 ext/mixed/img/icon32.png delete mode 100644 ext/mixed/img/icon38.png delete mode 100644 ext/mixed/img/icon48.png delete mode 100644 ext/mixed/img/icon64.png delete mode 100644 ext/mixed/img/kebab-menu.svg delete mode 100644 ext/mixed/img/key.svg delete mode 100644 ext/mixed/img/keyboard.svg delete mode 100644 ext/mixed/img/left-chevron.svg delete mode 100644 ext/mixed/img/lock.svg delete mode 100644 ext/mixed/img/magnifying-glass.svg delete mode 100644 ext/mixed/img/material-down-arrow.svg delete mode 100644 ext/mixed/img/material-right-arrow.svg delete mode 100644 ext/mixed/img/mouse.svg delete mode 100644 ext/mixed/img/note-card.svg delete mode 100644 ext/mixed/img/palette.svg delete mode 100644 ext/mixed/img/play-audio.svg delete mode 100644 ext/mixed/img/plus-circle-large.svg delete mode 100644 ext/mixed/img/plus-circle-small.svg delete mode 100644 ext/mixed/img/plus-thick.svg delete mode 100644 ext/mixed/img/popup-size.svg delete mode 100644 ext/mixed/img/popup.svg delete mode 100644 ext/mixed/img/profile.svg delete mode 100644 ext/mixed/img/question-mark-circle.svg delete mode 100644 ext/mixed/img/question-mark-thick.svg delete mode 100644 ext/mixed/img/question-mark.svg delete mode 100644 ext/mixed/img/radio-button-dot.svg delete mode 100644 ext/mixed/img/radio-button.svg delete mode 100644 ext/mixed/img/right-chevron.svg delete mode 100644 ext/mixed/img/scanning.svg delete mode 100644 ext/mixed/img/sentence-parsing.svg delete mode 100644 ext/mixed/img/source-term.svg delete mode 100644 ext/mixed/img/speaker.svg delete mode 100644 ext/mixed/img/spinner.gif delete mode 100644 ext/mixed/img/spinner.svg delete mode 100644 ext/mixed/img/text-parsing.svg delete mode 100644 ext/mixed/img/translation.svg delete mode 100644 ext/mixed/img/up-arrow.svg delete mode 100644 ext/mixed/img/view-note.svg delete mode 100644 ext/mixed/img/window.svg delete mode 100644 ext/mixed/img/yomichan-icon.svg (limited to 'ext/mixed') diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 6e250aa5..476b2c35 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -625,19 +625,19 @@ button.action-button::before { background-size: contain; } button.action-button[data-icon=view-note]::before { - background-image: url('/mixed/img/view-note.svg'); + background-image: url('/images/view-note.svg'); } button.action-button[data-icon=add-term-kanji]::before { - background-image: url('/mixed/img/add-term-kanji.svg'); + background-image: url('/images/add-term-kanji.svg'); } button.action-button[data-icon=add-term-kana]::before { - background-image: url('/mixed/img/add-term-kana.svg'); + background-image: url('/images/add-term-kana.svg'); } button.action-button[data-icon=play-audio]::before { - background-image: url('/mixed/img/play-audio.svg'); + background-image: url('/images/play-audio.svg'); } button.action-button[data-icon=source-term]::before { - background-image: url('/mixed/img/source-term.svg'); + background-image: url('/images/source-term.svg'); } .entry[data-type=term][data-expression-multi=true] .actions>button.action-button.action-play-audio { display: none; @@ -903,12 +903,12 @@ button.action-button[data-icon=source-term]::before { mask-position: center center; mask-mode: alpha; mask-size: contain; - mask-image: url(/mixed/img/material-right-arrow.svg); + mask-image: url(/images/material-right-arrow.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-mode: alpha; -webkit-mask-size: contain; - -webkit-mask-image: url(/mixed/img/material-right-arrow.svg); + -webkit-mask-image: url(/images/material-right-arrow.svg); } .term-expression:not(:first-of-type) .term-expression-current-indicator, :root:not([data-popup-current-indicator-mode=triangle]) .term-expression-current-indicator { @@ -935,7 +935,7 @@ button.action-button[data-icon=source-term]::before { background-color: transparent; background-repeat: no-repeat; background-size: contain; - background-image: url('/mixed/img/entry-current.svg'); + background-image: url('/images/entry-current.svg'); } diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index 365b15ad..1177baa1 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -183,46 +183,46 @@ mask-image: var(--icon-image); } .icon[data-icon=none] { --icon-image: linear-gradient(transparent, transparent); } -.icon[data-icon=profile] { --icon-image: url(/mixed/img/profile.svg); } -.icon[data-icon=cog] { --icon-image: url(/mixed/img/cog.svg); } -.icon[data-icon=palette] { --icon-image: url(/mixed/img/palette.svg); } -.icon[data-icon=popup] { --icon-image: url(/mixed/img/popup.svg); } -.icon[data-icon=speaker] { --icon-image: url(/mixed/img/speaker.svg); } -.icon[data-icon=scanning] { --icon-image: url(/mixed/img/scanning.svg); } -.icon[data-icon=text-parsing] { --icon-image: url(/mixed/img/text-parsing.svg); } -.icon[data-icon=translation] { --icon-image: url(/mixed/img/translation.svg); } -.icon[data-icon=book] { --icon-image: url(/mixed/img/book.svg); } -.icon[data-icon=note-card] { --icon-image: url(/mixed/img/note-card.svg); } -.icon[data-icon=keyboard] { --icon-image: url(/mixed/img/keyboard.svg); } -.icon[data-icon=backup] { --icon-image: url(/mixed/img/backup.svg); } -.icon[data-icon=lock] { --icon-image: url(/mixed/img/lock.svg); } -.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } -.icon[data-icon=popup-size] { --icon-image: url(/mixed/img/popup-size.svg); } -.icon[data-icon=hamburger-menu] { --icon-image: url(/mixed/img/hamburger-menu.svg); } -.icon[data-icon=kebab-menu] { --icon-image: url(/mixed/img/kebab-menu.svg); } -.icon[data-icon=mouse] { --icon-image: url(/mixed/img/mouse.svg); } -.icon[data-icon=exclamation-point-short] { --icon-image: url(/mixed/img/exclamation-point-short.svg); } -.icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } -.icon[data-icon=collapse] { --icon-image: url(/mixed/img/collapse.svg); } -.icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } -.icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } -.icon[data-icon=cross] { --icon-image: url(/mixed/img/cross.svg); } -.icon[data-icon=checkmark] { --icon-image: url(/mixed/img/checkmark.svg); } -.icon[data-icon=sentence-parsing] { --icon-image: url(/mixed/img/sentence-parsing.svg); } -.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } -.icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } -.icon[data-icon=question-mark-thick] { --icon-image: url(/mixed/img/question-mark-thick.svg); } -.icon[data-icon=left-chevron] { --icon-image: url(/mixed/img/left-chevron.svg); } -.icon[data-icon=right-chevron] { --icon-image: url(/mixed/img/right-chevron.svg); } -.icon[data-icon=plus-thick] { --icon-image: url(/mixed/img/plus-thick.svg); } -.icon[data-icon=clipboard] { --icon-image: url(/mixed/img/clipboard.svg); } -.icon[data-icon=key] { --icon-image: url(/mixed/img/key.svg); } +.icon[data-icon=profile] { --icon-image: url(/images/profile.svg); } +.icon[data-icon=cog] { --icon-image: url(/images/cog.svg); } +.icon[data-icon=palette] { --icon-image: url(/images/palette.svg); } +.icon[data-icon=popup] { --icon-image: url(/images/popup.svg); } +.icon[data-icon=speaker] { --icon-image: url(/images/speaker.svg); } +.icon[data-icon=scanning] { --icon-image: url(/images/scanning.svg); } +.icon[data-icon=text-parsing] { --icon-image: url(/images/text-parsing.svg); } +.icon[data-icon=translation] { --icon-image: url(/images/translation.svg); } +.icon[data-icon=book] { --icon-image: url(/images/book.svg); } +.icon[data-icon=note-card] { --icon-image: url(/images/note-card.svg); } +.icon[data-icon=keyboard] { --icon-image: url(/images/keyboard.svg); } +.icon[data-icon=backup] { --icon-image: url(/images/backup.svg); } +.icon[data-icon=lock] { --icon-image: url(/images/lock.svg); } +.icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); } +.icon[data-icon=popup-size] { --icon-image: url(/images/popup-size.svg); } +.icon[data-icon=hamburger-menu] { --icon-image: url(/images/hamburger-menu.svg); } +.icon[data-icon=kebab-menu] { --icon-image: url(/images/kebab-menu.svg); } +.icon[data-icon=mouse] { --icon-image: url(/images/mouse.svg); } +.icon[data-icon=exclamation-point-short] { --icon-image: url(/images/exclamation-point-short.svg); } +.icon[data-icon=magnifying-glass] { --icon-image: url(/images/magnifying-glass.svg); } +.icon[data-icon=collapse] { --icon-image: url(/images/collapse.svg); } +.icon[data-icon=expand] { --icon-image: url(/images/expand.svg); } +.icon[data-icon=window] { --icon-image: url(/images/window.svg); } +.icon[data-icon=cross] { --icon-image: url(/images/cross.svg); } +.icon[data-icon=checkmark] { --icon-image: url(/images/checkmark.svg); } +.icon[data-icon=sentence-parsing] { --icon-image: url(/images/sentence-parsing.svg); } +.icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); } +.icon[data-icon=question-mark-circle] { --icon-image: url(/images/question-mark-circle.svg); } +.icon[data-icon=question-mark-thick] { --icon-image: url(/images/question-mark-thick.svg); } +.icon[data-icon=left-chevron] { --icon-image: url(/images/left-chevron.svg); } +.icon[data-icon=right-chevron] { --icon-image: url(/images/right-chevron.svg); } +.icon[data-icon=plus-thick] { --icon-image: url(/images/plus-thick.svg); } +.icon[data-icon=clipboard] { --icon-image: url(/images/clipboard.svg); } +.icon[data-icon=key] { --icon-image: url(/images/key.svg); } .icon[data-icon=material-down-arrow] { - --icon-image: url(/mixed/img/material-down-arrow.svg); + --icon-image: url(/images/material-down-arrow.svg); --icon-size: var(--material-arrow-dimension2) var(--material-arrow-dimension1); } .icon[data-icon=material-right-arrow] { - --icon-image: url(/mixed/img/material-right-arrow.svg); + --icon-image: url(/images/material-right-arrow.svg); --icon-size: var(--material-arrow-dimension1) var(--material-arrow-dimension2); } @@ -277,20 +277,20 @@ label.checkbox { transition: opacity var(--animation-duration) linear, background-color var(--animation-duration) linear; } .checkbox-fill { - mask-image: url(/mixed/img/checkbox-fill.svg); - -webkit-mask-image: url(/mixed/img/checkbox-fill.svg); + mask-image: url(/images/checkbox-fill.svg); + -webkit-mask-image: url(/images/checkbox-fill.svg); background-color: var(--checkbox-unchecked-color); opacity: 0; } .checkbox-border { - mask-image: url(/mixed/img/checkbox-border.svg); - -webkit-mask-image: url(/mixed/img/checkbox-border.svg); + mask-image: url(/images/checkbox-border.svg); + -webkit-mask-image: url(/images/checkbox-border.svg); background-color: var(--checkbox-unchecked-color); opacity: 1; } .checkbox-check { - mask-image: url(/mixed/img/checkbox-check.svg); - -webkit-mask-image: url(/mixed/img/checkbox-check.svg); + mask-image: url(/images/checkbox-check.svg); + -webkit-mask-image: url(/images/checkbox-check.svg); background-color: var(--checkbox-check-color); opacity: 0; } @@ -482,12 +482,12 @@ label.radio { -webkit-mask-size: var(--radio-size) var(--radio-size); } .radio-border { - mask-image: url(/mixed/img/radio-button.svg); - -webkit-mask-image: url(/mixed/img/radio-button.svg); + mask-image: url(/images/radio-button.svg); + -webkit-mask-image: url(/images/radio-button.svg); } .radio-dot { - mask-image: url(/mixed/img/radio-button-dot.svg); - -webkit-mask-image: url(/mixed/img/radio-button-dot.svg); + mask-image: url(/images/radio-button-dot.svg); + -webkit-mask-image: url(/images/radio-button-dot.svg); opacity: 1; transform: none; transition: @@ -571,7 +571,7 @@ select { appearance: none; -moz-appearance: none; -webkit-appearance: none; - background-image: url(/mixed/img/material-down-arrow.svg); + background-image: url(/images/material-down-arrow.svg); background-repeat: no-repeat; background-position: right calc(10em / var(--font-size-no-units)) center; background-color: var(--input-background-color); diff --git a/ext/mixed/img/add-term-kana.svg b/ext/mixed/img/add-term-kana.svg deleted file mode 100644 index bb964476..00000000 --- a/ext/mixed/img/add-term-kana.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/add-term-kanji.svg b/ext/mixed/img/add-term-kanji.svg deleted file mode 100644 index 3737eaec..00000000 --- a/ext/mixed/img/add-term-kanji.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/backup.svg b/ext/mixed/img/backup.svg deleted file mode 100644 index 54f9e01d..00000000 --- a/ext/mixed/img/backup.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/book.svg b/ext/mixed/img/book.svg deleted file mode 100644 index 1b785296..00000000 --- a/ext/mixed/img/book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-border.svg b/ext/mixed/img/checkbox-border.svg deleted file mode 100644 index cd117bbd..00000000 --- a/ext/mixed/img/checkbox-border.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-check.svg b/ext/mixed/img/checkbox-check.svg deleted file mode 100644 index 7e2c8f5c..00000000 --- a/ext/mixed/img/checkbox-check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-fill.svg b/ext/mixed/img/checkbox-fill.svg deleted file mode 100644 index 19056771..00000000 --- a/ext/mixed/img/checkbox-fill.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkmark.svg b/ext/mixed/img/checkmark.svg deleted file mode 100644 index 14504166..00000000 --- a/ext/mixed/img/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/clipboard.svg b/ext/mixed/img/clipboard.svg deleted file mode 100644 index 75545134..00000000 --- a/ext/mixed/img/clipboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/cog.svg b/ext/mixed/img/cog.svg deleted file mode 100644 index 7232d25d..00000000 --- a/ext/mixed/img/cog.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/collapse.svg b/ext/mixed/img/collapse.svg deleted file mode 100644 index 1efed703..00000000 --- a/ext/mixed/img/collapse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/cross.svg b/ext/mixed/img/cross.svg deleted file mode 100644 index 9ea89e51..00000000 --- a/ext/mixed/img/cross.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/entry-current.svg b/ext/mixed/img/entry-current.svg deleted file mode 100644 index abf3f76d..00000000 --- a/ext/mixed/img/entry-current.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/exclamation-point-short.svg b/ext/mixed/img/exclamation-point-short.svg deleted file mode 100644 index 6e92c460..00000000 --- a/ext/mixed/img/exclamation-point-short.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/expand.svg b/ext/mixed/img/expand.svg deleted file mode 100644 index 57a2bd98..00000000 --- a/ext/mixed/img/expand.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/hamburger-menu.svg b/ext/mixed/img/hamburger-menu.svg deleted file mode 100644 index 9048d205..00000000 --- a/ext/mixed/img/hamburger-menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/hiragana-a.svg b/ext/mixed/img/hiragana-a.svg deleted file mode 100644 index 1a7d6a7f..00000000 --- a/ext/mixed/img/hiragana-a.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/icon128.png b/ext/mixed/img/icon128.png deleted file mode 100644 index c3e5ae64..00000000 Binary files a/ext/mixed/img/icon128.png and /dev/null differ diff --git a/ext/mixed/img/icon16.png b/ext/mixed/img/icon16.png deleted file mode 100644 index 10dab78a..00000000 Binary files a/ext/mixed/img/icon16.png and /dev/null differ diff --git a/ext/mixed/img/icon19.png b/ext/mixed/img/icon19.png deleted file mode 100644 index 6fd3132e..00000000 Binary files a/ext/mixed/img/icon19.png and /dev/null differ diff --git a/ext/mixed/img/icon32.png b/ext/mixed/img/icon32.png deleted file mode 100644 index 05f2f064..00000000 Binary files a/ext/mixed/img/icon32.png and /dev/null differ diff --git a/ext/mixed/img/icon38.png b/ext/mixed/img/icon38.png deleted file mode 100644 index 719dfbc8..00000000 Binary files a/ext/mixed/img/icon38.png and /dev/null differ diff --git a/ext/mixed/img/icon48.png b/ext/mixed/img/icon48.png deleted file mode 100644 index da76135b..00000000 Binary files a/ext/mixed/img/icon48.png and /dev/null differ diff --git a/ext/mixed/img/icon64.png b/ext/mixed/img/icon64.png deleted file mode 100644 index b47b0bce..00000000 Binary files a/ext/mixed/img/icon64.png and /dev/null differ diff --git a/ext/mixed/img/kebab-menu.svg b/ext/mixed/img/kebab-menu.svg deleted file mode 100644 index 6df6a177..00000000 --- a/ext/mixed/img/kebab-menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/key.svg b/ext/mixed/img/key.svg deleted file mode 100644 index 738e07a3..00000000 --- a/ext/mixed/img/key.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/keyboard.svg b/ext/mixed/img/keyboard.svg deleted file mode 100644 index aac85b1c..00000000 --- a/ext/mixed/img/keyboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/left-chevron.svg b/ext/mixed/img/left-chevron.svg deleted file mode 100644 index 9dd012dc..00000000 --- a/ext/mixed/img/left-chevron.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/lock.svg b/ext/mixed/img/lock.svg deleted file mode 100644 index ec42789e..00000000 --- a/ext/mixed/img/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/magnifying-glass.svg b/ext/mixed/img/magnifying-glass.svg deleted file mode 100644 index a8367d8d..00000000 --- a/ext/mixed/img/magnifying-glass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/material-down-arrow.svg b/ext/mixed/img/material-down-arrow.svg deleted file mode 100644 index dd60c48d..00000000 --- a/ext/mixed/img/material-down-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/material-right-arrow.svg b/ext/mixed/img/material-right-arrow.svg deleted file mode 100644 index 15be03c0..00000000 --- a/ext/mixed/img/material-right-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/mouse.svg b/ext/mixed/img/mouse.svg deleted file mode 100644 index 80c400e6..00000000 --- a/ext/mixed/img/mouse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/note-card.svg b/ext/mixed/img/note-card.svg deleted file mode 100644 index fb00b074..00000000 --- a/ext/mixed/img/note-card.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/palette.svg b/ext/mixed/img/palette.svg deleted file mode 100644 index 4a615ef2..00000000 --- a/ext/mixed/img/palette.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/play-audio.svg b/ext/mixed/img/play-audio.svg deleted file mode 100644 index 1d5e2d9c..00000000 --- a/ext/mixed/img/play-audio.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/plus-circle-large.svg b/ext/mixed/img/plus-circle-large.svg deleted file mode 100644 index b034a723..00000000 --- a/ext/mixed/img/plus-circle-large.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/plus-circle-small.svg b/ext/mixed/img/plus-circle-small.svg deleted file mode 100644 index 1ddc2b72..00000000 --- a/ext/mixed/img/plus-circle-small.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/plus-thick.svg b/ext/mixed/img/plus-thick.svg deleted file mode 100644 index 6b1b5c5a..00000000 --- a/ext/mixed/img/plus-thick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/popup-size.svg b/ext/mixed/img/popup-size.svg deleted file mode 100644 index 220409db..00000000 --- a/ext/mixed/img/popup-size.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/popup.svg b/ext/mixed/img/popup.svg deleted file mode 100644 index 77217cd0..00000000 --- a/ext/mixed/img/popup.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/profile.svg b/ext/mixed/img/profile.svg deleted file mode 100644 index 52a1363d..00000000 --- a/ext/mixed/img/profile.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark-circle.svg b/ext/mixed/img/question-mark-circle.svg deleted file mode 100644 index 0076f7cd..00000000 --- a/ext/mixed/img/question-mark-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark-thick.svg b/ext/mixed/img/question-mark-thick.svg deleted file mode 100644 index 7f2214a6..00000000 --- a/ext/mixed/img/question-mark-thick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark.svg b/ext/mixed/img/question-mark.svg deleted file mode 100644 index bc3b9a1c..00000000 --- a/ext/mixed/img/question-mark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/radio-button-dot.svg b/ext/mixed/img/radio-button-dot.svg deleted file mode 100644 index b1aebe27..00000000 --- a/ext/mixed/img/radio-button-dot.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/radio-button.svg b/ext/mixed/img/radio-button.svg deleted file mode 100644 index 8c655069..00000000 --- a/ext/mixed/img/radio-button.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/right-chevron.svg b/ext/mixed/img/right-chevron.svg deleted file mode 100644 index e210057b..00000000 --- a/ext/mixed/img/right-chevron.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/scanning.svg b/ext/mixed/img/scanning.svg deleted file mode 100644 index 9ac16c83..00000000 --- a/ext/mixed/img/scanning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/sentence-parsing.svg b/ext/mixed/img/sentence-parsing.svg deleted file mode 100644 index 7c883175..00000000 --- a/ext/mixed/img/sentence-parsing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/source-term.svg b/ext/mixed/img/source-term.svg deleted file mode 100644 index a70938f2..00000000 --- a/ext/mixed/img/source-term.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/speaker.svg b/ext/mixed/img/speaker.svg deleted file mode 100644 index e0a4e798..00000000 --- a/ext/mixed/img/speaker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/spinner.gif b/ext/mixed/img/spinner.gif deleted file mode 100644 index 8ed30cb6..00000000 Binary files a/ext/mixed/img/spinner.gif and /dev/null differ diff --git a/ext/mixed/img/spinner.svg b/ext/mixed/img/spinner.svg deleted file mode 100644 index ec19ba83..00000000 --- a/ext/mixed/img/spinner.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - \ No newline at end of file diff --git a/ext/mixed/img/text-parsing.svg b/ext/mixed/img/text-parsing.svg deleted file mode 100644 index dfa88af8..00000000 --- a/ext/mixed/img/text-parsing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/translation.svg b/ext/mixed/img/translation.svg deleted file mode 100644 index fdb98b1d..00000000 --- a/ext/mixed/img/translation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/up-arrow.svg b/ext/mixed/img/up-arrow.svg deleted file mode 100644 index d5dea78c..00000000 --- a/ext/mixed/img/up-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/view-note.svg b/ext/mixed/img/view-note.svg deleted file mode 100644 index 3e6f1dce..00000000 --- a/ext/mixed/img/view-note.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/window.svg b/ext/mixed/img/window.svg deleted file mode 100644 index d0d3b0fb..00000000 --- a/ext/mixed/img/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/yomichan-icon.svg b/ext/mixed/img/yomichan-icon.svg deleted file mode 100644 index f15ab0aa..00000000 --- a/ext/mixed/img/yomichan-icon.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3