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