react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 592 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_brightness_medium = void 0;
var ic_brightness_medium = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 15.31L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"
},
"children": []
}]
};
exports.ic_brightness_medium = ic_brightness_medium;
;