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 SwipeLeftAlt = createIcon("SwipeLeftAlt", [ [ "path", { d: "M11.1 13C11.56 15.28 13.58 17 16 17C18.76 17 21 14.76 21 12C21 9.24 18.76 7 16 7C13.58 7 11.56 8.72 11.1 11H6.83L8.42 9.41L7 8L3 12L7 16L8.41 14.59L6.83 13H11.1Z", key: "h0h8uk" } ] ]); export { SwipeLeftAlt as default }; //# sourceMappingURL=swipe_left_alt.js.map