@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 968 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const location_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M10 23h4m.25-15a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0ZM19 7.902c0 .958-.198 1.89-.594 2.783l-4.492 8.226A2.213 2.213 0 0 1 12 20c-.8 0-1.523-.421-1.92-1.1l-4.502-8.248A6.793 6.793 0 0 1 5 7.902C5 4.092 8.132 1 12 1s7 3.092 7 6.902Z"
}))
});
var _default = exports.default = location_medium;
//# sourceMappingURL=location_medium.js.map