react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 393 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.badge = void 0;
var badge = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M2 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-1 4.81v3.19l1-1 1 1v-3.19c-.31.11-.65.19-1 .19s-.69-.08-1-.19z",
"transform": "translate(2)"
}
}]
};
exports.badge = badge;
;