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