google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.47 kB
JavaScript
/**
* @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: "M19.9739 10.5029L15.8239 10.5129C15.6639 10.5029 15.5139 10.5329 15.3739 10.5929L14.7839 10.8529L12.9539 6.75293C12.3939 5.49293 10.9139 4.92293 9.65391 5.48293C8.39391 6.04293 7.82391 7.52293 8.38391 8.78293L11.6839 16.2329L9.81391 16.6229C9.62391 16.6729 8.82391 16.8929 8.45391 17.8329L7.75391 19.6929L14.5339 22.3629C15.0239 22.5529 15.5839 22.5429 16.0639 22.3229L22.0539 19.6729C22.9439 19.2729 23.4239 18.2929 23.1839 17.3529L21.8239 12.0129C21.6039 11.1529 20.8539 10.5429 19.9739 10.5029ZM21.2439 17.8429L15.2539 20.5029L10.3339 18.5429L14.5139 17.6629L10.2139 7.96293C10.1039 7.71293 10.2139 7.41293 10.4639 7.30293C10.7139 7.19293 11.0139 7.30293 11.1239 7.55293L13.6239 13.2029L15.2339 12.4929L19.8839 12.5029L21.2439 17.8429ZM1.81391 6.06293L0.753906 5.00293L4.25391 1.50293L7.75391 5.00293L6.69391 6.06293L5.07391 4.44293C4.86391 5.26293 4.75391 6.12293 4.75391 7.00293C4.75391 9.42293 5.57391 11.6529 6.95391 13.4329L5.88391 14.5029C4.24391 12.4529 3.25391 9.84293 3.25391 7.00293C3.25391 6.08293 3.35391 5.18293 3.55391 4.32293L1.81391 6.06293Z",
key: "xc4m5f"
}
]
]);
export { SwipeUp as default };
//# sourceMappingURL=swipe_up.js.map