react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_arrow_left = void 0;
var ic_arrow_left = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M14 7l-5 5 5 5V7z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M24 0v24H0V0h24z",
"fill": "none"
},
"children": []
}]
};
exports.ic_arrow_left = ic_arrow_left;