react-icons-kit
Version:
React Icons Kit using various Svg Icon set
106 lines (105 loc) • 2.12 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_postcard = void 0;
var basic_postcard = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "13",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "62",
"height": "41"
},
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "13",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "62",
"height": "41"
},
"children": []
}]
}]
}, {
"name": "rect",
"attribs": {
"x": "49",
"y": "19",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "8",
"height": "10"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "39",
"y1": "18",
"x2": "39",
"y2": "49"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "6",
"y1": "21",
"x2": "34",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "6",
"y1": "27",
"x2": "30",
"y2": "27"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "6",
"y1": "33",
"x2": "32",
"y2": "33"
},
"children": []
}]
};
exports.basic_postcard = basic_postcard;
;