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