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