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