react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.drive = void 0;
var drive = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M3 14h10c1.657 0 3-1.343 3-3h-16c0 1.657 1.343 3 3 3zM13 12h1v1h-1v-1zM15 2h-14l-1 8h16z"
}
}]
};
exports.drive = drive;
;