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