react-base-guide
Version:
react ui components
11 lines (10 loc) • 357 B
TypeScript
import Svg from "./svg";
import Path from "./path";
import Rect from "./rect";
import Polygon from "./polygon";
import Polyline from "./polyline";
import Circle from "./circle";
import G from "./g";
import { IconProps, TextColor } from "./interface";
export { Svg, Path, Rect, Polygon, Polyline, Circle, G };
export type { IconProps, TextColor };