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