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