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