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