react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 753 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_all_out_twotone = void 0;
var ic_all_out_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"opacity": ".3",
"r": "5"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 4v4l4-4zm12 0l4 4V4zm4 16v-4l-4 4zM4 20h4l-4-4zm15-8c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7zm-7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
},
"children": []
}]
};
exports.ic_all_out_twotone = ic_all_out_twotone;
;