2 lines
80 B
JavaScript
2 lines
80 B
JavaScript
|
import feather from "feather-icons";
|
||
|
export default icon => feather.toSvg(icon);
|