google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.33 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 TouchApp = createIcon("TouchApp", [
[
"path",
{
d: "M18.2642 12.94L15.0242 11.32C16.3142 10.32 17.1442 8.76 17.1442 7C17.1442 3.97 14.6742 1.5 11.6442 1.5C8.61422 1.5 6.14422 3.97 6.14422 7C6.14422 9.13 7.36422 10.98 9.14422 11.89V15.15C6.99422 14.69 7.12422 14.71 6.88422 14.71C6.35422 14.71 5.85422 14.92 5.47422 15.3L4.07422 16.72L9.16422 21.81C9.59422 22.25 10.1942 22.5 10.8142 22.5H17.1142C18.0942 22.5 18.9242 21.8 19.0842 20.83L19.8842 16.12C20.1042 14.82 19.4542 13.54 18.2642 12.94ZM17.9142 15.79L17.1142 20.5H10.8142C10.7242 20.5 10.6442 20.46 10.5742 20.4L6.89422 16.72L11.1442 17.61V7C11.1442 6.72 11.3642 6.5 11.6442 6.5C11.9242 6.5 12.1442 6.72 12.1442 7V13H13.9042L17.3642 14.73C17.7642 14.93 17.9842 15.36 17.9142 15.79ZM8.14422 7C8.14422 5.07 9.71422 3.5 11.6442 3.5C13.5742 3.5 15.1442 5.07 15.1442 7C15.1442 7.95 14.7642 8.81 14.1442 9.44V7C14.1442 5.62 13.0242 4.5 11.6442 4.5C10.2642 4.5 9.14422 5.62 9.14422 7V9.44C8.52422 8.81 8.14422 7.95 8.14422 7Z",
key: "3z2iil"
}
]
]);
export { TouchApp as default };
//# sourceMappingURL=touch_app.js.map