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