UNPKG

@navinc/base-react-components

Version:
4 lines 1.3 kB
import { jsx as _jsx } from "react/jsx-runtime"; const ChartUp = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:chart-up" }, props, { children: _jsx("path", { d: "M17,6.00091553 C16.4477153,6.00091553 16,5.55320028 16,5.00091553 C16,4.44863078 16.4477153,4.00091553 17,4.00091553 L19.9168316,4.00091553 C20.457162,3.95921982 21,4.36754449 21,5 L21,8 C21,8.55228475 20.5522847,9 20,9 C19.4477153,9 19,8.55228475 19,8 L19,7.42114258 L14.7071068,11.7071068 C14.3165825,12.0976311 13.6834175,12.0976311 13.2928932,11.7071068 L10.4155434,8.82975693 L6.93998155,18.3417292 C6.7512497,18.8607656 6.17749021,19.1285303 5.65845386,18.9397984 C5.13941751,18.7510666 4.87165281,18.1773071 5.06038466,17.6582708 L9.06020155,6.65827075 C9.31021954,5.97068981 10.1897691,5.77555554 10.7071068,6.29289322 L14.0112144,9.59700088 L17.5920934,6.00091553 L17,6.00091553 Z M4,20 L21.0013542,20 C21.552891,20 22,20.4438648 22,21 C22,21.5522847 21.5542301,22 21.0013542,22 L2.99864581,22 C2.72310113,22 2.47362108,21.8892138 2.2929366,21.7089899 C2.11174592,21.5270455 2,21.2775662 2,21.0013542 L2,2.99864581 C2,2.44710896 2.44386482,2 3,2 C3.55228475,2 4,2.44576991 4,2.99864581 L4,20 Z" }) }))); export default ChartUp; //# sourceMappingURL=chart-up.js.map