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