Вставить svg в код GatsbyJS
Last updated
Last updated
plugins: [
{
resolve: "gatsby-plugin-react-svg",
options: {
rule: {
include: /assets/ // See below to configure properly
}
}
}
];import Icon from "./path/assets/icon.svg";
// ...
<Icon />;