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