===== COMPONENT: android ===== Title: Android Description: A mockup of an Android device. --- file: magicui/android.tsx --- import { SVGProps } from "react" export interface AndroidProps extends SVGProps { width?: number height?: number src?: string videoSrc?: string } export function Android({ width = 433, height = 882, src, videoSrc, ...props }: AndroidProps) { return ( {src && ( )} {videoSrc && (