react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 395 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.androidFunnel = void 0;
var androidFunnel = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M208,400h96v-47.994h-96V400z M32,112v47.994h448V112H32z M112,280.783h288v-49.555H112V280.783z"
},
"children": []
}]
};
exports.androidFunnel = androidFunnel;
;