UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.22 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 SwipeUp = createIcon("SwipeUp", [ [ "path", { d: "M1.78266 6.00873L0.722656 4.94873L4.22266 1.44873L7.72266 4.94873L6.66266 6.00873L5.04266 4.38873C4.83266 5.20873 4.72266 6.06873 4.72266 6.94873C4.72266 9.36873 5.54266 11.5987 6.92266 13.3787L5.85266 14.4487C4.21266 12.3987 3.22266 9.78873 3.22266 6.94873C3.22266 6.02873 3.32266 5.12873 3.52266 4.26873L1.78266 6.00873ZM13.5727 12.0687L10.8927 6.69873C10.5227 5.95873 9.62266 5.65873 8.88266 6.02873C8.13266 6.40873 7.83266 7.30873 8.20266 8.04873L13.0127 17.6487L9.77266 18.4487C9.44266 18.5387 9.18266 18.7787 9.07266 19.1087L8.72266 20.2287L14.9127 22.4787C15.4127 22.6487 16.1927 22.4987 16.6627 22.2587L22.1727 19.5087C23.0627 19.0587 23.4927 18.0287 23.1727 17.0887L21.7427 12.8187C21.4727 11.9987 20.7027 11.4487 19.8427 11.4487H15.2827C14.9727 11.4487 14.6627 11.5187 14.3927 11.6587L13.5727 12.0687Z", key: "13y720" } ] ]); export { SwipeUp as default }; //# sourceMappingURL=swipe_up.js.map