MobileOutlined.d.ts 120 B

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