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