@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.24 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const ChartDown = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:chart-down" }, props, { children: _jsx("path", { d: "M20.6197177,14.7862396 C20.5032114,14.8780966 20.2422485,15 19.9298203,15 L16.9998075,15 C16.4476291,15 16,14.5561352 16,14 C16,13.4477153 16.4437166,13 16.9998075,13 L17.5854634,13 L10.5058993,5.92177513 L6.96155827,18.274601 C6.80990033,18.8056549 6.25645299,19.1132162 5.72539902,18.9615583 C5.19434505,18.8099003 4.8867838,18.256453 5.03844173,17.725399 L9.03654964,3.72539902 C9.24593226,2.99221304 10.1659295,2.75371003 10.7051478,3.29282633 L19.0071788,11.5932868 L19,11 C19,10.4477153 19.4477153,10 20,10 C20.5522847,10 21,10.4477153 21,11 L21,14 C20.9997745,14.3376025 20.845523,14.6108247 20.6197177,14.7862396 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.72310122,22 2.47362123,21.8892139 2.29293677,21.70899 C2.11174599,21.5270456 2,21.2775663 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 ChartDown;
//# sourceMappingURL=chart-down.js.map