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