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