react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 558 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowRightThick = void 0;
var arrowRightThick = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M10.586 6.586c-.781.779-.781 2.047 0 2.828l1.586 1.586h-7.244c-1.104 0-2 .895-2 2 0 1.104.896 2 2 2h7.244l-1.586 1.586c-.781.779-.781 2.047 0 2.828.391.391.902.586 1.414.586s1.023-.195 1.414-.586l6.414-6.414-6.414-6.414c-.781-.781-2.047-.781-2.828 0z"
},
"children": []
}]
};
exports.arrowRightThick = arrowRightThick;
;