import { View, Image } from '@tarojs/components' import './Icons.scss' // import { SvgXml } from 'react-native-svg'; let SvgXml; if (process.env.TARO_ENV == 'rn') { SvgXml = require("react-native-svg").SvgXml } export const IconMinus = (props: { color: string, disable?: boolean }) => { return } export const IconPlus = (props: { color: string, disable?: boolean }) => { return } export const IconClear = () => { return } export const IconShare = (props: { width: number, height: number, color: string }) => { const icon = `` return { process.env.TARO_ENV == 'weapp' ? : } } export const IconCheck = (props: { width: number, height: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconRadio = (props: { width: number, color: string }) => { const icon = `` return { process.env.TARO_ENV == 'weapp' ? : } } export const IconRadioCheck = (props: { width: number, color: string }) => { const icon = ` ` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconRadioCross = (props: { width: number, color: string }) => { const icon = ` ` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconX = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSwitchOff = (props: { width: number, height: number }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconDrag = (props: { width: number, height: number }) => { const icon = `` return Icon(props.width, props.height, icon); } export const IconInfo = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconDay = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconNight = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconLock = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconSunrise = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconSunset = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconBigArrow = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconShare2 = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconSwitch1 = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconSwitch2 = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconDay1 = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconNight1 = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconFast = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconEat = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconSleep = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconActive = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconMore = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconRemove = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const Icon = (width, height, icon) => { return {process.env.TARO_ENV == 'weapp' ? : } } export const IconAdd = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconCellArrow = (props: { width: number, color: string }) => { const icon = `` return Icon(props.width, props.width, icon); } export const IconCalendar = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconTarget = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconNotificationOff = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconNotification = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconSwitch = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconArrow = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconClose = (props: { width: number, height: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconError = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconSuccess = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconStreak = (props: { width: number, color: string, full: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconVip = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); } export const IconMap = (props: { width: number, color: string }) => { const icon = ` ` return Icon(props.width, props.width, icon); }