AppstoreOutlined.d.ts 124 B

123
  1. import { IconDefinition } from '../types';
  2. declare const AppstoreOutlined: IconDefinition;
  3. export default AppstoreOutlined;