4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
![]() |
import { IconDefinition } from '../types';
|
||
|
declare const AlertFill: IconDefinition;
|
||
|
export default AlertFill;
|