react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 333 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.thickRight = void 0;
var thickRight = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M5 0v2h-5v2h5v2l3-3.03-3-2.97z",
"transform": "translate(0 1)"
}
}]
};
exports.thickRight = thickRight;
;