react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 364 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.caretLeft = void 0;
var caretLeft = {
"viewBox": "0 0 640 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M640 448v896q0 26-19 45t-45 19-45-19l-448-448q-19-19-19-45t19-45l448-448q19-19 45-19t45 19 19 45z"
}
}]
};
exports.caretLeft = caretLeft;
;