react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 432 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.chevronLeft = void 0;
var chevronLeft = {
"viewBox": "0 0 1280 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1171 301l-531 531 531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19l-742-742q-19-19-19-45t19-45l742-742q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z"
}
}]
};
exports.chevronLeft = chevronLeft;
;