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