import React from 'react'; import Icon from '../Icon'; export const shapeOptions = [ { key: 'square', content: , child: '', }, { key: 'circle', content: , child: '', }, { key: 'line', content: , child: '', }, { key: 'arrow', content: , child: '', }, ]; export const typeOptions = [ { key: 'fill', content: , child: '', }, { key: 'border', content: , child: '', }, ];