UNPKG

carpooluikit

Version:
5 lines (4 loc) 125 B
import React from "react"; import { SvgProps } from "../types"; declare const Icon: React.FC<SvgProps>; export default Icon;