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