import { FunctionComponent } from 'react'; import { IIcon } from './BaseIcon'; declare const DirectionIcon: FunctionComponent; export default DirectionIcon; //# sourceMappingURL=DirectionIcon.d.ts.map