UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.23 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.22217 3.44873H3.24217C1.35217 5.76873 0.222168 8.72873 0.222168 11.9487C0.222168 15.1687 1.35217 18.1287 3.24217 20.4487H1.22217V21.9487H6.22217V16.9487H4.72217V19.8587C2.86217 17.7487 1.72217 14.9787 1.72217 11.9487C1.72217 8.91873 2.86217 6.15873 4.72217 4.03873V6.94873H6.22217V1.94873H1.22217V3.44873ZM14.0722 11.5687L11.3922 6.19873C11.0222 5.45873 10.1222 5.15873 9.38217 5.52873C8.63217 5.90873 8.33217 6.80873 8.70217 7.54873L13.5122 17.1487L10.2722 17.9487C9.94217 18.0387 9.68217 18.2787 9.57217 18.6087L9.22217 19.7287L15.4122 21.9787C15.9122 22.1487 16.6922 21.9987 17.1622 21.7587L22.6722 19.0087C23.5622 18.5587 23.9922 17.5287 23.6722 16.5887L22.2422 12.3187C21.9722 11.4987 21.2022 10.9487 20.3422 10.9487H15.7822C15.4722 10.9487 15.1622 11.0187 14.8922 11.1587L14.0722 11.5687Z", key: "ib7h3y" } ] ]); export { SwipeVertical as default }; //# sourceMappingURL=swipe_vertical.js.map