UNPKG

@navinc/base-react-components

Version:
4 lines 500 B
import { jsx as _jsx } from "react/jsx-runtime"; const EquifaxIcon = (props) => (_jsx("svg", Object.assign({ fill: "black", width: "16", height: "16", viewBox: "0 0 16 16" }, props, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.23301 3.89319H13L12.6117 5.44659H8.33981L7.85437 7.38833H11.7379L11.3495 8.94173H7.46602L6.8835 11.2718H11.4466L11.0583 12.8252H3L5.23301 3.89319Z", fill: "inherit" }) }))); export default EquifaxIcon; //# sourceMappingURL=equifax-icon.js.map