react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bookmark = void 0;
var bookmark = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M14,2v17l-4-4l-4,4V2c0-0.553,0.585-1.02,1-1h6C13.689,0.98,14,1.447,14,2z"
}
}]
};
exports.bookmark = bookmark;