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