google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 609 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const CreditScore = createIcon("CreditScore", [
[
"path",
{
d: "M20 3H4C2.89 3 2.01 3.89 2.01 5L2 17C2 18.11 2.89 19 4 19H9V17H4V11H22V5C22 3.89 21.11 3 20 3ZM20 7H4V5H20V7ZM14.93 18.17L12.1 15.34L10.69 16.75L14.93 21L22 13.93L20.59 12.52L14.93 18.17Z",
key: "dekzaw"
}
]
]);
export { CreditScore as default };
//# sourceMappingURL=credit_score.js.map