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