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