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