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