react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 553 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_disc_full = void 0;
var ic_disc_full = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 16h2v-2h-2v2zm0-9v5h2V7h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
},
"children": []
}]
};
exports.ic_disc_full = ic_disc_full;
;