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