@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 662 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const bubble = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8.46 1a6.515 6.515 0 0 0-5.705 3.352 6.528 6.528 0 0 0 .162 6.62L1 15l4.025-1.918a6.524 6.524 0 0 0 9.726-3.76 6.538 6.538 0 0 0-3.377-7.64A6.524 6.524 0 0 0 8.461 1v0Z"
})));
export default bubble;
//# sourceMappingURL=bubble.js.map