UNPKG

1.3 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var CloudDownload = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M11.5,2.5 C13.9852814,2.5 16,4.51375071 16,6.99783811 C16,7.08918732 15.9972755,7.1799005 15.9919032,7.26990088 L16,7.26976423 L15.999,8.497 C18.1421954,8.49711747 19.8910789,10.1802769 19.9951047,12.2956514 L20,12.4951958 C20,14.636362 18.3160315,16.3844053 16.1996403,16.4883812 L16,16.4932741 C15.9996653,16.4932741 15.9993306,16.4932741 15.9989959,16.493274 L16,16.5 L4,16.5 C1.79031836,16.4927317 -1.8189894e-12,14.7029389 -1.8189894e-12,12.4951958 C-1.8189894e-12,10.5615262 1.37340211,8.94847778 3.19839432,8.57741965 C3.0701163,8.24470702 3,7.88269974 3,7.50432379 C3,5.84826553 4.34314575,4.50576505 6,4.50576505 C6.55131242,4.50576505 7.06789096,4.654407 7.51180935,4.91378283 C8.26266931,3.47924323 9.76692243,2.5 11.5,2.5 Z M11.4543312,6.5 L9.4543312,6.5 L9.454,11.4216762 L7,11.4203536 L10.4543312,15.4956762 L13.9176042,11.423119 L11.454,11.4226762 L11.4543312,6.5 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file