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 IconClose = (props: { width: number, height: number, color: string }) => { const icon = `` return { process.env.TARO_ENV == 'weapp' ? : } } 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 { process.env.TARO_ENV == 'weapp' ? : } } 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 {process.env.TARO_ENV == 'weapp' ? : } } export const IconInfo = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconDay = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconNight = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconLock = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSunrise = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSunset = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconBigArrow = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconShare2 = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSwitch1 = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSwitch2 = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconDay1 = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconNight1 = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconFast = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconEat = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconSleep = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconActive = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconStreak = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } } export const IconMore = (props: { width: number, color: string }) => { const icon = `` return {process.env.TARO_ENV == 'weapp' ? : } }