react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 584 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.googleDrive = void 0;
var googleDrive = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M6.844 10l-2.884 5h9.072l2.884-5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M15.506 9l-4.619-8h-5.775l4.619 8z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M4.534 2l-4.534 7.856 2.888 5 4.534-7.856z"
}
}]
};
exports.googleDrive = googleDrive;