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