react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 378 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.left = void 0;
var left = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M6,10l3,3v-2h8V9H9V7L6,10z M4,2C3.447,2,3,2.047,3,2.6V17.4C3,17.951,3.447,18,4,18c0.552,0,1-0.049,1-0.6V2.6\r\n\tC5,2.047,4.552,2,4,2z"
}
}]
};
exports.left = left;
;