UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 580 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 SwipeUpAlt = createIcon("SwipeUpAlt", [ [ "path", { d: "M13 6.83L14.59 8.42L16 7L12 3L8 7L9.41 8.41L11 6.83V11.1C8.72 11.56 7 13.58 7 16C7 18.76 9.24 21 12 21C14.76 21 17 18.76 17 16C17 13.58 15.28 11.56 13 11.1V6.83Z", key: "8hpfj4" } ] ]); export { SwipeUpAlt as default }; //# sourceMappingURL=swipe_up_alt.js.map