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