import React from "react"; import type { SVGIcon } from "./types"; const Tick = (props: SVGIcon) => ( ); export default Tick;