react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 1.06 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_question = void 0;
var arrows_question = {
"viewBox": "0 0 64 64",
"children": [{
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z"
},
"children": []
}, {
"name": "line",
"attribs": {
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "30",
"y1": "43",
"x2": "30",
"y2": "47"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M24,21c0-3,2-5,8-5c5,0,8,3,8,7s-6,7-6,7s-4,2-4,8v1\r\n\t"
},
"children": []
}]
};
exports.arrows_question = arrows_question;
;