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