react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bottom = void 0;
var bottom = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M13,11h-2V3H9v8H7l3,3L13,11z M17.4,15H2.6C2.048,15,2,15.447,2,16c0,0.553,0.048,1,0.6,1H17.4c0.552,0,0.6-0.447,0.6-1\r\n\tC18,15.447,17.952,15,17.4,15z"
}
}]
};
exports.bottom = bottom;