import { IconBase, IconProps } from '../icon'; export default class MapRoutePlanningFilledIcon extends IconBase { static icon: { attributes: { fill: string; viewBox: string; width: string; height: string; }; nodeName: string; children: { attributes: { fill: string; d: string; }; nodeName: string; children: never[]; }[]; }; constructor(); }