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