react-icons-kit
Version:
React Icons Kit using various Svg Icon set
71 lines (70 loc) • 1.3 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.moveUp = void 0;
var moveUp = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M11 8v6h1v-6h2.5l-3-3-3 3z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 3h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M3 3h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 3h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 6.5h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M2.5 7h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M4.5 7h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 4.5h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 5h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 11v3h-3v-3h3zM6 10h-5v5h5v-5z"
}
}]
};
exports.moveUp = moveUp;
;