react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowUpRight = void 0;
var arrowUpRight = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M4.5 0l4 4-8.5 8.5 3.5 3.5 8.5-8.5 4 4v-11.5h-11.5z"
}
}]
};
exports.arrowUpRight = arrowUpRight;