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