react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 555 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_settings_input_hdmi = void 0;
var ic_settings_input_hdmi = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8V4z"
},
"children": []
}]
};
exports.ic_settings_input_hdmi = ic_settings_input_hdmi;
;