react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 582 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_hdr_strong = void 0;
var ic_hdr_strong = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
},
"children": []
}]
};
exports.ic_hdr_strong = ic_hdr_strong;
;