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