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