@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 995 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const investor = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#investor_svg__a)"
}, React.createElement("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 = React.createElement("defs", null, React.createElement("clipPath", {
id: "investor_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default investor;
//# sourceMappingURL=investor.js.map