@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.88 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const CloudUpload = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:cloud-upload" }, props, { children: _jsx("path", { d: "M9.88554772,12.5389702 C9.49431266,12.9302053 8.85884257,12.9325104 8.46831828,12.5419861 C8.07507132,12.1487392 8.07914424,11.5169466 8.47133416,11.1247567 C8.47133416,11.1247567 11.2947357,8.30135619 11.2967454,8.29934544 C11.4928655,8.10322534 11.748317,8.00592727 12.0045887,8.00769043 C12.260516,8.00752792 12.5161986,8.10458502 12.7139748,8.30236132 L15.5363702,11.1247567 C15.9276053,11.5159917 15.9299104,12.1514618 15.5393861,12.5419861 C15.1461391,12.9352331 14.5143466,12.9311602 14.1221566,12.5389702 L13.0038522,11.4206658 L13.0038522,20.9918994 C13.0038522,21.5445149 12.5561369,21.9922326 12.0038522,21.9922326 C11.447717,21.9922326 11.0038522,21.5443681 11.0038522,20.9918994 L11.0038522,11.4206658 L9.88554772,12.5389702 Z M18.5048294,16 L16,16 C15.4477153,16 15,15.5522847 15,15 C15,14.4477153 15.4477153,14 16,14 L18.5048294,14 C19.8798027,14 21,12.8792572 21,11.5 C21,10.1213807 19.8810352,9 18.5048294,9 L17.0708343,9 L16.9308244,8.16545589 C16.5299314,5.77589109 14.450866,4 12,4 C9.54913403,4 7.47006865,5.77589109 7.06917563,8.16545589 L6.92916566,9 L5.49517062,9 C4.12019732,9 3,10.1207428 3,11.5 C3,12.8786193 4.11896482,14 5.49517062,14 L8,14 C8.55228475,14 9,14.4477153 9,15 C9,15.5522847 8.55228475,16 8,16 L5.49517062,16 C3.01342857,16 1,13.9822243 1,11.5 C1,9.07956655 2.91418227,7.1028838 5.30686521,7.00388854 C5.76263428,4.67193604 8.56833136,2 12,2 C15.1518855,2 17.863455,4.09666174 18.72,7.03348469 C20.9250488,7.03348469 23,9.01777567 23,11.5 C23,13.9836088 20.9845902,16 18.5048294,16 Z", fillRule: "nonzero" }) })));
export default CloudUpload;
//# sourceMappingURL=cloud-upload.js.map