@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.24 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const LineGraph = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:line-graph" }, props, { children: _jsx("path", { d: "M2,19 L22,19 C22.5522847,19 23,19.4477153 23,20 C23,20.5522847 22.5522847,21 22,21 L2,21 C1.44771525,21 1,20.5522847 1,20 C1,19.4477153 1.44771525,19 2,19 Z M9.17315962,17.5624367 L6.32560877,13.3762408 L3.78722207,16.6166696 C3.44664484,17.0514404 2.81810112,17.1277993 2.38333038,16.7872221 C1.94855964,16.4466448 1.87220071,15.8181011 2.21277793,15.3833304 L5.59531524,11.065284 C6.01291545,10.532188 6.8285033,10.559592 7.20937768,11.119517 L9.71979328,14.810089 L12.978579,5.67920307 C13.2727763,4.85488308 14.4090998,4.7795257 14.8095746,5.55777723 L16.9871816,9.78956892 L20.1055728,3.5527864 C20.3525621,3.05880791 20.9532351,2.85858356 21.4472136,3.10557281 C21.9411921,3.35256206 22.1414164,3.9532351 21.8944272,4.4472136 L17.8944272,12.4472136 C17.528288,13.179492 16.485427,13.1855397 16.1108196,12.4575569 L14.0867731,8.52418259 L10.9418152,17.336131 C10.6668123,18.1066696 9.63331267,18.2389095 9.17315962,17.5624367 Z" }) })));
export default LineGraph;
//# sourceMappingURL=line-graph.js.map