react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 444 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.note = void 0;
var note = {
"viewBox": "0 0 14 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z"
},
"children": []
}],
"attribs": {}
};
exports.note = note;
;