UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.31 kB
/** * @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.3454 4.2598C16.8654 3.0498 15.0354 2.2498 13.0254 2.0498V4.0698C14.4854 4.2498 15.8154 4.8298 16.9254 5.6898L18.3454 4.2598ZM19.9554 10.9998H21.9754C21.7754 8.9898 20.9754 7.1598 19.7654 5.6798L18.3354 7.0998C19.1954 8.20981 19.7754 9.5398 19.9554 10.9998ZM18.3354 16.8998L19.7654 18.3298C20.9754 16.8498 21.7754 15.0098 21.9754 13.0098H19.9554C19.7754 14.4598 19.1954 15.7898 18.3354 16.8998ZM13.0254 19.9298V21.9498C15.0354 21.7498 16.8654 20.9498 18.3454 19.7398L16.9154 18.3098C15.8154 19.1698 14.4854 19.7498 13.0254 19.9298ZM15.6154 10.5898L13.0254 13.1698V6.9998H11.0254V13.1698L8.43539 10.5798L7.02539 11.9998L12.0254 16.9998L17.0254 11.9998L15.6154 10.5898ZM11.0254 19.9298V21.9498C5.97539 21.4498 2.02539 17.1898 2.02539 11.9998C2.02539 6.8098 5.97539 2.5498 11.0254 2.0498V4.0698C7.07539 4.5598 4.02539 7.9198 4.02539 11.9998C4.02539 16.0798 7.07539 19.4398 11.0254 19.9298Z", key: "9jnpoa" } ] ]); export { Downloading as default }; //# sourceMappingURL=downloading.js.map