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