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