import * as React from 'react'; export interface VideoPlaylist64Props extends React.SVGProps { ariaLabel?: string } export default function VideoPlaylist64({ ariaLabel, ...props }: VideoPlaylist64Props) { return ( ); }