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