react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 425 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.empty = void 0;
var empty = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.09 0c-.06 0-.09.04-.09.09v5.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-1.91h1v-2h-1v-1.91c0-.06-.04-.09-.09-.09h-6.81zm.91 1h5v4h-5v-4z",
"transform": "translate(0 1)"
}
}]
};
exports.empty = empty;
;