react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 603 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowDownLeft2 = void 0;
var arrowDownLeft2 = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M12.293 2.293l-8.293 8.293v-3.586c0-0.552-0.448-1-1-1s-1 0.448-1 1v6c0 0.404 0.244 0.769 0.617 0.924 0.124 0.051 0.254 0.076 0.383 0.076v0.001l6-0c0.552 0 1-0.448 1-1s-0.448-1-1-1h-3.586l8.293-8.293c0.195-0.195 0.293-0.451 0.293-0.707s-0.098-0.512-0.293-0.707c-0.39-0.391-1.024-0.391-1.414 0v0z"
}
}]
};
exports.arrowDownLeft2 = arrowDownLeft2;
;