@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 896 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const baby = 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: "M10.087 11.381c-1.097 1.24-3.077 1.24-4.174 0M9.548 1c2.287 1.535 1.12 5.264-1.624 5.189-1.26-.034-2.297-.92-2.638-2.126m0 0A5.54 5.54 0 0 1 8 3.355c2.465 0 4.64 1.63 5.358 4.015A1.66 1.66 0 0 1 15 9.022c0 .907-.749 1.651-1.642 1.651C12.64 13.058 10.465 14.69 8 14.69c-2.466 0-4.641-1.63-5.358-4.016A1.659 1.659 0 0 1 1 9.022 1.66 1.66 0 0 1 2.642 7.37a5.647 5.647 0 0 1 2.645-3.307Zm.7 5.01h.022m3.977 0h.023"
})));
export default baby;
//# sourceMappingURL=baby.js.map