react-icons-kit
Version:
React Icons Kit using various Svg Icon set
50 lines (49 loc) • 1.04 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_horizontal_align_left = void 0;
var software_horizontal_align_left = {
"viewBox": "0 0 64 64",
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "1",
"y1": "0",
"x2": "1",
"y2": "64"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "7",
"y": "35",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "52",
"height": "16"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "7",
"y": "13",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "40",
"height": "16"
},
"children": []
}]
};
exports.software_horizontal_align_left = software_horizontal_align_left;
;