UNPKG

@navinc/base-react-components

Version:
4 lines 1.39 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const Insight = (props) => (_jsxs("svg", Object.assign({ fill: "currentcolor", "data-testid": "icon:insight" }, props, { viewBox: "0 0 16 16", children: [_jsx("path", { d: "M7.00763 9.50781L6.50219 10.6661C6.30789 11.1113 5.6921 11.1113 5.49781 10.6661L4.99236 9.50781C4.54254 8.47702 3.73291 7.65653 2.723 7.20801L1.33174 6.59012C0.889418 6.39368 0.889419 5.74986 1.33174 5.55342L2.67954 4.95483C3.71543 4.49477 4.53959 3.64386 4.98171 2.57792L5.49372 1.34356C5.68371 0.885482 6.31628 0.885481 6.50628 1.34355L7.01828 2.57793C7.46041 3.64386 8.28456 4.49477 9.32045 4.95483L10.6683 5.55342C11.1106 5.74986 11.1106 6.39368 10.6683 6.59012L9.27699 7.20801C8.26709 7.65653 7.45746 8.47702 7.00763 9.50781Z" }), _jsx("path", { d: "M12.6046 14.1047L12.3013 14.7996C12.1847 15.0668 11.8153 15.0668 11.6987 14.7996L11.3954 14.1047C11.1255 13.4862 10.6397 12.9939 10.0338 12.7248L9.19905 12.3541C8.93365 12.2362 8.93365 11.8499 9.19905 11.7321L10.0077 11.3729C10.6293 11.0969 11.1238 10.5863 11.389 9.94675L11.6962 9.20613C11.8102 8.93129 12.1898 8.93129 12.3038 9.20613L12.611 9.94676C12.8762 10.5863 13.3707 11.0969 13.9923 11.3729L14.801 11.7321C15.0663 11.8499 15.0663 12.2362 14.801 12.3541L13.9662 12.7248C13.3603 12.9939 12.8745 13.4862 12.6046 14.1047Z" })] }))); export default Insight; //# sourceMappingURL=insight.js.map