UNPKG

@navinc/base-react-components

Version:
4 lines 1.08 kB
import { jsx as _jsx } from "react/jsx-runtime"; const CreditKarmaIcon = (props) => (_jsx("svg", Object.assign({ fill: "black", width: "16", height: "16", viewBox: "0 0 16 16" }, props, { children: _jsx("path", { d: "M11.959 9.18059C12.671 8.27589 13.385 7.19191 13.9878 5.86876L12.8396 5.44906C12.0132 7.37283 10.9189 8.66473 9.69099 9.73511V3.1593H8.44866V12.5782H9.69099V11.1882C10.0756 10.8473 10.5065 10.5002 11.0644 10.0732L12.1986 11.9917C12.3878 12.4689 12.765 12.7177 13.4242 12.7177C13.648 12.7177 13.836 12.6158 14 12.5782L11.959 9.18059ZM3.29923 9.24202C3.29923 7.69243 4.10652 6.88745 5.32889 6.88745C6.25596 6.88745 6.86488 7.23492 7.05872 7.35923C7.211 7.21457 7.3329 6.96229 7.3329 6.69872C7.3329 6.2579 6.81213 5.78004 5.27913 5.78004C3.49163 5.78004 2 6.98052 2 9.256C2 11.4756 3.35517 12.718 5.14199 12.718C6.21507 12.718 7.06933 12.3745 7.31882 12.2454V11.011C7.04667 11.1975 6.16955 11.6097 5.34712 11.6097C4.17442 11.6097 3.29923 10.8067 3.29923 9.24202Z", fill: "inherit" }) }))); export default CreditKarmaIcon; //# sourceMappingURL=credit-karma-icon.js.map