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