react脚手架 -- svg注入

237 阅读1分钟

svg图片制作

地址:iconmoon

注入symbol-defs.svg = svgContent

document.querySelector('body').innerHtml += svgContent

引入style.css

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

加入row-loader

raw-loader : A loader for webpack that allows importing files as a String.