@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 960 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 chatbot = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeMiterlimit: 10,
strokeWidth: 1.5,
d: "M14.364 8.955a1.589 1.589 0 0 1 0 2.545M1.636 8.955a1.588 1.588 0 0 0 0 2.545M8 4.818a5.091 5.091 0 1 1 0 10.183A5.091 5.091 0 0 1 8 4.818Zm0 0V2.91m0 0a.954.954 0 1 1 0-1.908.954.954 0 0 1 0 1.908Zm-2.26 7.84h.023m4.473 0h.022"
}))
});
var _default = exports.default = chatbot;
//# sourceMappingURL=chatbot.js.map