google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.25 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Downloading = createIcon("Downloading", [
[
"path",
{
d: "M18.3449 4.2598C16.8649 3.0498 15.0349 2.2498 13.0249 2.0498V4.0698C14.4849 4.2498 15.8149 4.8298 16.9249 5.6898L18.3449 4.2598ZM19.9549 10.9998H21.9749C21.7749 8.9898 20.9749 7.1598 19.7649 5.6798L18.3349 7.0998C19.1949 8.20981 19.7749 9.5398 19.9549 10.9998ZM18.3349 16.8998L19.7649 18.3298C20.9749 16.8498 21.7749 15.0098 21.9749 13.0098H19.9549C19.7749 14.4598 19.1949 15.7898 18.3349 16.8998ZM13.0249 19.9298V21.9498C15.0349 21.7498 16.8649 20.9498 18.3449 19.7398L16.9149 18.3098C15.8149 19.1698 14.4849 19.7498 13.0249 19.9298ZM13.0249 11.9998V6.9998H11.0249V11.9998H7.0249L12.0249 16.9998L17.0249 11.9998H13.0249ZM11.0249 19.9298V21.9498C5.9749 21.4498 2.0249 17.1898 2.0249 11.9998C2.0249 6.8098 5.9749 2.5498 11.0249 2.0498V4.0698C7.0749 4.5598 4.0249 7.9198 4.0249 11.9998C4.0249 16.0798 7.0749 19.4398 11.0249 19.9298Z",
key: "193t7u"
}
]
]);
export { Downloading as default };
//# sourceMappingURL=downloading.js.map