UNPKG

@navinc/base-react-components

Version:
4 lines 1.63 kB
import { jsx as _jsx } from "react/jsx-runtime"; const ExportIcon = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:export" }, props, { children: _jsx("path", { d: "M18.0010434,11 L16,11 C15.4477153,11 15,10.5522847 15,10 C15,9.44771525 15.4477153,9 16,9 L18.0010434,9 C19.1058835,9 20,9.89707284 20,11.0024733 L20,19.9975267 C20,21.1011252 19.1046711,22 18.0043778,22 L5.99562215,22 C4.89187145,22 4,21.1021828 4,19.9975267 L4,11.0024733 C4,9.89768426 4.89569936,9 5.99895656,9 L8,9 C8.55228475,9 9,9.44771525 9,10 C9,10.5522847 8.55228475,11 8,11 C8,11 6,11.0012639 6,11.0024733 C6,11.0024733 5.99942665,20 5.99562215,20 C5.99562215,20 18,19.9983215 18,19.9975267 C18,19.9975267 17.9998334,11 18.0010434,11 Z M9.88554772,6.53897024 C9.49431266,6.9302053 8.85884257,6.93251041 8.46831828,6.54198612 C8.07507132,6.14873917 8.07914424,5.5169466 8.47133416,5.12475668 C8.47133416,5.12475668 11.2947357,2.30135619 11.2967454,2.29934544 C11.4928655,2.10322534 11.748317,2.00592727 12.0045887,2.00769043 C12.260516,2.00752792 12.5161986,2.10458502 12.7139748,2.30236132 L15.5363702,5.12475668 C15.9276053,5.51599173 15.9299104,6.15146183 15.5393861,6.54198612 C15.1461391,6.93523308 14.5143466,6.93116016 14.1221566,6.53897024 L13.0038522,5.42066578 L13.0038522,16.9918994 C13.0038522,17.5445149 12.5561369,17.9922326 12.0038522,17.9922326 C11.447717,17.9922326 11.0038522,17.5443681 11.0038522,16.9918994 L11.0038522,5.42066578 L9.88554772,6.53897024 Z", fillRule: "nonzero" }) }))); export default ExportIcon; //# sourceMappingURL=export-icon.js.map