react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.record = void 0;
var record = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z",
"transform": "translate(1 1)"
}
}]
};
exports.record = record;
;