UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 901 B
"use strict"; 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 profile = 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", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.434 3.754c2.095 1.974 4.935 3.088 7.9 3.1 1.505 0 2.995-.291 4.377-.853M10.2 11.118c-1.215 1.143-3.185 1.143-4.4 0m7.15-8.068a7 7 0 1 1-9.9 9.9 7 7 0 0 1 9.9-9.9Z" })) }); var _default = exports.default = profile; //# sourceMappingURL=profile.js.map