293 |
294 | {
295 | icons.length > 0 && icons.map((icon) => {
296 | return (
297 |

{ console.log('click icon', icon ); this.onImportImage( icon ) } }
303 | className={` flaticon-sidebar-icon ${ importedImages.indexOf(icon.id) !== -1 && importingImages.indexOf(icon.id) !== -1 ? 'importing' : '' } `}
304 | />
305 | )
306 | })
307 | }
308 |
309 |