react-icons-kit
Version:
React Icons Kit using various Svg Icon set
37 lines (36 loc) • 666 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.toggleRight = void 0;
var toggleRight = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "5",
"width": "22",
"height": "14",
"rx": "7",
"ry": "7"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "16",
"cy": "12",
"r": "3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.toggleRight = toggleRight;
;