react-icons-kit
Version:
React Icons Kit using various Svg Icon set
63 lines (62 loc) • 1.22 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosAlbums = void 0;
var iosAlbums = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M480,128H32v320h448V128L480,128z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M480,128H32v320h448V128L480,128z"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "72",
"y": "96",
"width": "368",
"height": "16"
},
"children": [{
"name": "rect",
"attribs": {
"x": "72",
"y": "96",
"width": "368",
"height": "16"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "104",
"y": "64",
"width": "304",
"height": "16"
},
"children": [{
"name": "rect",
"attribs": {
"x": "104",
"y": "64",
"width": "304",
"height": "16"
},
"children": []
}]
}]
}]
};
exports.iosAlbums = iosAlbums;
;