diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-07-06 01:50:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 17:50:03 -0700 |
commit | 8f06ba70bb02a9dc3f09285719bd1585cc43aaeb (patch) | |
tree | eacc2a658522826a99d1ca3055fbd54a63ff65de /assets | |
parent | 56b688744ef3492a1e93d8a6ee04a116ceb7253a (diff) | |
download | voidsky-8f06ba70bb02a9dc3f09285719bd1585cc43aaeb.tar.zst |
Video compression in composer (#4638)
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/videoClip_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/videoClip_stroke2_corner0_rounded.svg b/assets/icons/videoClip_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..fd4c08d47 --- /dev/null +++ b/assets/icons/videoClip_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm2 1v2h2V5H5Zm4 0v6h6V5H9Zm8 0v2h2V5h-2Zm2 4h-2v2h2V9Zm0 4h-2v2.444h2V13Zm0 4.444h-2V19h2v-1.556ZM15 19v-6H9v6h6Zm-8 0v-2H5v2h2Zm-2-4h2v-2H5v2Zm0-4h2V9H5v2Z" clip-rule="evenodd"/></svg> |