const fullToolIcons = [
{
label: 'bold',
type: '',
svg: ''
},
{
label: 'strike',
type: '',
svg: ''
},
{
label: 'italic',
type: '',
svg: ''
},
{
label: 'underline',
type: '',
svg: ''
},
{
label: 'blockquote',
type: '',
svg: ''
},
{
label: 'link',
type: '',
svg: ''
},
{
label: 'list',
type: 'ordered',
svg: ''
},
{
label: 'list',
type: 'bullet',
svg: ''
},
{
label: 'list',
type: 'unchecked',
svg: ''
},
]
export {fullToolIcons}