about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-07-06 01:50:03 +0100
committerGitHub <noreply@github.com>2024-07-05 17:50:03 -0700
commit8f06ba70bb02a9dc3f09285719bd1585cc43aaeb (patch)
treeeacc2a658522826a99d1ca3055fbd54a63ff65de /src/components
parent56b688744ef3492a1e93d8a6ee04a116ceb7253a (diff)
downloadvoidsky-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 'src/components')
-rw-r--r--src/components/icons/VideoClip.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/VideoClip.tsx b/src/components/icons/VideoClip.tsx
new file mode 100644
index 000000000..c2c13c491
--- /dev/null
+++ b/src/components/icons/VideoClip.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const VideoClip_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: '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',
+})