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