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