@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 833 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const information_bubble_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M13.75 16H13a1.5 1.5 0 0 1-1.5-1.5v-3.75a.75.75 0 0 0-.75-.75H10m.825-3.494h.346M11.268.75a10.485 10.485 0 0 1 8.916 16.025l3.083 6.475-6.474-3.083A10.5 10.5 0 1 1 11.268.75Zm-.018 5.756c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z"
})));
export default information_bubble_medium;
//# sourceMappingURL=information_bubble_medium.js.map