react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 349 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.display = void 0;
var display = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0 1v10h16v-10h-16zM15 10h-14v-8h14v8zM10.5 12h-5l-0.5 2-1 1h8l-1-1z"
}
}]
};
exports.display = display;
;