@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TILocationOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TILocationOutline = function TILocationOutline(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 5c1.609 0 3.12.614 4.254 1.73C17.38 7.837 18 9.309 18 10.87s-.62 3.03-1.745 4.139L12 19.193l-4.254-4.186c-1.125-1.107-1.745-2.576-1.745-4.139s.62-3.032 1.745-4.141A6.04 6.04 0 0 1 12 5m0-2a8.04 8.04 0 0 0-5.657 2.305 7.782 7.782 0 0 0 0 11.131L12 21.999l5.657-5.565a7.78 7.78 0 0 0 0-11.129A8.039 8.039 0 0 0 12 3zm0 5.499c.668 0 1.296.26 1.768.731a2.502 2.502 0 0 1 0 3.537c-.473.472-1.1.731-1.768.731s-1.295-.26-1.768-.731a2.502 2.502 0 0 1 0-3.537A2.49 2.49 0 0 1 12 8.499m0-1a3.501 3.501 0 1 0 2.475 5.975 3.503 3.503 0 0 0 0-4.951A3.489 3.489 0 0 0 12 7.499z"
})
}));
};
exports.TILocationOutline = TILocationOutline;