react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 338 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.thickBottom = void 0;
var thickBottom = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M2 0v5h-2l3.03 3 2.97-3h-2v-5h-2z",
"transform": "translate(1)"
}
}]
};
exports.thickBottom = thickBottom;
;