react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 480 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.smallRight = void 0;
var smallRight = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M11,10L7.859,6.58c-0.268-0.27-0.268-0.707,0-0.978c0.268-0.27,0.701-0.27,0.969,0l3.83,3.908\r\n\tc0.268,0.271,0.268,0.709,0,0.979l-3.83,3.908c-0.267,0.272-0.701,0.27-0.969,0c-0.268-0.269-0.268-0.707,0-0.978L11,10z"
}
}]
};
exports.smallRight = smallRight;
;