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