react-icons-kit
Version:
React Icons Kit using various Svg Icon set
27 lines (26 loc) • 530 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosMinusEmpty = void 0;
var iosMinusEmpty = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M384,265H128v-17h256V265z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M384,265H128v-17h256V265z"
},
"children": []
}]
}]
}]
};
exports.iosMinusEmpty = iosMinusEmpty;
;