React and SVG sprite
问题 I am using React, and I am trying to load a svg icon from a sprite. My sprite is like this: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol viewBox="0 0 28.3 28.3" id="square"> <path d="M.3 30.7h27L13.8 3.8zM126.3-51.7c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z" /> <path d="M0 28.3h28.3L14.2 0 0 28.3zm5.3-3.2l8.9-17.7L23 25.1H5.3z" /> </symbol> <symbol viewBox="0 0 28.3 28.3" id="circle"> <circle cx="14.2" cy="14.2" r="14.2"