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