@untitled-theme/icons-solid
Version:
Untitled UI icons for Solid
9 lines (8 loc) • 1.24 kB
TypeScript
import { ComponentProps } from 'solid-js';
interface MessageAlertSquareIconProps extends ComponentProps<'svg'> {
}
/**
* 
*/
export default function MessageAlertSquareIcon(props: MessageAlertSquareIconProps): import("solid-js").JSX.Element;
export {};