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