import Chip from "../chip.spec";

export const ChipIcon = (props: any) => <Chip icon="map-marker-target" {...props} />;
