UNPKG

@navinc/base-react-components

Version:
4 lines 942 B
import { jsx as _jsx } from "react/jsx-runtime"; const ArrowForward = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:arrow-forward" }, props, { children: _jsx("path", { d: "M19.6784864,11.2642729 C19.8762055,11.4463998 20,11.7076919 20,12 C20,12.2902827 19.8771668,12.5516772 19.6798559,12.7343577 L12.7071068,19.7071068 C12.3165825,20.0976311 11.6834175,20.0976311 11.2928932,19.7071068 C10.9023689,19.3165825 10.9023689,18.6834175 11.2928932,18.2928932 L16.5857864,13 L5.00087166,13 C4.4481055,13 4,12.5561352 4,12 C4,11.4477153 4.44463086,11 5.00087166,11 L16.5857864,11 L11.2928932,5.70710678 C10.9023689,5.31658249 10.9023689,4.68341751 11.2928932,4.29289322 C11.6834175,3.90236893 12.3165825,3.90236893 12.7071068,4.29289322 L19.6784864,11.2642729 Z", fillRule: "nonzero" }) }))); export default ArrowForward; //# sourceMappingURL=arrow-forward.js.map