UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 588 B
/** * @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 SwipeDownAlt = createIcon("SwipeDownAlt", [ [ "path", { d: "M13 12.9C15.28 12.44 17 10.42 17 8C17 5.24 14.76 3 12 3C9.24 3 7 5.24 7 8C7 10.42 8.72 12.44 11 12.9V17.17L9.41 15.58L8 17L12 21L16 17L14.59 15.59L13 17.17V12.9Z", key: "19mdod" } ] ]); export { SwipeDownAlt as default }; //# sourceMappingURL=swipe_down_alt.js.map