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