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