@internetarchive/bookreader 5.0.0-7-multiple-files → 5.0.0-70
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.js +17 -15
- package/.github/workflows/node.js.yml +78 -6
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +416 -1365
- 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 +1509 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +19 -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/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.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 +16 -19
- package/BookReaderDemo/BookReaderJSAdvanced.js +0 -3
- package/BookReaderDemo/BookReaderJSAutoplay.js +4 -1
- package/BookReaderDemo/BookReaderJSSimple.js +1 -0
- package/BookReaderDemo/IADemoBr.js +147 -0
- package/BookReaderDemo/demo-advanced.html +2 -2
- package/BookReaderDemo/demo-autoplay.html +2 -3
- 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 +2 -1
- package/BookReaderDemo/demo-iiif.js +0 -1
- package/BookReaderDemo/demo-internetarchive.html +213 -17
- package/BookReaderDemo/demo-multiple.html +2 -1
- package/BookReaderDemo/demo-preview-pages.html +2 -1
- 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 +289 -0
- package/README.md +14 -1
- package/babel.config.js +20 -0
- package/codecov.yml +6 -0
- package/index.html +4 -1
- package/jsconfig.json +19 -0
- package/netlify.toml +9 -0
- package/package.json +71 -60
- package/renovate.json +52 -0
- package/scripts/preversion.js +4 -1
- package/src/BookNavigator/assets/bookmark-colors.js +1 -1
- package/src/BookNavigator/assets/button-base.js +9 -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/assets/icon_sort_asc.js +5 -0
- package/src/BookNavigator/assets/{icon_sort_ascending.js → icon_sort_desc.js} +2 -2
- package/src/BookNavigator/assets/icon_sort_neutral.js +5 -0
- package/src/BookNavigator/assets/icon_volumes.js +11 -0
- package/src/BookNavigator/book-navigator.js +586 -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 +3 -8
- 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 +41 -25
- package/src/BookNavigator/search/search-provider.js +80 -28
- package/src/BookNavigator/search/search-results.js +28 -25
- package/src/BookNavigator/sharing.js +27 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +11 -10
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +3 -3
- package/src/BookNavigator/volumes/volumes-provider.js +88 -53
- package/src/BookNavigator/volumes/volumes.js +41 -14
- package/src/BookReader/BookModel.js +64 -34
- package/src/BookReader/DragScrollable.js +233 -0
- 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 +776 -0
- package/src/BookReader/ModeCoordinateSpace.js +29 -0
- package/src/BookReader/ModeSmoothZoom.js +312 -0
- package/src/BookReader/ModeThumb.js +18 -12
- package/src/BookReader/Navbar/Navbar.js +12 -38
- package/src/BookReader/PageContainer.js +81 -6
- package/src/BookReader/ReduceSet.js +1 -1
- package/src/BookReader/Toolbar/Toolbar.js +10 -37
- package/src/BookReader/events.js +2 -3
- package/src/BookReader/options.js +24 -2
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils/SelectionObserver.js +43 -0
- package/src/BookReader/utils.js +118 -13
- package/src/BookReader.js +446 -1062
- 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/css/BookReader.scss +1 -17
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRmain.scss +33 -24
- package/src/css/_BRnav.scss +11 -38
- package/src/css/_BRpages.scss +149 -40
- package/src/css/_BRsearch.scss +67 -226
- package/src/css/_TextSelection.scss +87 -27
- package/src/css/_colorbox.scss +2 -2
- package/src/css/_controls.scss +20 -7
- package/src/css/_icons.scss +7 -1
- package/src/ia-bookreader/ia-bookreader.js +224 -0
- package/src/plugins/plugin.archive_analytics.js +3 -3
- package/src/plugins/plugin.autoplay.js +5 -11
- package/src/plugins/plugin.chapters.js +211 -186
- package/src/plugins/plugin.resume.js +3 -3
- package/src/plugins/plugin.text_selection.js +464 -134
- package/src/plugins/plugin.vendor-fullscreen.js +4 -4
- package/src/plugins/search/plugin.search.js +175 -120
- package/src/plugins/search/utils.js +43 -0
- package/src/plugins/search/view.js +64 -202
- package/src/plugins/tts/AbstractTTSEngine.js +68 -40
- package/src/plugins/tts/FestivalTTSEngine.js +13 -14
- package/src/plugins/tts/PageChunk.js +15 -21
- package/src/plugins/tts/PageChunkIterator.js +8 -12
- package/src/plugins/tts/WebTTSEngine.js +87 -71
- package/src/plugins/tts/plugin.tts.js +95 -126
- package/src/plugins/tts/utils.js +0 -25
- package/src/plugins/url/UrlPlugin.js +191 -0
- package/src/plugins/{plugin.url.js → url/plugin.url.js} +45 -16
- package/src/util/browserSniffing.js +22 -0
- package/src/util/docCookies.js +21 -2
- package/tests/e2e/README.md +37 -0
- package/tests/e2e/autoplay.test.js +2 -2
- package/tests/e2e/base.test.js +8 -16
- package/tests/e2e/helpers/base.js +53 -48
- package/tests/e2e/helpers/debug.js +1 -1
- 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 +658 -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/visual-adjustments.test.js +200 -0
- package/tests/jest/BookNavigator/volumes/volumes-provider.test.js +184 -0
- package/tests/jest/BookNavigator/volumes/volumes.test.js +97 -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 +10 -10
- package/tests/{BookReader → jest/BookReader}/PageContainer.test.js +88 -6
- package/tests/{BookReader → jest/BookReader}/ReduceSet.test.js +1 -1
- package/tests/{BookReader → jest/BookReader}/Toolbar/Toolbar.test.js +2 -2
- 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 +43 -0
- package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
- package/tests/jest/BookReader/utils.test.js +229 -0
- package/tests/jest/BookReader.keyboard.test.js +190 -0
- package/tests/{BookReader.options.test.js → jest/BookReader.options.test.js} +9 -1
- package/tests/{BookReader.test.js → jest/BookReader.test.js} +26 -37
- package/tests/{plugins → jest/plugins}/plugin.archive_analytics.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.autoplay.test.js +4 -4
- package/tests/jest/plugins/plugin.chapters.test.js +145 -0
- package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.resume.test.js +3 -3
- package/tests/jest/plugins/plugin.text_selection.test.js +317 -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 +39 -6
- 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 +29 -9
- 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 +53 -14
- 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 +11 -6
- package/.babelrc +0 -12
- package/.dependabot/config.yml +0 -6
- package/.testcaferc.json +0 -5
- package/BookReader/bookreader-component-bundle.js +0 -14311
- 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/bookreader-template-bundle.js +0 -7178
- 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_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/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/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 -101
- package/tests/plugins/menu_toggle/plugin.menu_toggle.test.js +0 -68
- 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"><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"><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"><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.318z"/></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 0zM3.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 0zM3.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"><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"><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"><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"><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"><path fill="#fff" fill-rule="evenodd" d="m2.324 87.382 25.894-23.815c-4.593-6.693-6.89-14.106-6.89-22.236 0-7.136 1.757-13.719 5.27-19.748 3.514-6.03 8.286-10.8 14.316-14.313C46.944 3.757 53.527 2 60.664 2s13.72 1.757 19.75 5.27c6.03 3.513 10.802 8.284 14.316 14.313 3.513 6.03 5.27 12.612 5.27 19.748s-1.757 13.732-5.27 19.789c-3.514 6.057-8.285 10.841-14.315 14.354-6.03 3.513-12.614 5.27-19.75 5.27-8.577 0-16.323-2.572-23.237-7.717L11.12 97.257C9.85 98.42 8.355 99 6.638 99c-1.826 0-3.39-.65-4.689-1.949S0 94.189 0 92.362c0-1.936.775-3.595 2.324-4.977zm58.344-19.917c7.192 0 13.333-2.558 18.423-7.675s7.635-11.272 7.635-18.463-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.675zM45.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"><path fill="#fff" fill-rule="evenodd" d="m2.403 87.402 25.811-23.773c-4.535-6.573-6.803-14-6.803-22.284 0-7.124 1.743-13.695 5.229-19.714 3.486-6.018 8.258-10.795 14.315-14.33C47.013 3.768 53.61 2 60.747 2c10.843 0 20.096 3.852 27.76 11.557 7.664 7.705 11.495 16.969 11.493 27.791 0 10.88-3.83 20.158-11.493 27.833-7.662 7.675-16.915 11.512-27.76 11.512-8.632 0-16.432-2.568-23.402-7.703L11.204 97.178C9.987 98.393 8.465 99 6.638 99s-3.39-.649-4.689-1.946C.65 95.757 0 94.197 0 92.374c0-1.878.802-3.534 2.406-4.969zm58.34-19.879c7.137 0 13.265-2.567 18.382-7.703 5.118-5.136 7.677-11.293 7.677-18.472S84.243 28.04 79.125 22.96c-5.117-5.08-11.245-7.621-18.382-7.621-7.247 0-13.415 2.54-18.506 7.621s-7.635 11.21-7.635 18.39 2.559 13.335 7.677 18.47c5.117 5.137 11.272 7.704 18.464 7.704zm-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"><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"><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-4V12h4Zm-6.666 0v16.667h-4V12h4Z"/></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"><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"><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.996C22.897 5.473 18.207 1 12.422 1 6.637 1 1.947 5.473 1.947 10.991S.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"><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.172a1.585 1.585 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.123Z"/><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"><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"><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.17zm29.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.322z"/><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.39z"/></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 3c2 2.051 3 4.718 3 8s-1 5.949-3 8M18.922 1c2 2.564 3 5.897 3 10s-1 7.436-3 10"/><path fill="#fff" stroke-linejoin="round" d="m10.922 3.5-4 3.81h-5v8.38h5l4 3.81z"/></g></svg>
|