@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
9 lines (8 loc) • 315 B
TypeScript
import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const UnknownVehicleIcon: React.FC<SVGIconProps>;
/**
* @deprecated Use {@link UnknownVehicleIcon} instead.
*/
export declare const UnknownVehicle: typeof UnknownVehicleIcon;
export default UnknownVehicleIcon;