Html5Filled.d.ts 114 B

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