<Icon as={CalendarDaysIcon} size="md" />
import { Icon } from "@gluestack-ui/themed"
export default () => <Icon as={} />
Name | Value | Default |
---|---|---|
size | 2xs | xs | sm | md | lg | xl | md |
<HStack w="70%" flexWrap="wrap"><Icon as={AddIcon} m="$2" w="$4" h="$4" /><Icon as={ArrowLeftIcon} m="$2" w="$4" h="$4" /><Icon as={ArrowRightIcon} m="$2" w="$4" h="$4" /><Icon as={ArrowUpIcon} m="$2" w="$4" h="$4" /><Icon as={ArrowDownIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronsLeftIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronsRightIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronsUpDownIcon} m="$2" w="$4" h="$4" /><Icon as={AtSignIcon} m="$2" w="$4" h="$4" /><Icon as={PaperclipIcon} m="$2" w="$4" h="$4" /><Icon as={BellIcon} m="$2" w="$4" h="$4" /><Icon as={CalendarDaysIcon} m="$2" w="$4" h="$4" /><Icon as={MessageCircleIcon} m="$2" w="$4" h="$4" /><Icon as={CheckIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronDownIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronUpIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronLeftIcon} m="$2" w="$4" h="$4" /><Icon as={ChevronRightIcon} m="$2" w="$4" h="$4" /><Icon as={CloseIcon} m="$2" w="$4" h="$4" /><Icon as={CopyIcon} m="$2" w="$4" h="$4" /><Icon as={TrashIcon} m="$2" w="$4" h="$4" /><Icon as={DownloadIcon} m="$2" w="$4" h="$4" /><Icon as={GripVerticalIcon} m="$2" w="$4" h="$4" /><Icon as={EditIcon} m="$2" w="$4" h="$4" /><Icon as={MailIcon} m="$2" w="$4" h="$4" /><Icon as={ExternalLinkIcon} m="$2" w="$4" h="$4" /><Icon as={MenuIcon} m="$2" w="$4" h="$4" /><Icon as={InfoIcon} m="$2" w="$4" h="$4" /><Icon as={LinkIcon} m="$2" w="$4" h="$4" /><Icon as={LockIcon} m="$2" w="$4" h="$4" /><Icon as={RemoveIcon} m="$2" w="$4" h="$4" /><Icon as={MoonIcon} m="$2" w="$4" h="$4" /><Icon as={SlashIcon} m="$2" w="$4" h="$4" /><Icon as={CheckCircleIcon} m="$2" w="$4" h="$4" /><Icon as={PhoneIcon} m="$2" w="$4" h="$4" /><Icon as={HelpCircleIcon} m="$2" w="$4" h="$4" /><Icon as={RepeatIcon} m="$2" w="$4" h="$4" /><Icon as={Repeat1Icon} m="$2" w="$4" h="$4" /><Icon as={SearchIcon} m="$2" w="$4" h="$4" /><Icon as={SettingsIcon} m="$2" w="$4" h="$4" /><Icon as={LoaderIcon} m="$2" w="$4" h="$4" /><Icon as={StarIcon} m="$2" w="$4" h="$4" /><Icon as={SunIcon} m="$2" w="$4" h="$4" /><Icon as={ClockIcon} m="$2" w="$4" h="$4" /><Icon as={UnlockIcon} m="$2" w="$4" h="$4" /><Icon as={EyeIcon} m="$2" w="$4" h="$4" /><Icon as={EyeOffIcon} m="$2" w="$4" h="$4" /><Icon as={AlertCircleIcon} m="$2" w="$4" h="$4" /><Icon as={CloseCircleIcon} m="$2" w="$4" h="$4" /><Icon as={ShareIcon} m="$2" w="$4" h="$4" /><Icon as={CircleIcon} m="$2" w="$4" h="$4" /><Icon as={FavouriteIcon} m="$2" w="$4" h="$4" /><Icon as={GlobeIcon} m="$2" w="$4" h="$4" /><Icon as={ThreeDotsIcon} m="$2" w="$4" h="$4" /><Icon as={PlayIcon} m="$2" w="$4" h="$4" /></HStack>
<VStack space="md" alignItems="center"><Icon as={Camera} /><Icon as={ChromeIcon} /><Icon as={InstagramIcon} /><Icon as={FacebookIcon} /></VStack>
const GluestackIcon = createIcon({// createIcon function is imported from '@gluestack-ui/themed'viewBox: "0 0 32 32",path: (<>{/* Rect, Path is imported from 'react-native-svg' */}<Rect width="32" height="32" rx="2" fill="currentColor" /><Pathd="M9.5 14.6642L15.9999 9.87633V12.1358L9.5 16.9236V14.6642Z"fill="white"/><Pathd="M22.5 14.6642L16.0001 9.87639V12.1359L22.5 16.9237V14.6642Z"fill="white"/><Pathd="M9.5 19.8641L15.9999 15.0763V17.3358L9.5 22.1236V19.8641Z"fill="white"/><Pathd="M22.5 19.8642L16.0001 15.0764V17.3358L22.5 22.1237V19.8642Z"fill="white"/></>),})function App() {return <Icon as={GluestackIcon} color="black" size="xl" />}