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