react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 468 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.moon = void 0;
var moon = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.moon = moon;
;