react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 505 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_note = void 0;
var ic_note = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M22 10l-6-6H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99l16-.01c1.1 0 2-.89 2-1.99v-8zm-7-4.5l5.5 5.5H15V5.5z"
},
"children": []
}]
};
exports.ic_note = ic_note;
;