UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 592 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 SwipeRightAlt = createIcon("SwipeRightAlt", [ [ "path", { d: "M12.9 11C12.44 8.72 10.42 7 8 7C5.24 7 3 9.24 3 12C3 14.76 5.24 17 8 17C10.42 17 12.44 15.28 12.9 13H17.17L15.58 14.59L17 16L21 12L17 8L15.59 9.41L17.17 11H12.9Z", key: "10l73g" } ] ]); export { SwipeRightAlt as default }; //# sourceMappingURL=swipe_right_alt.js.map