react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowReturnLeft = void 0;
var arrowReturnLeft = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M192,96v64h248c4.4,0,8,3.6,8,8v240c0,4.4-3.6,8-8,8H136c-4.4,0-8-3.6-8-8v-48c0-4.4,3.6-8,8-8h248V224H192v64L64,192\r\n\tL192,96z"
},
"children": []
}]
};
exports.arrowReturnLeft = arrowReturnLeft;