Movie import v1

This commit is contained in:
2026-03-17 12:36:12 +01:00
parent e750736a1c
commit 211418c6c4
10 changed files with 312 additions and 9 deletions

9
images/movie.svg Normal file
View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="2" width="20" height="20" rx="2" ry="2"/>
<line x1="2" y1="8" x2="22" y2="8"/>
<line x1="6" y1="2" x2="6" y2="8"/>
<line x1="10" y1="2" x2="10" y2="8"/>
<line x1="14" y1="2" x2="14" y2="8"/>
<line x1="18" y1="2" x2="18" y2="8"/>
<polygon points="10,12 10,19 16,15.5" fill="currentColor" stroke="none"/>
</svg>

After

Width:  |  Height:  |  Size: 521 B