react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 692 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_gps_not_fixed_twotone = void 0;
var ic_gps_not_fixed_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"
},
"children": []
}]
};
exports.ic_gps_not_fixed_twotone = ic_gps_not_fixed_twotone;
;