diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
index 74bf7cf5f..7284a5ea1 100644
--- a/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
@@ -16,7 +16,7 @@ object ShortsActionButtonsPatch : BaseResourcePatch(
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE
) {
- private const val DEFAULT_ICON = "round"
+ private const val DEFAULT_ICON = "youtubeoutline"
private const val YOUTUBE_ICON = "youtube"
private val IconType = stringPatchOption(
@@ -25,7 +25,8 @@ object ShortsActionButtonsPatch : BaseResourcePatch(
values = mapOf(
"Outline" to "outline",
"OutlineCircle" to "outlinecircle",
- "Round" to DEFAULT_ICON,
+ "Round" to "round",
+ "YoutubeOutline" to DEFAULT_ICON,
"YouTube" to YOUTUBE_ICON
),
title = "Shorts icon style ",
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..91b9aa241
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..91b9aa241
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..239e641de
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..e29acb509
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..a06660f01
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..a06660f01
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..017c4b067
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..c70264a19
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..c70264a19
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..57733a8f4
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..d98795d8c
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..d98795d8c
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..9d97e8d33
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..fe3f0e540
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..4dc534f64
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..4dc534f64
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..3779bc70d
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..5ad8b919c
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..5ad8b919c
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..5f986e606
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..c95732653
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..c95732653
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..59a3d7421
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..c21eca4ae
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..3f323aa31
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..3f323aa31
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..c506e6527
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..e8042c354
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..e8042c354
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..ace44e2ad
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..15ba26e35
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..15ba26e35
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..e459e546b
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..ba2578a6c
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..481992bcf
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..481992bcf
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..0e8aef502
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..692909167
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..692909167
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..7904ed049
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..059b56ce4
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..059b56ce4
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..ea8bb9c16
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..179bec915
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..12c5016cd
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..12c5016cd
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..2f0200d00
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..68f0577da
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..68f0577da
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..c2ae7d8bc
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml
new file mode 100644
index 000000000..868002e70
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml
new file mode 100644
index 000000000..6022bbe42
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml
new file mode 100644
index 000000000..e86d8426d
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml
new file mode 100644
index 000000000..aa2f3e0c8
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file