google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.63 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 Gesture = createIcon("Gesture", [
[
"path",
{
d: "M4.66992 6.89977C5.36992 6.18977 6.06992 5.54977 6.37992 5.67977C6.87992 5.87977 6.37992 6.70977 6.07992 7.19977C5.82992 7.61977 3.21992 11.0898 3.21992 13.5098C3.21992 14.7898 3.69992 15.8498 4.55992 16.4898C5.30992 17.0498 6.29992 17.2198 7.19992 16.9498C8.26992 16.6398 9.14992 15.5498 10.2599 14.1798C11.4699 12.6898 13.0899 10.7398 14.3399 10.7398C15.9699 10.7398 15.9899 11.7498 16.0999 12.5298C12.3199 13.1698 10.7199 16.1998 10.7199 17.8998C10.7199 19.5998 12.1599 20.9898 13.9299 20.9898C15.5599 20.9898 18.2199 19.6598 18.6199 14.8898H21.0799V12.3898H18.6099C18.4599 10.7398 17.5199 8.18977 14.5799 8.18977C12.3299 8.18977 10.3999 10.0998 9.63992 11.0298C9.05992 11.7598 7.57992 13.5098 7.34992 13.7498C7.09992 14.0498 6.66992 14.5898 6.23992 14.5898C5.78992 14.5898 5.51992 13.7598 5.87992 12.6698C6.22992 11.5798 7.27992 9.80977 7.72992 9.14977C8.50992 8.00977 9.02992 7.22977 9.02992 5.86977C9.02992 3.69977 7.38992 3.00977 6.51992 3.00977C5.19992 3.00977 4.04992 4.00977 3.79992 4.25977C3.43992 4.61977 3.13992 4.91977 2.91992 5.18977L4.66992 6.89977ZM13.9599 18.5598C13.6499 18.5598 13.2199 18.2998 13.2199 17.8398C13.2199 17.2398 13.9499 15.6398 16.0899 15.0798C15.7899 17.7698 14.6599 18.5598 13.9599 18.5598Z",
key: "bmn9sr"
}
]
]);
export { Gesture as default };
//# sourceMappingURL=gesture.js.map