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