import { __ } from '@wordpress/i18n'; export const robot = ( {__('Robot Icon', 'extendify-local')} ); export const send = ( {__('Send Icon', 'extendify-local')} ); export const thumbDown = ( {__('Thumb Down Icon', 'extendify-local')} ); export const thumbUp = ( {__('Thumb Up Icon', 'extendify-local')} ); export const arrow = ( {__('Arrow Icon', 'extendify-local')} ); export const history = ( {__('History Icon', 'extendify-local')} );