⬆️ Upgrade chakra version
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const AccessibilityIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ArrowRight = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const CalculatorIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
|
||||
export const CapterraIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const CheckCircleIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
import { featherIconsBaseProps } from '.'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ChevronDownIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ChevronRightIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ConditionIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const DoIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const DocIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const DontIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import { featherIconsBaseProps } from './HamburgerIcon'
|
||||
|
||||
export const EmailIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import { featherIconsBaseProps } from './HamburgerIcon'
|
||||
|
||||
export const ExternalLinkIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const FolderIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const featherIconsBaseProps: IconProps = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const Logo = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const MapIcon = (props: IconProps) => (
|
||||
|
7
ee/apps/landing-page/assets/icons/NewspaperIcon.tsx
Normal file
7
ee/apps/landing-page/assets/icons/NewspaperIcon.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { Icon } from '@chakra-ui/icon'
|
||||
|
||||
export const NewspaperIcon = () => (
|
||||
<Icon viewBox="0 0 512 512" fill="currentcolor">
|
||||
<path d="M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z" />
|
||||
</Icon>
|
||||
)
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const PeopleCircleIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const PersonAddIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
|
||||
export const ProductHuntIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const QuoteLeftIcon = (props: IconProps) => (
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
|
||||
export const RedditIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import { Icon, IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ShareIcon = (props: IconProps) => (
|
||||
|
Reference in New Issue
Block a user