@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
38 lines (37 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _g, _defs;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const investor = props => (0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = (0, _jsxRuntime.jsx)("g", {
clipPath: "url(#investor_svg__a)",
children: (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8.467 9.4h5.6A.933.933 0 0 0 15 8.467V1.933A.933.933 0 0 0 14.067 1H7.533M8 6.133 9.4 3.8l1.867 1.867 1.866-2.8M3.8 4.733A1.867 1.867 0 1 0 3.8 1a1.867 1.867 0 0 0 0 3.733ZM5.2 15l.467-4.667H6.6V8.467a2.8 2.8 0 1 0-5.6 0v1.866h.933L2.4 15h2.8Z"
})
})), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", {
children: (0, _jsxRuntime.jsx)("clipPath", {
id: "investor_svg__a",
children: (0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
var _default = exports.default = investor;
//# sourceMappingURL=investor.js.map