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