react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 536 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_sim_card_alert = void 0;
var ic_sim_card_alert = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm0-4h-2V8h2v5z"
},
"children": []
}]
};
exports.ic_sim_card_alert = ic_sim_card_alert;
;