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