react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 437 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.switchIcon = void 0;
var switchIcon = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M13,3H7c-3.866,0-7,3.134-7,7c0,3.866,3.134,7,7,7h6c3.866,0,7-3.134,7-7C20,6.134,16.866,3,13,3z M13,15\r\n\tc-2.761,0-5-2.239-5-5s2.239-5,5-5s5,2.239,5,5S15.761,15,13,15z"
}
}]
};
exports.switchIcon = switchIcon;
;