diff options
author | David Buchanan <d@vidbuchanan.co.uk> | 2024-12-03 17:42:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 17:42:53 +0000 |
commit | 3607cfb9911233fd73253aa0246949c67831ce41 (patch) | |
tree | dea9ca59195e04a4a456fc8c87cc558591ce853d | |
parent | 147efb628a9eea755dd2901a82f39f14435f6629 (diff) | |
download | voidsky-3607cfb9911233fd73253aa0246949c67831ce41.tar.zst |
Update VideoClip icon - Fix pixel grid alignment (#6923)
* Update VideoClip.tsx * minify path
-rw-r--r-- | src/components/icons/VideoClip.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icons/VideoClip.tsx b/src/components/icons/VideoClip.tsx index c2c13c491..0a541a418 100644 --- a/src/components/icons/VideoClip.tsx +++ b/src/components/icons/VideoClip.tsx @@ -1,5 +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', + path: 'M3 4a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4Zm2 1v2h2V5H5Zm4 0v6h6V5H9Zm8 0v2h2V5h-2Zm2 4h-2v2h2V9Zm0 4h-2v2h2V13Zm0 4h-2V19h2ZM15 19v-6H9v6h6Zm-8 0v-2H5v2h2Zm-2-4h2v-2H5v2Zm0-4h2V9H5v2Z', }) |