4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const NotificationOutlined: IconDefinition;
|
|
export default NotificationOutlined;
|