react-icons-kit
Version:
React Icons Kit using various Svg Icon set
71 lines (70 loc) • 1.31 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.moveDown = void 0;
var moveDown = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M12 11v-6h-1v6h-2.5l3 3 3-3z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 4v3h-3v-3h3zM6 3h-5v5h5v-5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 10h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M3 10h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 10h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 13.5h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M2.5 14h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M4.5 14h1.5v1h-1.5v-1z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M1 11.5h1v1.5h-1v-1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 12h1v1.5h-1v-1.5z"
}
}]
};
exports.moveDown = moveDown;
;