react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 422 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.windows8 = void 0;
var windows8 = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0.005 8l-0.005-4.876 6-0.815v5.691zM7 2.164l7.998-1.164v7h-7.998zM15 9l-0.002 7-7.998-1.125v-5.875zM6 14.747l-5.995-0.822-0-4.926h5.995z"
}
}]
};
exports.windows8 = windows8;
;