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