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