@internetarchive/bookreader 5.0.0-9-multiple-files → 5.0.0-90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +21 -19
- package/.github/workflows/node.js.yml +81 -7
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +505 -1442
- package/BookReader/BookReader.js +2 -21564
- package/BookReader/BookReader.js.LICENSE.txt +20 -20
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1782 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +7 -0
- package/BookReader/ia-bookreader-bundle.js.map +1 -0
- package/BookReader/icons/1up.svg +1 -12
- package/BookReader/icons/2up.svg +1 -15
- package/BookReader/icons/advance.svg +3 -26
- package/BookReader/icons/chevron-right.svg +1 -1
- package/BookReader/icons/close-circle-dark.svg +1 -0
- package/BookReader/icons/close-circle.svg +1 -1
- package/BookReader/icons/fullscreen.svg +1 -17
- package/BookReader/icons/fullscreen_exit.svg +1 -17
- package/BookReader/icons/hamburger.svg +1 -15
- package/BookReader/icons/left-arrow.svg +1 -12
- package/BookReader/icons/magnify-minus.svg +1 -16
- package/BookReader/icons/magnify-plus.svg +1 -17
- package/BookReader/icons/magnify.svg +1 -15
- package/BookReader/icons/pause.svg +1 -23
- package/BookReader/icons/play.svg +1 -22
- package/BookReader/icons/playback-speed.svg +1 -34
- package/BookReader/icons/read-aloud.svg +1 -22
- package/BookReader/icons/review.svg +3 -22
- package/BookReader/icons/thumbnails.svg +1 -17
- package/BookReader/icons/voice.svg +1 -0
- package/BookReader/icons/volume-full.svg +1 -22
- package/BookReader/images/BRicons.svg +5 -94
- package/BookReader/images/books_graphic.svg +1 -177
- package/BookReader/images/icon_book.svg +1 -12
- package/BookReader/images/icon_bookmark.svg +1 -12
- package/BookReader/images/icon_gear.svg +1 -14
- package/BookReader/images/icon_hamburger.svg +1 -20
- package/BookReader/images/icon_home.svg +1 -21
- package/BookReader/images/icon_info.svg +1 -11
- package/BookReader/images/icon_one_page.svg +1 -8
- package/BookReader/images/icon_pause.svg +1 -1
- package/BookReader/images/icon_play.svg +1 -1
- package/BookReader/images/icon_playback-rate.svg +1 -15
- package/BookReader/images/icon_search_button.svg +1 -8
- package/BookReader/images/icon_share.svg +1 -9
- package/BookReader/images/icon_skip-ahead.svg +1 -6
- package/BookReader/images/icon_skip-back.svg +2 -13
- package/BookReader/images/icon_speaker.svg +1 -18
- package/BookReader/images/icon_speaker_open.svg +1 -10
- package/BookReader/images/icon_thumbnails.svg +1 -12
- package/BookReader/images/icon_toc.svg +1 -5
- package/BookReader/images/icon_two_pages.svg +1 -9
- package/BookReader/images/marker_chap-off.svg +1 -11
- package/BookReader/images/marker_chap-on.svg +1 -11
- package/BookReader/images/marker_srch-on.svg +1 -11
- package/BookReader/images/unviewable_page.png +0 -0
- package/BookReader/jquery-3.js +2 -0
- package/BookReader/jquery-3.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +1 -172
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
- package/BookReader/plugins/plugin.autoplay.js +1 -165
- package/BookReader/plugins/plugin.autoplay.js.map +1 -1
- package/BookReader/plugins/plugin.chapters.js +22 -301
- package/BookReader/plugins/plugin.chapters.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.chapters.js.map +1 -1
- package/BookReader/plugins/plugin.iframe.js +1 -74
- package/BookReader/plugins/plugin.iframe.js.map +1 -1
- package/BookReader/plugins/plugin.iiif.js +2 -0
- package/BookReader/plugins/plugin.iiif.js.map +1 -0
- package/BookReader/plugins/plugin.resume.js +1 -368
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +2 -1420
- package/BookReader/plugins/plugin.search.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.search.js.map +1 -1
- package/BookReader/plugins/plugin.text_selection.js +2 -1080
- package/BookReader/plugins/plugin.text_selection.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.text_selection.js.map +1 -1
- package/BookReader/plugins/plugin.tts.js +2 -9193
- package/BookReader/plugins/plugin.tts.js.LICENSE.txt +2 -0
- package/BookReader/plugins/plugin.tts.js.map +1 -1
- package/BookReader/plugins/plugin.url.js +1 -269
- package/BookReader/plugins/plugin.url.js.map +1 -1
- package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -379
- package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
- package/BookReader/webcomponents-bundle.js +3 -0
- package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
- package/BookReader/webcomponents-bundle.js.map +1 -0
- package/BookReaderDemo/BookReaderDemo.css +18 -19
- package/BookReaderDemo/BookReaderJSAdvanced.js +0 -3
- package/BookReaderDemo/BookReaderJSSimple.js +1 -0
- package/BookReaderDemo/IADemoBr.js +144 -0
- package/BookReaderDemo/demo-advanced.html +2 -2
- package/BookReaderDemo/demo-embed-iframe-src.html +2 -1
- package/BookReaderDemo/demo-fullscreen-mobile.html +3 -5
- package/BookReaderDemo/demo-fullscreen.html +2 -4
- package/BookReaderDemo/demo-iiif.html +99 -12
- package/BookReaderDemo/demo-internetarchive.html +214 -18
- package/BookReaderDemo/demo-multiple.html +2 -1
- package/BookReaderDemo/demo-preview-pages.html +526 -525
- package/BookReaderDemo/demo-simple.html +2 -1
- package/BookReaderDemo/demo-vendor-fullscreen.html +2 -4
- package/BookReaderDemo/ia-multiple-volumes-manifest.js +170 -0
- package/BookReaderDemo/immersion-1up.html +2 -2
- package/BookReaderDemo/immersion-mode.html +2 -4
- package/BookReaderDemo/toggle_controls.html +3 -2
- package/BookReaderDemo/view_mode.html +2 -1
- package/BookReaderDemo/viewmode-cycle.html +2 -3
- package/CHANGELOG.md +595 -33
- package/README.md +14 -1
- package/babel.config.js +20 -0
- package/codecov.yml +6 -0
- package/index.html +5 -2
- package/jsconfig.json +19 -0
- package/netlify.toml +9 -0
- package/package.json +70 -62
- package/renovate.json +52 -0
- package/scripts/preversion.js +0 -1
- package/src/BookNavigator/assets/bookmark-colors.js +1 -1
- package/src/BookNavigator/assets/button-base.js +10 -2
- package/src/BookNavigator/assets/ia-logo.js +17 -0
- package/src/BookNavigator/assets/icon_checkmark.js +1 -1
- package/src/BookNavigator/assets/icon_close.js +1 -1
- package/src/BookNavigator/book-navigator.js +590 -0
- package/src/BookNavigator/bookmarks/bookmark-button.js +3 -2
- package/src/BookNavigator/bookmarks/bookmark-edit.js +3 -4
- package/src/BookNavigator/bookmarks/bookmarks-list.js +2 -3
- package/src/BookNavigator/bookmarks/bookmarks-loginCTA.js +4 -9
- package/src/BookNavigator/bookmarks/bookmarks-provider.js +27 -17
- package/src/BookNavigator/bookmarks/ia-bookmarks.js +116 -67
- package/src/BookNavigator/delete-modal-actions.js +1 -1
- package/src/BookNavigator/downloads/downloads-provider.js +36 -21
- package/src/BookNavigator/downloads/downloads.js +29 -25
- package/src/BookNavigator/search/search-provider.js +80 -28
- package/src/BookNavigator/search/search-results.js +29 -26
- package/src/BookNavigator/sharing.js +27 -0
- package/src/BookNavigator/viewable-files.js +95 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +13 -12
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +7 -7
- package/src/BookReader/BookModel.js +76 -41
- package/src/BookReader/DragScrollable.js +233 -0
- package/src/BookReader/ImageCache.js +48 -15
- package/src/BookReader/Mode1Up.js +56 -351
- package/src/BookReader/Mode1UpLit.js +388 -0
- package/src/BookReader/Mode2Up.js +73 -1318
- package/src/BookReader/Mode2UpLit.js +777 -0
- package/src/BookReader/ModeCoordinateSpace.js +29 -0
- package/src/BookReader/ModeSmoothZoom.js +312 -0
- package/src/BookReader/ModeThumb.js +19 -13
- package/src/BookReader/Navbar/Navbar.js +70 -54
- package/src/BookReader/PageContainer.js +116 -22
- package/src/BookReader/ReduceSet.js +3 -3
- package/src/BookReader/Toolbar/Toolbar.js +14 -41
- package/src/BookReader/events.js +2 -3
- package/src/BookReader/options.js +73 -15
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils/SelectionObserver.js +45 -0
- package/src/BookReader/utils/classes.js +1 -1
- package/src/BookReader/utils.js +128 -13
- package/src/BookReader.js +562 -1078
- package/src/BookReaderPlugin.js +44 -0
- package/src/assets/icons/close-circle-dark.svg +1 -0
- package/src/assets/icons/magnify-minus.svg +3 -7
- package/src/assets/icons/magnify-plus.svg +3 -7
- package/src/assets/icons/voice.svg +1 -0
- package/src/assets/images/unviewable_page.png +0 -0
- package/src/css/BookReader.scss +1 -17
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRicon.scss +8 -2
- package/src/css/_BRmain.scss +33 -27
- package/src/css/_BRnav.scss +12 -42
- package/src/css/_BRpages.scss +170 -42
- package/src/css/_BRsearch.scss +68 -230
- package/src/css/_BRtoolbar.scss +5 -5
- package/src/css/_TextSelection.scss +87 -27
- package/src/css/_colorbox.scss +2 -2
- package/src/css/_controls.scss +24 -7
- package/src/css/_icons.scss +7 -1
- package/src/ia-bookreader/ia-bookreader.js +224 -0
- package/src/plugins/plugin.archive_analytics.js +84 -78
- package/src/plugins/plugin.autoplay.js +99 -104
- package/src/plugins/plugin.chapters.js +237 -191
- package/src/plugins/plugin.iframe.js +1 -1
- package/src/plugins/plugin.iiif.js +141 -0
- package/src/plugins/plugin.resume.js +53 -50
- package/src/plugins/plugin.text_selection.js +503 -175
- package/src/plugins/plugin.vendor-fullscreen.js +7 -7
- package/src/plugins/search/plugin.search.js +183 -121
- package/src/plugins/search/utils.js +43 -0
- package/src/plugins/search/view.js +67 -202
- package/src/plugins/tts/AbstractTTSEngine.js +75 -45
- package/src/plugins/tts/FestivalTTSEngine.js +21 -31
- package/src/plugins/tts/PageChunk.js +16 -23
- package/src/plugins/tts/PageChunkIterator.js +11 -17
- package/src/plugins/tts/WebTTSEngine.js +88 -72
- package/src/plugins/tts/plugin.tts.js +310 -350
- package/src/plugins/tts/utils.js +16 -26
- package/src/plugins/url/UrlPlugin.js +191 -0
- package/src/plugins/{plugin.url.js → url/plugin.url.js} +47 -18
- package/src/util/browserSniffing.js +22 -0
- package/src/util/docCookies.js +21 -2
- package/src/util/strings.js +1 -0
- package/tests/e2e/README.md +37 -0
- package/tests/e2e/autoplay.test.js +9 -6
- package/tests/e2e/base.test.js +8 -16
- package/tests/e2e/helpers/base.js +55 -50
- package/tests/e2e/helpers/debug.js +1 -1
- package/tests/e2e/helpers/mockSearch.js +19 -22
- package/tests/e2e/helpers/params.js +17 -0
- package/tests/e2e/helpers/rightToLeft.js +8 -14
- package/tests/e2e/helpers/search.js +73 -0
- package/tests/e2e/models/Navigation.js +20 -37
- package/tests/e2e/rightToLeft.test.js +4 -5
- package/tests/e2e/viewmode.test.js +40 -33
- package/tests/jest/BookNavigator/book-navigator.test.js +661 -0
- package/tests/jest/BookNavigator/bookmarks/bookmark-button.test.js +43 -0
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmark-edit.test.js +25 -26
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmarks-list.test.js +41 -42
- package/tests/jest/BookNavigator/bookmarks/ia-bookmarks.test.js +45 -0
- package/tests/jest/BookNavigator/downloads/downloads-provider.test.js +67 -0
- package/tests/jest/BookNavigator/downloads/downloads.test.js +53 -0
- package/tests/jest/BookNavigator/search/search-provider.test.js +167 -0
- package/tests/{karma/BookNavigator → jest/BookNavigator/search}/search-results.test.js +109 -60
- package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +49 -0
- package/tests/jest/BookNavigator/viewable-files/viewable-files-provider.test.js +80 -0
- package/tests/jest/BookNavigator/visual-adjustments.test.js +200 -0
- package/tests/{BookReader → jest/BookReader}/BookModel.test.js +74 -14
- package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +193 -0
- package/tests/{BookReader → jest/BookReader}/ImageCache.test.js +4 -4
- package/tests/jest/BookReader/Mode1UpLit.test.js +73 -0
- package/tests/jest/BookReader/Mode2Up.test.js +98 -0
- package/tests/jest/BookReader/Mode2UpLit.test.js +190 -0
- package/tests/jest/BookReader/ModeCoordinateSpace.test.js +16 -0
- package/tests/jest/BookReader/ModeSmoothZoom.test.js +218 -0
- package/tests/jest/BookReader/ModeThumb.test.js +71 -0
- package/tests/{BookReader → jest/BookReader}/Navbar/Navbar.test.js +42 -29
- package/tests/jest/BookReader/PageContainer.test.js +238 -0
- package/tests/{BookReader → jest/BookReader}/ReduceSet.test.js +1 -1
- package/tests/{BookReader → jest/BookReader}/Toolbar/Toolbar.test.js +3 -3
- package/tests/jest/BookReader/utils/HTMLDimensionsCacher.test.js +59 -0
- package/tests/jest/BookReader/utils/ScrollClassAdder.test.js +49 -0
- package/tests/jest/BookReader/utils/SelectionObserver.test.js +57 -0
- package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
- package/tests/jest/BookReader/utils.test.js +250 -0
- package/tests/jest/BookReader.keyboard.test.js +190 -0
- package/tests/{BookReader.options.test.js → jest/BookReader.options.test.js} +10 -2
- package/tests/{BookReader.test.js → jest/BookReader.test.js} +43 -53
- package/tests/jest/plugins/plugin.archive_analytics.test.js +20 -0
- package/tests/jest/plugins/plugin.autoplay.test.js +35 -0
- package/tests/jest/plugins/plugin.chapters.test.js +195 -0
- package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +4 -4
- package/tests/{plugins → jest/plugins}/plugin.resume.test.js +22 -35
- package/tests/jest/plugins/plugin.text_selection.test.js +316 -0
- package/tests/{plugins → jest/plugins}/plugin.vendor-fullscreen.test.js +2 -2
- package/tests/{plugins → jest/plugins}/search/plugin.search.test.js +26 -47
- package/tests/{plugins → jest/plugins}/search/plugin.search.view.test.js +42 -9
- package/tests/jest/plugins/search/utils.js +25 -0
- package/tests/jest/plugins/search/utils.test.js +29 -0
- package/tests/{plugins → jest/plugins}/tts/AbstractTTSEngine.test.js +30 -10
- package/tests/{plugins → jest/plugins}/tts/FestivalTTSEngine.test.js +4 -4
- package/tests/{plugins → jest/plugins}/tts/PageChunk.test.js +1 -1
- package/tests/{plugins → jest/plugins}/tts/PageChunkIterator.test.js +3 -3
- package/tests/{plugins → jest/plugins}/tts/WebTTSEngine.test.js +47 -1
- package/tests/{plugins → jest/plugins}/tts/utils.test.js +1 -60
- package/tests/jest/plugins/url/UrlPlugin.test.js +198 -0
- package/tests/{plugins → jest/plugins/url}/plugin.url.test.js +57 -18
- package/tests/jest/setup.js +3 -0
- package/tests/{util → jest/util}/browserSniffing.test.js +1 -1
- package/tests/jest/util/docCookies.test.js +24 -0
- package/tests/{util → jest/util}/strings.test.js +1 -1
- package/tests/{utils.js → jest/utils.js} +38 -0
- package/webpack.config.js +16 -10
- package/.babelrc +0 -12
- package/.dependabot/config.yml +0 -6
- package/.testcaferc.json +0 -5
- package/BookReader/bookreader-component-bundle.js +0 -14330
- package/BookReader/bookreader-component-bundle.js.LICENSE.txt +0 -38
- package/BookReader/bookreader-component-bundle.js.map +0 -1
- package/BookReader/icons/sort-ascending.svg +0 -1
- package/BookReader/icons/sort-descending.svg +0 -1
- package/BookReader/jquery-1.10.1.js +0 -108
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +0 -24
- package/BookReader/plugins/plugin.menu_toggle.js +0 -369
- package/BookReader/plugins/plugin.menu_toggle.js.map +0 -1
- package/BookReader/plugins/plugin.mobile_nav.js +0 -335
- package/BookReader/plugins/plugin.mobile_nav.js.map +0 -1
- package/BookReaderDemo/BookReaderJSAutoplay.js +0 -56
- package/BookReaderDemo/IIIFBookReader.js +0 -207
- package/BookReaderDemo/bookreader-template-bundle.js +0 -7178
- package/BookReaderDemo/demo-autoplay.html +0 -38
- package/BookReaderDemo/demo-iiif.js +0 -26
- package/BookReaderDemo/demo-plugin-menu-toggle.html +0 -34
- package/karma.conf.js +0 -23
- package/src/BookNavigator/BookModel.js +0 -14
- package/src/BookNavigator/BookNavigator.js +0 -452
- package/src/BookNavigator/assets/book-loader.js +0 -27
- package/src/BookNavigator/assets/icon_sort_ascending.js +0 -5
- package/src/BookNavigator/assets/icon_sort_descending.js +0 -5
- package/src/BookNavigator/br-fullscreen-mgr.js +0 -83
- package/src/BookNavigator/search/a-search-result.js +0 -55
- package/src/BookNavigator/volumes/volumes-provider.js +0 -108
- package/src/BookNavigator/volumes/volumes.js +0 -162
- package/src/BookReader/DebugConsole.js +0 -54
- package/src/BookReaderComponent/BookReaderComponent.js +0 -112
- package/src/ItemNavigator/ItemNavigator.js +0 -372
- package/src/ItemNavigator/providers/sharing.js +0 -29
- package/src/assets/icons/sort-ascending.svg +0 -1
- package/src/assets/icons/sort-descending.svg +0 -1
- package/src/css/_MobileNav.scss +0 -194
- package/src/dragscrollable-br.js +0 -261
- package/src/plugins/menu_toggle/plugin.menu_toggle.js +0 -324
- package/src/plugins/plugin.mobile_nav.js +0 -287
- package/tests/BookReader/BookReaderPublicFunctions.test.js +0 -171
- package/tests/BookReader/DebugConsole.test.js +0 -25
- package/tests/BookReader/Mode1Up.test.js +0 -164
- package/tests/BookReader/Mode2Up.test.js +0 -247
- package/tests/BookReader/PageContainer.test.js +0 -115
- package/tests/BookReader/utils.test.js +0 -109
- package/tests/e2e/helpers/desktopSearch.js +0 -72
- package/tests/e2e/helpers/mobileSearch.js +0 -85
- package/tests/e2e/ia-production/ia-prod-base.js +0 -17
- package/tests/karma/BookNavigator/book-navigator.test.js +0 -132
- package/tests/karma/BookNavigator/visual-adjustments.test.js +0 -201
- package/tests/karma/BookNavigator/volumes.test.js +0 -133
- package/tests/plugins/menu_toggle/plugin.menu_toggle.test.js +0 -68
- package/tests/plugins/plugin.archive_analytics.test.js +0 -23
- package/tests/plugins/plugin.autoplay.test.js +0 -52
- package/tests/plugins/plugin.chapters.test.js +0 -130
- package/tests/plugins/plugin.mobile_nav.test.js +0 -66
- package/tests/plugins/plugin.text_selection.test.js +0 -203
- package/tests/util/docCookies.test.js +0 -15
package/BookReader/icons/1up.svg
CHANGED
|
@@ -1,12 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="11"
|
|
3
|
-
height="19"
|
|
4
|
-
viewBox="0 0 11 19"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="1upTitleID 1upDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="1upTitleID">One-page mode</title>
|
|
10
|
-
<desc id="1upDescID">An illustration of a rectangle representing a book page</desc>
|
|
11
|
-
<path d="m9.77194068 1c.10796015 0 .19839954.08352773.2220361.19570997l.00602322.05822495v16.49213018c0 .1202095-.07501651.22091-.17576747.2472283l-.05229185.0067066h-8.54388136c-.10796015 0-.19839954-.0835277-.2220361-.19571l-.00602322-.0582249v-16.49213018c0-.12020948.07501651-.22091.17576747-.24722832l.05229185-.0067066z" fill="none" stroke="#fff" stroke-width="1.5" />
|
|
12
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="19" aria-labelledby="1upTitleID 1upDescID"><desc>An illustration of a rectangle representing a book page</desc><path fill="none" stroke="#fff" stroke-width="1.5" d="M9.772 1c.108 0 .198.084.222.196l.006.058v16.492c0 .12-.075.221-.176.247L9.772 18H1.228c-.108 0-.198-.084-.222-.196L1 17.746V1.254c0-.12.075-.221.176-.247L1.228 1z"/></svg>
|
package/BookReader/icons/2up.svg
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="20"
|
|
3
|
-
height="19"
|
|
4
|
-
viewBox="0 0 20 19"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="2upTitleID 2upDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="2upTitleID">Two-page mode</title>
|
|
10
|
-
<desc id="2upDescID">An illustration of two rectangles in a row representing an open book</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="1.5">
|
|
12
|
-
<path d="m18.5438814 1c.2159203 0 .396799.08352773.4440722.19570997l.0120464.05822495v16.49213018c0 .1202095-.150033.22091-.3515349.2472283l-.1045837.0067066h-17.08776275c-.21592031 0-.3967991-.0835277-.44407221-.19571l-.01204644-.0582249v-16.49213018c0-.12020948.15003302-.22091.35153494-.24722832l.10458371-.0067066z" />
|
|
13
|
-
<path d="m10 2v15" stroke-linecap="square" />
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" aria-labelledby="2upTitleID 2upDescID"><desc>An illustration of two rectangles in a row representing an open book</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="1.5"><path d="M18.544 1c.216 0 .397.084.444.196l.012.058v16.492c0 .12-.15.221-.352.247l-.104.007H1.456c-.216 0-.397-.084-.444-.196L1 17.746V1.254c0-.12.15-.221.352-.247L1.456 1z"/><path stroke-linecap="square" d="M10 2v15"/></g></svg>
|
|
@@ -1,26 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
viewBox="0 0 21 19"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="advanceTitleID advanceDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="advanceTitleID">Advance icon</title>
|
|
10
|
-
<desc id="advanceDescID">An arrow pointing in a forward direction</desc>
|
|
11
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(-200.000000, -15.000000)">
|
|
13
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
14
|
-
<g transform="translate(144.000000, 10.000000)">
|
|
15
|
-
<g transform="translate(11.000000, 10.000000) scale(-1, 1) translate(-11.000000, -10.000000) translate(1.000000, 0.000000)">
|
|
16
|
-
<polyline stroke="#fff" stroke-width="2" stroke-linejoin="round" points="14.4444444 16.6666667 20 16.6666667 20 3.33333333 5.55555556 3.33333333"></polyline>
|
|
17
|
-
<polygon fill="#fff" points="5.55555556 0 5.55555556 6.66666667 1.11111111 3.33333333"></polygon>
|
|
18
|
-
<text transform="translate(6.666667, 13.333333) scale(-1, 1) translate(-6.666667, -13.333333) " font-family="HelveticaNeue, Helvetica Neue, sans-serif" font-size="10" font-weight="normal" fill="#fff">
|
|
19
|
-
<tspan x="0" y="17.3333333">10</tspan>
|
|
20
|
-
</text>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
</g>
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="19" aria-labelledby="advanceTitleID advanceDescID"><desc>An arrow pointing in a forward direction</desc><g fill="none" fill-rule="evenodd"><path stroke="#fff" stroke-linejoin="round" stroke-width="2" d="M7.478 16.667H1.922V3.333h14.445"/><path fill="#fff" d="M16.367 0v6.667l4.444-3.334z"/><text fill="#fff" font-family="HelveticaNeue, Helvetica Neue, sans-serif" font-size="10" transform="translate(8.589)">
|
|
2
|
+
<tspan x="0" y="17.333">10</tspan>
|
|
3
|
+
</text></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="5" height="8"><path fill="#fff" fill-rule="evenodd" d="M.302.284A1 1 0 0 1 1.623.218l.093.084 3 3.081.082.096a1 1 0 0 1-.016 1.226l-.085.093-3 2.919-.095.082a1 1 0 0 1-1.226-.017l-.093-.085-.082-.095a1 1 0 0 1 .017-1.226l.085-.093 2.283-2.222L.284 1.698l-.082-.096a1 1 0 0 1 .1-1.318"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><path fill="#222" fill-rule="evenodd" d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0M3.66 2.964a.5.5 0 0 0-.639.765L5.293 6 3.087 8.206l-.058.069a.5.5 0 0 0 .765.638L6 6.707l2.206 2.206.069.058a.5.5 0 0 0 .638-.765L6.707 6l2.272-2.271.057-.07a.5.5 0 0 0-.765-.638L6 5.293 3.729 3.021z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><path fill="#fff" fill-rule="evenodd" d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0M3.66 2.964a.5.5 0 0 0-.639.765L5.293 6 3.087 8.206l-.058.069a.5.5 0 0 0 .765.638L6 6.707l2.206 2.206.069.058a.5.5 0 0 0 .638-.765L6.707 6l2.272-2.271.057-.07a.5.5 0 0 0-.765-.638L6 5.293 3.729 3.021z"/></svg>
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="18"
|
|
3
|
-
height="18"
|
|
4
|
-
viewBox="0 0 18 18"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="fullscreenTitleID fullscreenDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="fullscreenTitleID">Fullscreen</title>
|
|
10
|
-
<desc id="fullscreenDescID">An illustration of a square</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd" stroke="#fff" stroke-linejoin="round" stroke-width="1.5">
|
|
12
|
-
<path d="m12 1h5v5" />
|
|
13
|
-
<path d="m12 12h5v5" transform="matrix(1 0 0 -1 0 29)" />
|
|
14
|
-
<path d="m1 1h5v5" transform="matrix(-1 0 0 1 7 0)" />
|
|
15
|
-
<path d="m1 12h5v5" transform="matrix(-1 0 0 -1 7 29)" />
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-labelledby="fullscreenTitleID fullscreenDescID"><desc>An illustration of a square</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-linejoin="round" stroke-width="1.5"><path d="M12 1h5v5M12 17h5v-5M6 1H1v5M6 17H1v-5"/></g></svg>
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="18"
|
|
3
|
-
height="18"
|
|
4
|
-
viewBox="0 0 18 18"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="fullscreen-exitTitleID fullscreen-exitDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="fullscreen-exitTitleID">Exit fullscreen</title>
|
|
10
|
-
<desc id="fullscreen-exitDescID">An illustration of a crosshair</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd" stroke="#fff" stroke-linejoin="round" stroke-width="1.5">
|
|
12
|
-
<path d="m12 1h5v5" transform="matrix(-1 0 0 -1 29 7)" />
|
|
13
|
-
<path d="m12 12h5v5" transform="matrix(-1 0 0 1 29 0)" />
|
|
14
|
-
<path d="m1 1h5v5" transform="matrix(1 0 0 -1 0 7)" />
|
|
15
|
-
<path d="m1 12h5v5" />
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-labelledby="fullscreen-exitTitleID fullscreen-exitDescID"><desc>An illustration of a crosshair</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-linejoin="round" stroke-width="1.5"><path d="M17 6h-5V1M17 12h-5v5M1 6h5V1M1 12h5v5"/></g></svg>
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="30px"
|
|
3
|
-
height="24px"
|
|
4
|
-
viewBox="0 0 30 24"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="hamburgerTitle hamburgerDescription">
|
|
8
|
-
<title id="hamburgerTitle">Menu icon</title>
|
|
9
|
-
<desc id="hamburgerDescription">Three parallel horizontal lines in a vertical column</desc>
|
|
10
|
-
<g stroke="none" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round">
|
|
11
|
-
<path d="M2,2 L28,2" stroke="#fff"></path>
|
|
12
|
-
<path d="M2,12 L28,12" stroke="#fff"></path>
|
|
13
|
-
<path d="M2,22 L28,22" stroke="#fff"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="24" aria-labelledby="hamburgerTitle hamburgerDescription"><desc>Three parallel horizontal lines in a vertical column</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-width="3"><path d="M2 2h26M2 12h26M2 22h26"/></g></svg>
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="12"
|
|
3
|
-
height="14"
|
|
4
|
-
viewBox="0 0 12 14"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="leftArrowTitleID leftArrowDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="leftArrowTitleID">Left arrow</title>
|
|
10
|
-
<desc id="leftArrowDescID">An arrow pointing left</desc>
|
|
11
|
-
<polygon transform="translate(6.000000, 7.500000) scale(-1, 1) rotate(90.000000) translate(-6.000000, -7.500000) " points="6 2 13 13 -1 13" stroke="none" stroke-width="1" fill-rule="evenodd" fill="#fff"></polygon>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" aria-labelledby="leftArrowTitleID leftArrowDescID"><desc>An arrow pointing left</desc><path fill="#fff" fill-rule="evenodd" d="m.5 7.5 11 7V.5z"/></svg>
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="18"
|
|
3
|
-
height="18"
|
|
4
|
-
viewBox="0 0 18 18"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="magnify-minusTitleID magnify-minusDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="magnify-minusTitleID">Zoom out</title>
|
|
10
|
-
<desc id="magnify-minusDescID">An icon of a minus symbol</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd">
|
|
12
|
-
<circle cx="7" cy="7" r="6" stroke="#fff" stroke-width="2" />
|
|
13
|
-
<path d="m12 12 4.335213 4.335213" stroke="#fff" stroke-linecap="round" stroke-width="2" />
|
|
14
|
-
<path d="m10 7.75v-1.5h-6v1.5z" fill="#fff" fill-rule="nonzero" />
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" aria-labelledby="magnify-minusTitleID magnify-minusDescID" viewBox="0 0 100 100"><desc>An icon of a minus symbol</desc><path fill="#fff" fill-rule="evenodd" d="m2.324 87.382 25.894-23.815q-6.89-10.04-6.89-22.236 0-10.704 5.27-19.748Q31.87 12.539 40.915 7.27T60.664 2c10.705 0 13.72 1.757 19.75 5.27q9.045 5.27 14.316 14.313Q100 30.627 100 41.33c0 10.704-1.757 13.732-5.27 19.789q-5.27 9.085-14.315 14.354-9.046 5.27-19.75 5.27-12.866 0-23.237-7.717L11.12 97.257Q9.213 99 6.638 99q-2.74 0-4.689-1.949C0 95.102 0 94.189 0 92.362q0-2.904 2.324-4.977zm58.344-19.917q10.788 0 18.423-7.675c7.635-7.675 7.635-11.272 7.635-18.463s-2.545-13.331-7.635-18.42-11.231-7.635-18.423-7.635-13.333 2.545-18.424 7.634-7.635 11.23-7.635 18.421 2.545 13.345 7.635 18.463 11.232 7.675 18.424 7.675M45.73 46.14h31.288v-9.543H45.73z"/></svg>
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="18"
|
|
3
|
-
height="18"
|
|
4
|
-
viewBox="0 0 18 18"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="magnify-plusTitleID magnify-plusDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="magnify-plusTitleID">Zoom in</title>
|
|
10
|
-
<desc id="magnify-plusDescID">An icon of a plus symbol</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd">
|
|
12
|
-
<circle cx="7" cy="7" r="6" stroke="#fff" stroke-width="2" />
|
|
13
|
-
<path d="m12 12 4.335213 4.335213" stroke="#fff" stroke-linecap="round" stroke-width="2" />
|
|
14
|
-
<path d="m7.75 4v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25v-2.25z" fill="#fff" fill-rule="nonzero" />
|
|
15
|
-
</g>
|
|
16
|
-
|
|
17
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" aria-labelledby="magnify-plusTitleID magnify-plusDescID" viewBox="0 0 100 100"><desc>An icon of a plus symbol</desc><path fill="#fff" fill-rule="evenodd" d="m2.403 87.402 25.811-23.773q-6.803-9.859-6.803-22.284 0-10.686 5.229-19.714 5.23-9.027 14.315-14.33Q50.042 2 60.747 2q16.264 0 27.76 11.557T100 41.348q0 16.32-11.493 27.833t-27.76 11.512q-12.948 0-23.402-7.703L11.204 97.178Q9.378 99 6.638 99c-2.74 0-3.39-.649-4.689-1.946Q0 95.11 0 92.374q0-2.817 2.406-4.969zm58.34-19.879q10.706 0 18.382-7.703t7.677-18.472c0-10.768-2.559-13.308-7.677-18.389q-7.676-7.62-18.382-7.621-10.87 0-18.506 7.621c-7.636 7.621-7.635 11.21-7.635 18.39s2.559 13.335 7.677 18.47q7.676 7.705 18.464 7.704m-13.36-21.868h10.208v10.188h7.22V45.655h10.206v-7.206H64.81V28.26h-7.22v10.188H47.385z"/></svg>
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="17"
|
|
3
|
-
height="17"
|
|
4
|
-
viewBox="0 0 17 17"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="magnifyTitleID magnifyDescID"
|
|
8
|
-
>
|
|
9
|
-
<title>Magnifying glass</title>
|
|
10
|
-
<desc>An icon of a magnifying glass</desc>
|
|
11
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<circle stroke="#fff" stroke-width="2" cx="6.12427268" cy="7.12454189" r="5"></circle>
|
|
13
|
-
<line x1="10.9914602" y1="11.5959661" x2="15.3266728" y2="15.9311788" stroke="#fff" stroke-width="2" stroke-linecap="square"></line>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" aria-labelledby="magnifyTitleID magnifyDescID"><desc>An icon of a magnifying glass</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="2"><circle cx="6.124" cy="7.125" r="5"/><path stroke-linecap="square" d="m10.991 11.596 4.336 4.335"/></g></svg>
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="40"
|
|
3
|
-
height="40"
|
|
4
|
-
viewBox="0 0 40 40"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="pauseTitleID pauseDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="pauseTitleID">Pause button</title>
|
|
10
|
-
<desc id="pauseDescID">A circle with two rectangles in its center</desc>
|
|
11
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(-141.000000, -5.000000)">
|
|
13
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
14
|
-
<g transform="translate(84.000000, 0.000000)">
|
|
15
|
-
<circle fill="#fff" cx="20" cy="20" r="20"></circle>
|
|
16
|
-
<g transform="translate(14.666667, 12.000000)" fill="#333">
|
|
17
|
-
<path d="M10.6666667,0 L10.6666667,16.6666667 L6.66666667,16.6666667 L6.66666667,0 L10.6666667,0 Z M4,0 L4,16.6666667 L0,16.6666667 L0,0 L4,0 Z"></path>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-labelledby="pauseTitleID pauseDescID"><desc>A circle with two rectangles in its center</desc><g fill="none" fill-rule="evenodd" transform="translate(-.078)"><circle cx="20" cy="20" r="20" fill="#fff"/><path fill="#333" d="M25.333 12v16.667h-4V12zm-6.666 0v16.667h-4V12z"/></g></svg>
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="40"
|
|
3
|
-
height="40"
|
|
4
|
-
viewBox="0 0 40 40"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="playTitleID playDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="playTitleID">Play button</title>
|
|
10
|
-
<desc id="playDescID">A circle with a triangle in its center</desc>
|
|
11
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(-141.000000, -5.000000)">
|
|
13
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
14
|
-
<g transform="translate(84.000000, 0.000000)">
|
|
15
|
-
<circle fill="#fff" cx="20" cy="20" r="20"></circle>
|
|
16
|
-
<g transform="translate(14.666667, 12.000000)"></g>
|
|
17
|
-
<polygon fill="#333" transform="translate(23.000000, 20.333333) rotate(90.000000) translate(-23.000000, -20.333333) " points="23 12 31.3333333 28.6666667 14.6666667 28.6666667"></polygon>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-labelledby="playTitleID playDescID"><desc>A circle with a triangle in its center</desc><g fill="none" fill-rule="evenodd" transform="translate(-.078)"><circle cx="20" cy="20" r="20" fill="#fff"/><path fill="#333" d="m31.333 20.333-16.666 8.334V12z"/></g></svg>
|
|
@@ -1,34 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="24"
|
|
3
|
-
height="32"
|
|
4
|
-
viewBox="0 0 24 32"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="playbackSpeedTitleID playbackSpeedDescID"
|
|
8
|
-
>
|
|
9
|
-
<title>Playback speed</title>
|
|
10
|
-
<desc>An illustration of a speedometer</desc>
|
|
11
|
-
<g stroke="#fff" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(-56.000000, -14.000000)">
|
|
13
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
14
|
-
<g transform="translate(0.000000, 4.000000)">
|
|
15
|
-
<g transform="translate(0.000000, 5.000000)">
|
|
16
|
-
<g transform="translate(1.000000, 1.000000)">
|
|
17
|
-
<g transform="translate(2.000000, 2.521739)" stroke-linecap="round">
|
|
18
|
-
<line x1="8.5" y1="9.97826087" x2="15.5" y2="2.97826087" transform="translate(12.000000, 6.478261) rotate(180.000000) translate(-12.000000, -6.478261) "></line>
|
|
19
|
-
<line x1="15.5" y1="11.2695652" x2="15.5" y2="8.26956522" transform="translate(15.500000, 9.769565) rotate(90.000000) translate(-15.500000, -9.769565) "></line>
|
|
20
|
-
<line x1="16.1555266" y1="5.77496471" x2="16.1480288" y2="4.77499282" transform="translate(16.151778, 5.274979) rotate(240.000000) translate(-16.151778, -5.274979) "></line>
|
|
21
|
-
<line x1="12.9236091" y1="2.48093451" x2="12.9161756" y2="1.48096213" transform="translate(12.919892, 1.980948) rotate(210.000000) translate(-12.919892, -1.980948) "></line>
|
|
22
|
-
<line x1="8.5" y1="3.47826087" x2="8.5" y2="0.47826087" transform="translate(8.500000, 1.978261) rotate(180.000000) translate(-8.500000, -1.978261) "></line>
|
|
23
|
-
<line x1="4.07639089" y1="2.48093451" x2="4.08382438" y2="1.48096213" transform="translate(4.080108, 1.980948) rotate(150.000000) translate(-4.080108, -1.980948) "></line>
|
|
24
|
-
<line x1="0.844473378" y1="5.77496471" x2="0.851971223" y2="4.77499282" transform="translate(0.848222, 5.274979) rotate(120.000000) translate(-0.848222, -5.274979) "></line>
|
|
25
|
-
<line x1="1.5" y1="11.2695652" x2="1.5" y2="8.26956522" transform="translate(1.500000, 9.769565) rotate(90.000000) translate(-1.500000, -9.769565) "></line>
|
|
26
|
-
</g>
|
|
27
|
-
<path d="M10.5,14.9867607 C22.0227273,14.9867607 20.9752066,15.5091468 20.9752066,9.99117383 C20.9752066,4.47320089 16.2852969,0 10.5,0 C4.71470314,0 0.0247933884,4.47320089 0.0247933884,9.99117383 C0.0247933884,15.5091468 -1.02272727,14.9867607 10.5,14.9867607 Z" stroke-width="2"></path>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</g>
|
|
34
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="32" aria-labelledby="playbackSpeedTitleID playbackSpeedDescID"><desc>An illustration of a speedometer</desc><g fill="none" fill-rule="evenodd" stroke="#fff"><g stroke-linecap="round"><path d="m19.422 6.5-7 7M17.922 13.291h3M20.505 8.543l-.862.507M17.089 5.068l-.493.87M12.422 4v3M7.756 5.068l.493.87M4.34 8.543l.862.507M3.922 13.291h3"/></g><path stroke-width="2" d="M12.422 15.987c11.523 0 10.475.522 10.475-4.996S18.207 1 12.422 1 1.947 5.473 1.947 10.991.9 15.987 12.422 15.987Z"/></g></svg>
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="20"
|
|
3
|
-
height="16"
|
|
4
|
-
viewBox="0 0 20 16"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="readAloudTitleID readAloudDescriptionID"
|
|
8
|
-
>
|
|
9
|
-
<title id="readAloudTitleID">Read aloud</title>
|
|
10
|
-
<desc id="readAloudDescriptionID">An illustration of headphones</desc>
|
|
11
|
-
<g transform="translate(-212.000000, -9.000000)" fill="#fff" stroke="none" stroke-width="1" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(146.000000, 0.000000)">
|
|
13
|
-
<g transform="translate(66.000000, 8.000000)">
|
|
14
|
-
<g transform="translate(10.000000, 8.200000) scale(-1, 1) rotate(-180.000000) translate(-10.000000, -8.200000) translate(0.000000, 0.200000)">
|
|
15
|
-
<polygon points="16.2 0 14.4 0 14.4 7 16.2 7"></polygon>
|
|
16
|
-
<path d="M9.98959325,15.0773216 C5.35414621,15.0773216 1.60303519,11.0610721 1.37018967,6.70460125 C0.697018953,6.32363105 0.0526829255,5.65267504 0.069376692,3.64950913 C0.10428184,-0.512919136 3.2882384,0.0489418427 3.2882384,0.0489418427 L3.2882384,6.93853032 C3.2882384,6.93853032 3.23533867,6.95081968 3.14428176,6.96138422 C3.40964761,10.550309 6.71913262,13.0575543 9.98959325,13.1368961 C13.1681298,13.2140819 16.6020592,10.5522494 16.8691595,6.96504947 C16.7575064,6.95383812 16.6909481,6.93853032 16.6909481,6.93853032 L16.6909481,0.0489418427 C16.6909481,0.0489418427 19.8749047,-0.512919136 19.909593,3.64950913 C19.92607,5.61688497 19.304715,6.29150623 18.644986,6.68368778 C18.4227638,11.0500763 14.6766392,15.0773216 9.98959325,15.0773216 Z"></path>
|
|
17
|
-
<polygon points="3.8 0 5.6 0 5.6 7 3.8 7"></polygon>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" aria-labelledby="readAloudTitleID readAloudDescriptionID"><desc>An illustration of headphones</desc><g fill="#fff" fill-rule="evenodd"><path d="M16.2 15.2h-1.8v-7h1.8z"/><path d="M9.99.123c-4.636 0-8.387 4.016-8.62 8.372C.697 8.876.053 9.547.07 11.55c.034 4.163 3.218 3.601 3.218 3.601v-6.89s-.053-.012-.144-.022C3.41 4.649 6.72 2.142 9.99 2.063c3.178-.077 6.612 2.585 6.88 6.172a2 2 0 0 0-.18.026v6.89s3.185.562 3.22-3.6c.016-1.968-.605-2.643-1.265-3.035C18.423 4.15 14.677.123 9.99.123"/><path d="M3.8 15.2h1.8v-7H3.8z"/></g></svg>
|
|
@@ -1,22 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
viewBox="0 0 21 19"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="reviewTitleID reviewDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="reviewTitleID">Review</title>
|
|
10
|
-
<desc id="reviewDescID">An arrow pointing in a backward direction</desc>
|
|
11
|
-
<g transform="translate(-100.000000, -15.000000)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
13
|
-
<g transform="translate(43.000000, 10.000000)">
|
|
14
|
-
<polyline stroke="#fff" stroke-width="2" stroke-linejoin="round" points="14.4444444 16.6666667 20 16.6666667 20 3.33333333 5.55555556 3.33333333"></polyline>
|
|
15
|
-
<polygon fill="#fff" points="5.55555556 0 5.55555556 6.66666667 1.11111111 3.33333333"></polygon>
|
|
16
|
-
<text font-family="HelveticaNeue, Helvetica Neue, sans-serif" font-size="10" font-weight="normal" fill="#fff">
|
|
17
|
-
<tspan x="0" y="17.3333333">10</tspan>
|
|
18
|
-
</text>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="19" aria-labelledby="reviewTitleID reviewDescID"><desc>An arrow pointing in a backward direction</desc><g fill="none" fill-rule="evenodd"><path stroke="#fff" stroke-linejoin="round" stroke-width="2" d="M14.367 16.667h5.555V3.333H5.478"/><path fill="#fff" d="M5.478 0v6.667L1.033 3.333z"/><text fill="#fff" font-family="HelveticaNeue, Helvetica Neue, sans-serif" font-size="10" transform="translate(-.078)">
|
|
2
|
+
<tspan x="0" y="17.333">10</tspan>
|
|
3
|
+
</text></g></svg>
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="17"
|
|
3
|
-
height="19"
|
|
4
|
-
viewBox="0 0 17 19"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="thumbnailTitleID thumbnailDescID"
|
|
8
|
-
>
|
|
9
|
-
<title id="thumbnailTitleID">Thumbnails</title>
|
|
10
|
-
<desc id="thumbnailDescID">An illustration of a grid of two squares per row and two squares per column</desc>
|
|
11
|
-
<g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="1.5">
|
|
12
|
-
<rect height="7.25" rx="1" width="6" x="1.25" y=".75" />
|
|
13
|
-
<rect height="7.25" rx="1" width="6" x="1.25" y="10.75" />
|
|
14
|
-
<rect height="7.25" rx="1" width="6" x="10" y=".75" />
|
|
15
|
-
<rect height="7.25" rx="1" width="6" x="10" y="10.75" />
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" aria-labelledby="thumbnailTitleID thumbnailDescID"><desc>An illustration of a grid of two squares per row and two squares per column</desc><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="1.5"><rect width="6" height="7.25" x="1.25" y=".75" rx="1"/><rect width="6" height="7.25" x="1.25" y="10.75" rx="1"/><rect width="6" height="7.25" x="10" y=".75" rx="1"/><rect width="6" height="7.25" x="10" y="10.75" rx="1"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><g fill="#fff"><path d="M38.171 1.17C18.865 3.526 7.399 18.667 9.645 36.866l.138.992c1.322 8.566 5.977 16.301 12.664 21.54l.437.333-.826.282C7.471 65.166 0 77.4 0 96.126c0 1.726 1.4 3.125 3.125 3.125h75c1.726 0 3.125-1.399 3.125-3.125L81.24 95c-.28-17.167-7.011-28.73-19.95-34.175l-.753-.307.345-.255c4.698-3.617 8.273-8.807 10.702-15.494l.103-.344a3.125 3.125 0 0 0-1.908-3.635l-12.616-2.96L72.7 32.614a3.125 3.125 0 0 0 1.531-3.92l-.429-1.117C66.392 8.682 54.372-.376 38.171 1.17m29.173 27.119-14.305 7.085-.346.197c-2.068 1.354-1.806 4.581.6 5.516l11.26 4.377-.045.105c-3 6.52-7.382 10.764-13.203 12.897-2.967 1.088-2.63 5.389.47 6l.91.19C66.8 67.76 74.096 76.956 74.92 93.001H6.325l.062-.988c1.14-16.539 9.432-25.592 25.338-27.934 3.134-.461 3.672-4.756.748-5.976-8.92-3.72-15.426-12.285-16.625-22.002-1.828-14.81 7.246-26.795 22.999-28.719C51.35 6.19 60.675 12.757 67.124 27.761z"/><path d="M76.504 22.425a3.125 3.125 0 0 1 4.322-.92c6.187 4.015 9.424 9.477 9.424 16.121s-3.237 12.106-9.424 16.121a3.125 3.125 0 1 1-3.402-5.242C81.904 45.597 84 42.059 84 37.626s-2.097-7.971-6.576-10.879a3.125 3.125 0 0 1-.92-4.322"/><path d="M86.677 19.184a3.125 3.125 0 0 1 4.39-.506c6.08 4.822 9.183 11.223 9.183 18.948s-3.104 14.126-9.183 18.948a3.125 3.125 0 0 1-3.884-4.896C91.77 48.038 94 43.44 94 37.626s-2.23-10.413-6.817-14.052a3.125 3.125 0 0 1-.506-4.39"/></g></svg>
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="23"
|
|
3
|
-
height="22"
|
|
4
|
-
viewBox="0 0 23 22"
|
|
5
|
-
version="1.1"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
aria-labelledby="volume-fullTitleID volume-fullDescID"
|
|
8
|
-
>
|
|
9
|
-
<title>button/volume - full</title>
|
|
10
|
-
<desc>Created with Sketch.</desc>
|
|
11
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
-
<g transform="translate(-241.000000, -14.000000)" stroke="#fff" stroke-width="2">
|
|
13
|
-
<g transform="translate(56.922243, 5.000000)">
|
|
14
|
-
<g transform="translate(185.000000, 9.000000)">
|
|
15
|
-
<path d="M14,3 C16,5.05128205 17,7.71794872 17,11 C17,14.2820513 16,16.9487179 14,19" stroke-linecap="round"></path>
|
|
16
|
-
<path d="M18,1 C20,3.56410256 21,6.8974359 21,11 C21,15.1025641 20,18.4358974 18,21" stroke-linecap="round"></path>
|
|
17
|
-
<polygon fill="#fff" fill-rule="evenodd" stroke-linejoin="round" points="10 3.5 6 7.30952381 1 7.30952381 1 15.6904762 6 15.6904762 10 19.5"></polygon>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" aria-labelledby="volume-fullTitleID volume-fullDescID"><g fill="none" fill-rule="evenodd" stroke="#fff" stroke-width="2"><path stroke-linecap="round" d="M14.922 3q3 3.077 3 8t-3 8M18.922 1q3 3.846 3 10t-3 10"/><path fill="#fff" stroke-linejoin="round" d="m10.922 3.5-4 3.81h-5v8.38h5l4 3.81z"/></g></svg>
|