UNPKG

@navinc/base-react-components

Version:
6 lines 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Dashboard = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:dashboard" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3,14 C3,15.8142426 3.53722792,17.5448622 4.52387515,19 C4.79883409,19.0126791 19.4872704,18.9949951 19.4872696,18.9949951 C20.4668169,17.5318063 21,15.8073998 21,14 C21,12.9742797 20.8284103,11.9886362 20.5123697,11.0702086 L19.1331525,11.8665001 C18.6553139,12.1423803 18.0460168,11.9816272 17.7679492,11.5 C17.4918068,11.0217074 17.6519043,10.412298 18.1331525,10.1344493 L19.65095,9.25814842 C18.229457,6.96943699 15.8096272,5.36551731 13,5.05492878 L13,7.00094932 C13,7.55270978 12.5561352,8 12,8 C11.4477153,8 11,7.55664682 11,7.00094932 L11,5.05492878 C8.19037283,5.36551731 5.77054302,6.96943699 4.34904997,9.25814842 L5.86684754,10.1344493 C6.34809569,10.412298 6.50819318,11.0217074 6.23205081,11.5 C5.95398322,11.9816272 5.34468611,12.1423803 4.86684754,11.8665001 L3.48763025,11.0702086 C3.1715897,11.9886362 3,12.9742797 3,14 Z M20.8002988,20.6005777 C20.6114152,20.8520438 20.3152355,21 20.0007324,21 L3.99926763,21 C3.68476449,21 3.38858476,20.8520438 3.1997012,20.6005777 C1.78030485,18.7108942 1,16.4132182 1,14 C1,7.92486775 5.92486775,3 12,3 C18.0751322,3 23,7.92486775 23,14 C23,16.4132182 22.2196951,18.7108942 20.8002988,20.6005777 Z M12.9142136,15.4235514 C12.133165,16.2046 10.866835,16.2046 10.0857864,15.4235514 C9.30473785,14.6425028 9.30473785,13.3761729 10.0857864,12.5951243 C11.5228308,11.1580799 14.8461052,10.063396 14.8461052,10.063396 C15.3692337,9.86890261 15.6369232,10.1378789 15.4501876,10.6520812 C15.4501876,10.6520812 14.3512579,13.9865071 12.9142136,15.4235514 Z" }) }))); exports.default = Dashboard; //# sourceMappingURL=dashboard.js.map