import * as React from 'react';
declare const HtmlIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
export default HtmlIcon;
