|
|
|
@ -2,7 +2,7 @@
|
|
|
|
// DON NOT EDIT IT MANUALLY
|
|
|
|
// DON NOT EDIT IT MANUALLY
|
|
|
|
|
|
|
|
|
|
|
|
import * as React from 'react'
|
|
|
|
import * as React from 'react'
|
|
|
|
import data from './CuteRobote.json'
|
|
|
|
import data from './CuteRobot.json'
|
|
|
|
import IconBase from '@/app/components/base/icons/IconBase'
|
|
|
|
import IconBase from '@/app/components/base/icons/IconBase'
|
|
|
|
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase'
|
|
|
|
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase'
|
|
|
|
|
|
|
|
|
|
|
|
@ -11,6 +11,6 @@ const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseP
|
|
|
|
ref,
|
|
|
|
ref,
|
|
|
|
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
|
|
|
) => <IconBase {...props} ref={ref} data={data as IconData} />)
|
|
|
|
|
|
|
|
|
|
|
|
Icon.displayName = 'CuteRobote'
|
|
|
|
Icon.displayName = 'CuteRobot'
|
|
|
|
|
|
|
|
|
|
|
|
export default Icon
|
|
|
|
export default Icon
|