add svgr plugin for svg as ReactComponent

This commit is contained in:
hardiknai-techm
2021-05-05 08:45:34 +05:30
parent d8dff644d5
commit 9e7252dfeb
9 changed files with 1707 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
*/
import CancelIcon from "images/cancel.svg";
import CheckIcon from "images/check-disabled.svg"; // need to revert hardikn
import CheckIcon from "images/check1.svg";
import DeleteIcon from "images/delete.svg";
import EditIcon from "images/Edit_entity.svg";
import * as React from "react";