react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 346 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowUp = void 0;
var arrowUp = {
"viewBox": "0 0 10 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M5 3L0 9h3v4h4V9h3L5 3z"
},
"children": []
}],
"attribs": {}
};
exports.arrowUp = arrowUp;
;