react-icons-kit
Version:
React Icons Kit using various Svg Icon set
32 lines (31 loc) • 837 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_accessible_forward = void 0;
var ic_accessible_forward = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "17",
"cy": "4.54",
"r": "2"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M14 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C17.42 8.5 16.44 7 14.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L7.22 10l1.92.53L9.79 9H12l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H17v5h2v-5.5c0-1.1-.9-2-2-2z"
},
"children": []
}]
};
exports.ic_accessible_forward = ic_accessible_forward;
;