@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIRadar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIRadar = function TIRadar(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12 20c3.86 0 7-3.141 7-7s-3.14-7-7.003-7C8.139 6 5 9.141 5 13s3.14 7 7 7zM11 8.102V10a1 1 0 1 0 2 0V8.102A5.013 5.013 0 0 1 16.899 12H15a1 1 0 1 0 0 2h1.899A5.013 5.013 0 0 1 13 17.898V16a1 1 0 1 0-2 0v1.898A5.013 5.013 0 0 1 7.101 14H9a1 1 0 1 0 0-2H7.101A5.012 5.012 0 0 1 11 8.102z"
})
}));
};
exports.TIRadar = TIRadar;