UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.28 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 SwipeVertical = createIcon("SwipeVertical", [ [ "path", { d: "M1.25391 2H6.25391V7H4.75391V4.09C2.89391 6.2 1.75391 8.97 1.75391 12C1.75391 15.03 2.89391 17.79 4.75391 19.91V17H6.25391V22H1.25391V20.5H3.27391C1.38391 18.18 0.253906 15.22 0.253906 12C0.253906 8.78 1.38391 5.82 3.27391 3.5H1.25391V2ZM20.4739 10L16.3239 10.01C16.1639 10 16.0139 10.03 15.8739 10.09L15.2839 10.35L13.4539 6.25C12.8939 4.99 11.4139 4.42 10.1539 4.98C8.89391 5.54 8.32391 7.02 8.88391 8.28L12.1839 15.73L10.3139 16.12C10.1239 16.17 9.32391 16.39 8.95391 17.33L8.25391 19.19L15.0339 21.86C15.5239 22.05 16.0839 22.04 16.5639 21.82L22.5539 19.17C23.4439 18.77 23.9239 17.79 23.6839 16.85L22.3239 11.51C22.1039 10.65 21.3539 10.04 20.4739 10ZM21.7439 17.34L15.7539 20L10.8339 18.04L15.0139 17.16L10.7139 7.46C10.6039 7.21 10.7139 6.91 10.9639 6.8C11.2139 6.69 11.5139 6.8 11.6239 7.05L14.1239 12.7L15.7339 11.99L20.3839 12L21.7439 17.34Z", key: "3ya4yd" } ] ]); export { SwipeVertical as default }; //# sourceMappingURL=swipe_vertical.js.map