react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.arrowRight = void 0;
var arrowRight = {
  "viewBox": "0 0 16 16",
  "children": [{
    "name": "path",
    "attribs": {
      "fill": "#000000",
      "d": "M15.5 8l-7.5-7.5v4.5h-8v6h8v4.5z"
    }
  }]
};
exports.arrowRight = arrowRight;