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