import React from "react"; import { Icon } from "@jobber/components-native"; import type { IconProps } from "@jobber/components-native"; export function IconBasic(props: Partial) { return ; }