import React from 'react'; import { Icon } from '../../../primitives/Icon'; import { Path } from 'react-native-svg'; export function Dotted(props: any) { return ( ); }