import { __ } from '@wordpress/i18n'; import { motion } from 'framer-motion'; export const magic = ( {__('Magic Icon', 'extendify-local')} ); export const magicAnimated = ( {__('Magic Sparkle Animation', 'extendify-local')} ); export const thumbDown = ( {__('Thumb Down Icon', 'extendify-local')} ); export const thumbUp = ( {__('Thumb Up Icon', 'extendify-local')} ); export const sparkle = ( {__('Sparkle Icon', 'extendify-local')} ); export const toolSelect = ( {__('Tool Select Icon', 'extendify-local')} ); export const selectedContent = ( {__('Selected Content Icon', 'extendify-local')} ); export const cancelRequest = ( {__('Cancel', 'extendify-local')} );