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