j1-template 2024.3.15 → 2024.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +139 -68
- data/assets/data/banner.html +1 -1
- data/assets/data/cookieconsent.html +1 -1
- data/assets/data/docsearch.html +1 -1
- data/assets/data/fab.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/galeries.html +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/gemini-ui.html +1 -1
- data/assets/data/iframes.html +1 -1
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu.html +1 -1
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +5 -4
- data/assets/data/quicklinks.html +1 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +1 -1
- data/assets/data/speak2me.html +1 -1
- data/assets/data/swiper.html +313 -0
- data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
- data/assets/theme/j1/adapter/js/amplitude.js +241 -191
- data/assets/theme/j1/adapter/js/j1.js +3 -3
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/masterslider.js +2 -1
- data/assets/theme/j1/adapter/js/swiper.js +231 -0
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +4 -0
- data/assets/theme/j1/core/js/template.min.js +2 -2
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
- data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
- data/assets/theme/j1/modules/photoswipe/README.md +32 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
- data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
- data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
- data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
- data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
- data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
- data/assets/theme/j1/modules/swiper/LICENSE +20 -0
- data/assets/theme/j1/modules/swiper/README.md +95 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
- data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +308 -363
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/swiper.yml +227 -0
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +50 -16
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
- data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
- data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
- data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
- data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
- data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
- metadata +114 -41
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
@@ -1,19 +1,19 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
2
|
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
3
|
viewBox="0 0 25 18"
|
11
4
|
version="1.1"
|
12
5
|
id="svg4"
|
13
6
|
sodipodi:docname="mute.svg"
|
7
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
14
8
|
width="25"
|
15
9
|
height="18"
|
16
|
-
inkscape
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
17
|
<metadata
|
18
18
|
id="metadata10">
|
19
19
|
<rdf:RDF>
|
@@ -22,7 +22,6 @@
|
|
22
22
|
<dc:format>image/svg+xml</dc:format>
|
23
23
|
<dc:type
|
24
24
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
-
<dc:title></dc:title>
|
26
25
|
</cc:Work>
|
27
26
|
</rdf:RDF>
|
28
27
|
</metadata>
|
@@ -37,19 +36,52 @@
|
|
37
36
|
guidetolerance="10"
|
38
37
|
inkscape:pageopacity="0"
|
39
38
|
inkscape:pageshadow="2"
|
40
|
-
inkscape:window-width="
|
41
|
-
inkscape:window-height="
|
39
|
+
inkscape:window-width="3440"
|
40
|
+
inkscape:window-height="1369"
|
42
41
|
id="namedview6"
|
43
|
-
showgrid="
|
42
|
+
showgrid="true"
|
44
43
|
inkscape:zoom="30.625"
|
45
|
-
inkscape:cx="12"
|
44
|
+
inkscape:cx="12.016327"
|
46
45
|
inkscape:cy="12"
|
47
|
-
inkscape:window-x="
|
48
|
-
inkscape:window-y="
|
49
|
-
inkscape:window-maximized="
|
50
|
-
inkscape:current-layer="svg4"
|
46
|
+
inkscape:window-x="-8"
|
47
|
+
inkscape:window-y="-8"
|
48
|
+
inkscape:window-maximized="1"
|
49
|
+
inkscape:current-layer="svg4"
|
50
|
+
inkscape:document-rotation="0"
|
51
|
+
inkscape:showpageshadow="false"
|
52
|
+
inkscape:pagecheckerboard="true"
|
53
|
+
inkscape:deskcolor="#d1d1d1">
|
54
|
+
<inkscape:grid
|
55
|
+
id="grid1"
|
56
|
+
units="px"
|
57
|
+
originx="0"
|
58
|
+
originy="0"
|
59
|
+
spacingx="1"
|
60
|
+
spacingy="1"
|
61
|
+
empcolor="#0099e5"
|
62
|
+
empopacity="0.30196078"
|
63
|
+
color="#0099e5"
|
64
|
+
opacity="0.14901961"
|
65
|
+
empspacing="5"
|
66
|
+
enabled="true"
|
67
|
+
visible="true" />
|
68
|
+
<inkscape:grid
|
69
|
+
id="grid2"
|
70
|
+
units="px"
|
71
|
+
originx="0"
|
72
|
+
originy="0"
|
73
|
+
spacingx="1"
|
74
|
+
spacingy="1"
|
75
|
+
empcolor="#0099e5"
|
76
|
+
empopacity="0.30196078"
|
77
|
+
color="#0099e5"
|
78
|
+
opacity="0.14901961"
|
79
|
+
empspacing="5"
|
80
|
+
enabled="true"
|
81
|
+
visible="true" />
|
82
|
+
</sodipodi:namedview>
|
51
83
|
<path
|
52
|
-
d="m
|
53
|
-
id="
|
54
|
-
style="fill:#
|
84
|
+
d="m 16.745496,16.967347 -2.595975,-2.431349 q -0.536359,0.3215 -1.13708,0.552579 -0.600722,0.231079 -1.244352,0.371735 v -1.647691 q 0.300361,-0.100469 0.589994,-0.200938 0.289634,-0.100469 0.547086,-0.241126 l -2.853427,-2.672474 v 4.179509 L 5.7608741,10.858833 H 2.32818 V 6.0363225 H 5.0743353 L 0.95510232,2.1783138 2.1565453,1.0530613 17.946939,15.842094 Z m -0.171635,-4.661761 -1.244352,-1.16544 q 0.364724,-0.622907 0.547086,-1.3060965 0.182362,-0.683189 0.182362,-1.4065657 0,-1.8888165 -1.179989,-3.3757573 Q 13.69898,3.5647857 11.768089,3.042347 V 1.3946558 q 2.660338,0.5626263 4.333777,2.5217713 1.673438,1.959145 1.673438,4.5110567 0,1.0649712 -0.311088,2.0495672 -0.311088,0.984596 -0.890355,1.828535 z M 13.69898,9.6130177 11.768089,7.8045764 V 5.1923831 q 1.008354,0.4420635 1.576894,1.3261904 0.56854,0.884127 0.56854,1.9290041 0,0.301407 -0.05364,0.592767 -0.05364,0.29136 -0.160907,0.5726731 z M 10.051742,6.1970728 7.8204907,4.1073181 10.051742,2.0175635 Z M 8.3353948,10.979396 V 9.0905791 L 6.7906824,7.6438261 H 4.0445272 V 9.2513294 H 6.4903217 Z M 7.5630386,8.3672024 Z"
|
85
|
+
id="path1-4"
|
86
|
+
style="fill:#b3b3b3;stroke-width:0.020763" />
|
55
87
|
</svg>
|
@@ -1,19 +1,19 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
2
|
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
3
|
width="24px"
|
11
4
|
height="24px"
|
12
5
|
viewBox="0 0 24 24"
|
13
6
|
version="1.1"
|
14
7
|
id="svg13"
|
15
|
-
sodipodi:docname="next
|
16
|
-
inkscape:version="1.
|
8
|
+
sodipodi:docname="next.svg"
|
9
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
17
|
<metadata
|
18
18
|
id="metadata17">
|
19
19
|
<rdf:RDF>
|
@@ -35,19 +35,20 @@
|
|
35
35
|
guidetolerance="10"
|
36
36
|
inkscape:pageopacity="0"
|
37
37
|
inkscape:pageshadow="2"
|
38
|
-
inkscape:window-width="
|
39
|
-
inkscape:window-height="
|
38
|
+
inkscape:window-width="1860"
|
39
|
+
inkscape:window-height="1231"
|
40
40
|
id="namedview15"
|
41
41
|
showgrid="false"
|
42
42
|
inkscape:pagecheckerboard="true"
|
43
43
|
inkscape:showpageshadow="false"
|
44
44
|
inkscape:zoom="30.625"
|
45
|
-
inkscape:cx="
|
45
|
+
inkscape:cx="15.314286"
|
46
46
|
inkscape:cy="12"
|
47
|
-
inkscape:window-x="
|
48
|
-
inkscape:window-y="
|
47
|
+
inkscape:window-x="376"
|
48
|
+
inkscape:window-y="5"
|
49
49
|
inkscape:window-maximized="0"
|
50
|
-
inkscape:current-layer="svg13"
|
50
|
+
inkscape:current-layer="svg13"
|
51
|
+
inkscape:deskcolor="#d1d1d1" />
|
51
52
|
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
52
53
|
<title
|
53
54
|
id="title2">Shape</title>
|
@@ -55,28 +56,8 @@
|
|
55
56
|
id="desc4">Created with Sketch.</desc>
|
56
57
|
<defs
|
57
58
|
id="defs6" />
|
58
|
-
<
|
59
|
-
|
60
|
-
|
61
|
-
stroke-width
|
62
|
-
fill="none"
|
63
|
-
fill-rule="evenodd"
|
64
|
-
transform="matrix(0.98334356,0,0,0.98498249,0.23649025,0.16326531)">
|
65
|
-
<g
|
66
|
-
id="Player"
|
67
|
-
transform="translate(-263,-528)"
|
68
|
-
fill="#ffffff">
|
69
|
-
<g
|
70
|
-
id="Controls"
|
71
|
-
transform="translate(24,504)">
|
72
|
-
<g
|
73
|
-
id="Skip-Next"
|
74
|
-
transform="translate(227,12)">
|
75
|
-
<path
|
76
|
-
d="M 12,36 29,24 12,12 Z M 32,12 v 24 h 4 V 12 Z"
|
77
|
-
id="Shape" />
|
78
|
-
</g>
|
79
|
-
</g>
|
80
|
-
</g>
|
81
|
-
</g>
|
59
|
+
<path
|
60
|
+
d="M 23.228571,23.485714 V 0.74285713 H 19.627518 V 23.485714 Z m -19.8057926,0 L 14.225938,12.114286 3.4227784,0.74285713 0.90204041,3.3961904 9.1844624,12.114286 0.90204041,20.832381 Z"
|
61
|
+
id="path1"
|
62
|
+
style="fill:#ffffff;stroke-width:0.0461819" />
|
82
63
|
</svg>
|
@@ -1,12 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
2
|
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
3
|
width="48"
|
11
4
|
height="48"
|
12
5
|
viewBox="0 0 48.000002 48"
|
@@ -16,7 +9,14 @@
|
|
16
9
|
inkscape:export-filename="D:\j1\github\j1-theme\j1-template\packages\300_theme_src\assets\themes\j1\modules\amplitudejs\examples\flat-black\img\now-playing.png"
|
17
10
|
inkscape:export-xdpi="96"
|
18
11
|
inkscape:export-ydpi="96"
|
19
|
-
inkscape:version="1.
|
12
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
13
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
14
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
17
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
18
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
19
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
20
20
|
<metadata
|
21
21
|
id="metadata17">
|
22
22
|
<rdf:RDF>
|
@@ -43,20 +43,26 @@
|
|
43
43
|
id="namedview15"
|
44
44
|
showgrid="true"
|
45
45
|
inkscape:zoom="14.754589"
|
46
|
-
inkscape:cx="30.
|
47
|
-
inkscape:cy="24.
|
48
|
-
inkscape:window-x="
|
49
|
-
inkscape:window-y="
|
46
|
+
inkscape:cx="30.092333"
|
47
|
+
inkscape:cy="24.263638"
|
48
|
+
inkscape:window-x="528"
|
49
|
+
inkscape:window-y="112"
|
50
50
|
inkscape:window-maximized="0"
|
51
51
|
inkscape:current-layer="svg13"
|
52
52
|
inkscape:document-rotation="0"
|
53
53
|
inkscape:pagecheckerboard="true"
|
54
54
|
inkscape:showpageshadow="false"
|
55
55
|
units="px"
|
56
|
-
width="24mm"
|
56
|
+
width="24mm"
|
57
|
+
inkscape:deskcolor="#d1d1d1">
|
57
58
|
<inkscape:grid
|
58
59
|
type="xygrid"
|
59
|
-
id="grid13"
|
60
|
+
id="grid13"
|
61
|
+
originx="0"
|
62
|
+
originy="0"
|
63
|
+
spacingy="1"
|
64
|
+
spacingx="1"
|
65
|
+
units="px" />
|
60
66
|
</sodipodi:namedview>
|
61
67
|
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
62
68
|
<title
|
@@ -65,28 +71,8 @@
|
|
65
71
|
id="desc4">Created with Sketch.</desc>
|
66
72
|
<defs
|
67
73
|
id="defs6" />
|
68
|
-
<
|
69
|
-
|
70
|
-
|
71
|
-
stroke-width
|
72
|
-
fill="none"
|
73
|
-
fill-rule="evenodd"
|
74
|
-
transform="matrix(2.5519106,0,0.03611815,2.6237328,0.5665822,0.37626719)">
|
75
|
-
<g
|
76
|
-
id="Track-Listing"
|
77
|
-
transform="translate(-11,-431)"
|
78
|
-
fill="#ffffff">
|
79
|
-
<g
|
80
|
-
id="#8"
|
81
|
-
transform="translate(0,416)">
|
82
|
-
<g
|
83
|
-
id="Volume-Up"
|
84
|
-
transform="translate(8,12)">
|
85
|
-
<path
|
86
|
-
d="m 3,9 v 6 h 4 l 5,5 V 4 L 7,9 Z m 13.5,3 C 16.5,10.23 15.48,8.71 14,7.97 v 8.05 C 15.48,15.29 16.5,13.77 16.5,12 Z M 14,3.23 v 2.06 c 2.89,0.86 5,3.54 5,6.71 0,3.17 -2.11,5.85 -5,6.71 v 2.06 C 18.01,19.86 21,16.28 21,12 21,7.72 18.01,4.14 14,3.23 Z"
|
87
|
-
id="Shape" />
|
88
|
-
</g>
|
89
|
-
</g>
|
90
|
-
</g>
|
91
|
-
</g>
|
74
|
+
<path
|
75
|
+
d="m 29.16849,47.019024 v -5.384557 q 5.774326,-1.691071 9.303083,-6.540388 3.528755,-4.849318 3.528755,-11.021857 0,-6.172539 -3.528755,-11.041688 Q 34.942816,8.1613833 29.16849,6.4378589 V 1.0533033 q 7.955739,1.8609848 12.960157,8.2774154 5.004417,6.4164323 5.004417,14.7559283 0,8.339493 -5.004417,14.727798 -5.004418,6.388306 -12.960157,8.204579 z M 0.9384454,31.902339 V 16.142664 L 11.203915,16.17151 24.035754,3.0745048 V 45.100306 L 11.203915,31.931186 Z m 28.2300446,2.70594 v -21.14423 q 3.015482,1.453111 4.715699,4.347163 1.700219,2.894051 1.700219,6.308647 0,3.34893 -1.700219,6.200594 -1.700217,2.851663 -4.715699,4.287826 z m -10.265471,-18.809125 -5.51769,5.631711 -7.3141483,-0.02055 v 5.253226 l 7.3141483,0.02055 5.51769,5.662721 z m -6.41592,8.2558 z"
|
76
|
+
id="path1"
|
77
|
+
style="fill:#ffffff;stroke-width:0.0649078" />
|
92
78
|
</svg>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
width="28px"
|
4
|
+
height="20px"
|
5
|
+
viewBox="0 0 28 20"
|
6
|
+
version="1.1"
|
7
|
+
id="svg1"
|
8
|
+
sodipodi:docname="playlist-hide.svg"
|
9
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
|
+
<sodipodi:namedview
|
18
|
+
id="namedview1"
|
19
|
+
pagecolor="#ffffff"
|
20
|
+
bordercolor="#000000"
|
21
|
+
borderopacity="0.25"
|
22
|
+
inkscape:showpageshadow="false"
|
23
|
+
inkscape:pageopacity="0.0"
|
24
|
+
inkscape:pagecheckerboard="true"
|
25
|
+
inkscape:deskcolor="#d1d1d1"
|
26
|
+
showgrid="true"
|
27
|
+
inkscape:zoom="57.55"
|
28
|
+
inkscape:cx="6.5334492"
|
29
|
+
inkscape:cy="5.8297133"
|
30
|
+
inkscape:window-width="3440"
|
31
|
+
inkscape:window-height="1369"
|
32
|
+
inkscape:window-x="-8"
|
33
|
+
inkscape:window-y="-8"
|
34
|
+
inkscape:window-maximized="1"
|
35
|
+
inkscape:current-layer="svg1">
|
36
|
+
<inkscape:grid
|
37
|
+
id="grid1"
|
38
|
+
units="px"
|
39
|
+
originx="0"
|
40
|
+
originy="0"
|
41
|
+
spacingx="1"
|
42
|
+
spacingy="1"
|
43
|
+
empcolor="#0099e5"
|
44
|
+
empopacity="0.30196078"
|
45
|
+
color="#0099e5"
|
46
|
+
opacity="0.14901961"
|
47
|
+
empspacing="5"
|
48
|
+
enabled="true"
|
49
|
+
visible="true" />
|
50
|
+
<inkscape:grid
|
51
|
+
id="grid2"
|
52
|
+
units="px"
|
53
|
+
originx="0"
|
54
|
+
originy="0"
|
55
|
+
spacingx="1"
|
56
|
+
spacingy="1"
|
57
|
+
empcolor="#0099e5"
|
58
|
+
empopacity="0.30196078"
|
59
|
+
color="#0099e5"
|
60
|
+
opacity="0.14901961"
|
61
|
+
empspacing="5"
|
62
|
+
enabled="true"
|
63
|
+
visible="true" />
|
64
|
+
</sodipodi:namedview>
|
65
|
+
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
66
|
+
<title
|
67
|
+
id="title1">show-playlist</title>
|
68
|
+
<desc
|
69
|
+
id="desc1">Created with Sketch.</desc>
|
70
|
+
<defs
|
71
|
+
id="defs1" />
|
72
|
+
<metadata
|
73
|
+
id="metadata1">
|
74
|
+
<rdf:RDF>
|
75
|
+
<cc:Work
|
76
|
+
rdf:about="">
|
77
|
+
<dc:title>show-playlist</dc:title>
|
78
|
+
</cc:Work>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<path
|
82
|
+
d="m 16.220157,19 -1.866262,-1.576369 3.465915,-2.927541 -3.465915,-2.927541 1.866262,-1.5763677 3.465914,2.9275417 3.465912,-2.9275417 1.866262,1.5763677 -3.465914,2.927541 3.465914,2.927541 L 23.151983,19 19.686071,16.072459 Z M 1.0234574,12.244136 V 9.9921813 h 9.3313056 v 2.2519547 z m 0,-4.5039101 V 5.4882711 H 15.686939 v 2.2519548 z m 0,-4.5039096 V 0.98436142 H 15.686939 V 3.2363163 Z"
|
83
|
+
id="path1-8"
|
84
|
+
style="fill:#ffffff;stroke-width:0.0306286" />
|
85
|
+
</svg>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
width="28px"
|
4
|
+
height="20px"
|
5
|
+
viewBox="0 0 28 20"
|
6
|
+
version="1.1"
|
7
|
+
id="svg1"
|
8
|
+
sodipodi:docname="playlist-music.svg"
|
9
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
|
+
<sodipodi:namedview
|
18
|
+
id="namedview1"
|
19
|
+
pagecolor="#ffffff"
|
20
|
+
bordercolor="#000000"
|
21
|
+
borderopacity="0.25"
|
22
|
+
inkscape:showpageshadow="false"
|
23
|
+
inkscape:pageopacity="0.0"
|
24
|
+
inkscape:pagecheckerboard="true"
|
25
|
+
inkscape:deskcolor="#d1d1d1"
|
26
|
+
showgrid="true"
|
27
|
+
inkscape:zoom="57.55"
|
28
|
+
inkscape:cx="6.516073"
|
29
|
+
inkscape:cy="10"
|
30
|
+
inkscape:window-width="3424"
|
31
|
+
inkscape:window-height="1353"
|
32
|
+
inkscape:window-x="0"
|
33
|
+
inkscape:window-y="0"
|
34
|
+
inkscape:window-maximized="0"
|
35
|
+
inkscape:current-layer="svg1">
|
36
|
+
<inkscape:grid
|
37
|
+
id="grid1"
|
38
|
+
units="px"
|
39
|
+
originx="0"
|
40
|
+
originy="0"
|
41
|
+
spacingx="1"
|
42
|
+
spacingy="1"
|
43
|
+
empcolor="#0099e5"
|
44
|
+
empopacity="0.30196078"
|
45
|
+
color="#0099e5"
|
46
|
+
opacity="0.14901961"
|
47
|
+
empspacing="5"
|
48
|
+
enabled="true"
|
49
|
+
visible="true" />
|
50
|
+
<inkscape:grid
|
51
|
+
id="grid2"
|
52
|
+
units="px"
|
53
|
+
originx="0"
|
54
|
+
originy="0"
|
55
|
+
spacingx="1"
|
56
|
+
spacingy="1"
|
57
|
+
empcolor="#0099e5"
|
58
|
+
empopacity="0.30196078"
|
59
|
+
color="#0099e5"
|
60
|
+
opacity="0.14901961"
|
61
|
+
empspacing="5"
|
62
|
+
enabled="true"
|
63
|
+
visible="true" />
|
64
|
+
</sodipodi:namedview>
|
65
|
+
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
66
|
+
<title
|
67
|
+
id="title1">show-playlist</title>
|
68
|
+
<desc
|
69
|
+
id="desc1">Created with Sketch.</desc>
|
70
|
+
<defs
|
71
|
+
id="defs1" />
|
72
|
+
<metadata
|
73
|
+
id="metadata1">
|
74
|
+
<rdf:RDF>
|
75
|
+
<cc:Work
|
76
|
+
rdf:about="">
|
77
|
+
<dc:title>show-playlist</dc:title>
|
78
|
+
</cc:Work>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<path
|
82
|
+
d="m 17.408661,19.006082 q -1.57809,0 -2.682753,-1.125869 -1.104663,-1.125869 -1.104663,-2.734253 0,-1.608384 1.104663,-2.734253 1.104663,-1.125869 2.682753,-1.125869 0.34718,0 0.662798,0.04825 0.315618,0.04825 0.599674,0.20909 V 0.99218071 h 6.31236 V 3.5655951 H 21.196077 V 15.14596 q 0,1.608384 -1.104663,2.734253 -1.104663,1.125869 -2.682753,1.125869 z M 0.99652476,13.859253 V 11.285838 H 11.096301 v 2.573415 z m 0,-5.1468291 V 6.1390095 H 16.146189 v 2.5734144 z m 0,-5.1468288 V 0.99218071 H 16.146189 V 3.5655951 Z"
|
83
|
+
id="path1"
|
84
|
+
style="stroke-width:0.0318633;fill:#ffffff" />
|
85
|
+
</svg>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
width="28px"
|
4
|
+
height="20px"
|
5
|
+
viewBox="0 0 28 20"
|
6
|
+
version="1.1"
|
7
|
+
id="svg1"
|
8
|
+
sodipodi:docname="playlist-show.svg"
|
9
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
|
+
<sodipodi:namedview
|
18
|
+
id="namedview1"
|
19
|
+
pagecolor="#ffffff"
|
20
|
+
bordercolor="#000000"
|
21
|
+
borderopacity="0.25"
|
22
|
+
inkscape:showpageshadow="false"
|
23
|
+
inkscape:pageopacity="0.0"
|
24
|
+
inkscape:pagecheckerboard="true"
|
25
|
+
inkscape:deskcolor="#d1d1d1"
|
26
|
+
showgrid="true"
|
27
|
+
inkscape:zoom="57.55"
|
28
|
+
inkscape:cx="6.5334492"
|
29
|
+
inkscape:cy="10"
|
30
|
+
inkscape:window-width="3424"
|
31
|
+
inkscape:window-height="1353"
|
32
|
+
inkscape:window-x="0"
|
33
|
+
inkscape:window-y="0"
|
34
|
+
inkscape:window-maximized="0"
|
35
|
+
inkscape:current-layer="svg1">
|
36
|
+
<inkscape:grid
|
37
|
+
id="grid1"
|
38
|
+
units="px"
|
39
|
+
originx="0"
|
40
|
+
originy="0"
|
41
|
+
spacingx="1"
|
42
|
+
spacingy="1"
|
43
|
+
empcolor="#0099e5"
|
44
|
+
empopacity="0.30196078"
|
45
|
+
color="#0099e5"
|
46
|
+
opacity="0.14901961"
|
47
|
+
empspacing="5"
|
48
|
+
enabled="true"
|
49
|
+
visible="true" />
|
50
|
+
<inkscape:grid
|
51
|
+
id="grid2"
|
52
|
+
units="px"
|
53
|
+
originx="0"
|
54
|
+
originy="0"
|
55
|
+
spacingx="1"
|
56
|
+
spacingy="1"
|
57
|
+
empcolor="#0099e5"
|
58
|
+
empopacity="0.30196078"
|
59
|
+
color="#0099e5"
|
60
|
+
opacity="0.14901961"
|
61
|
+
empspacing="5"
|
62
|
+
enabled="true"
|
63
|
+
visible="true" />
|
64
|
+
</sodipodi:namedview>
|
65
|
+
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
66
|
+
<title
|
67
|
+
id="title1">show-playlist</title>
|
68
|
+
<desc
|
69
|
+
id="desc1">Created with Sketch.</desc>
|
70
|
+
<defs
|
71
|
+
id="defs1" />
|
72
|
+
<metadata
|
73
|
+
id="metadata1">
|
74
|
+
<rdf:RDF>
|
75
|
+
<cc:Work
|
76
|
+
rdf:about="">
|
77
|
+
<dc:title>show-playlist</dc:title>
|
78
|
+
</cc:Work>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<path
|
82
|
+
d="M 1.0034752,12.990444 V 10.587315 H 11.103251 v 2.403129 z m 0,-4.8062564 V 5.7810599 H 16.153138 v 2.4031277 z m 0,-4.8062555 V 0.97480452 H 16.153138 V 3.3779321 Z M 17.41561,18.998263 V 9.3857515 l 7.574834,4.8062565 z"
|
83
|
+
id="path1"
|
84
|
+
style="fill:#ffffff;stroke-width:0.0307909" />
|
85
|
+
</svg>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
width="28px"
|
4
|
+
height="20px"
|
5
|
+
viewBox="0 0 28 20"
|
6
|
+
version="1.1"
|
7
|
+
id="svg1"
|
8
|
+
sodipodi:docname="playlist.svg"
|
9
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
|
+
<sodipodi:namedview
|
18
|
+
id="namedview1"
|
19
|
+
pagecolor="#ffffff"
|
20
|
+
bordercolor="#000000"
|
21
|
+
borderopacity="0.25"
|
22
|
+
inkscape:showpageshadow="false"
|
23
|
+
inkscape:pageopacity="0.0"
|
24
|
+
inkscape:pagecheckerboard="true"
|
25
|
+
inkscape:deskcolor="#d1d1d1"
|
26
|
+
showgrid="true"
|
27
|
+
inkscape:zoom="57.55"
|
28
|
+
inkscape:cx="6.516073"
|
29
|
+
inkscape:cy="7.2198089"
|
30
|
+
inkscape:window-width="3424"
|
31
|
+
inkscape:window-height="1353"
|
32
|
+
inkscape:window-x="0"
|
33
|
+
inkscape:window-y="0"
|
34
|
+
inkscape:window-maximized="0"
|
35
|
+
inkscape:current-layer="svg1">
|
36
|
+
<inkscape:grid
|
37
|
+
id="grid1"
|
38
|
+
units="px"
|
39
|
+
originx="0"
|
40
|
+
originy="0"
|
41
|
+
spacingx="1"
|
42
|
+
spacingy="1"
|
43
|
+
empcolor="#0099e5"
|
44
|
+
empopacity="0.30196078"
|
45
|
+
color="#0099e5"
|
46
|
+
opacity="0.14901961"
|
47
|
+
empspacing="5"
|
48
|
+
enabled="true"
|
49
|
+
visible="true" />
|
50
|
+
<inkscape:grid
|
51
|
+
id="grid2"
|
52
|
+
units="px"
|
53
|
+
originx="0"
|
54
|
+
originy="0"
|
55
|
+
spacingx="1"
|
56
|
+
spacingy="1"
|
57
|
+
empcolor="#0099e5"
|
58
|
+
empopacity="0.30196078"
|
59
|
+
color="#0099e5"
|
60
|
+
opacity="0.14901961"
|
61
|
+
empspacing="5"
|
62
|
+
enabled="true"
|
63
|
+
visible="true" />
|
64
|
+
</sodipodi:namedview>
|
65
|
+
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
66
|
+
<title
|
67
|
+
id="title1">show-playlist</title>
|
68
|
+
<desc
|
69
|
+
id="desc1">Created with Sketch.</desc>
|
70
|
+
<defs
|
71
|
+
id="defs1" />
|
72
|
+
<metadata
|
73
|
+
id="metadata1">
|
74
|
+
<rdf:RDF>
|
75
|
+
<cc:Work
|
76
|
+
rdf:about="">
|
77
|
+
<dc:title>show-playlist</dc:title>
|
78
|
+
</cc:Work>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<path
|
82
|
+
d="M 1.0034752,12.990443 V 10.594266 H 11.110567 v 2.396177 z m 0,-4.7923544 V 5.8019113 H 16.164113 v 2.3961773 z m 0,-4.7923545 V 1.0095569 H 16.164113 V 3.4057341 Z M 17.4275,18.980886 V 9.3961772 l 7.580319,4.7923548 z"
|
83
|
+
id="path1"
|
84
|
+
style="fill:#ffffff;stroke-width:0.0307576" />
|
85
|
+
</svg>
|