remove unused assets and generated schema files

This commit is contained in:
2026-05-02 13:10:15 +03:00
parent 808086706a
commit 3443c29f66
9 changed files with 0 additions and 5072 deletions
-28
View File
@@ -1,28 +0,0 @@
/**
* Brand mark SVGs sourced from `simple-icons` (CC0 1.0 / public domain).
* The marks themselves are trademarks of their respective owners and are
* displayed here under nominative fair use to identify the underlying media
* format - the same way Plex, Apple TV, Kodi and Infuse do.
*
* Source: https://simpleicons.org (license: CC0 1.0 Universal)
*/
import type { SVGProps } from 'react'
export function DolbyMark(props: SVGProps<SVGSVGElement>) {
return (
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-hidden {...props}>
<title>Dolby</title>
<path d="M0 3.564v16.872h2.488c4.648 0 8.438-3.788 8.438-8.436s-3.79-8.436-8.438-8.436H0zm21.512 0c-4.648 0-8.438 3.788-8.438 8.436s3.79 8.436 8.438 8.436H24V3.564h-2.488z" />
</svg>
)
}
export function DtsMark(props: SVGProps<SVGSVGElement>) {
return (
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-hidden {...props}>
<title>DTS</title>
<path d="m23.556 14.346-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.492 1.492 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.492 1.492 0 0 0 24 15.4v-.003a1.444 1.444 0 0 0-.444-1.051zM5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088.015-1.216.525-2.088 1.85-2.088h.349v3.962z" />
</svg>
)
}