react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 402 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.print = void 0;
var print = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M2 0v2h4v-2h-4zm-1.91 3c-.06 0-.09.04-.09.09v2.81c0 .05.04.09.09.09h.91v-2h6v2h.91c.05 0 .09-.04.09-.09v-2.81c0-.06-.04-.09-.09-.09h-7.81zm1.91 2v3h4v-3h-4z"
}
}]
};
exports.print = print;
;