import * as React from "react"; import { IconProps } from '../lib'; declare const Fan: (props: IconProps) => React.JSX.Element; export default Fan; //# sourceMappingURL=Fan.d.ts.map