google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.29 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 VoiceOverOff = createIcon("VoiceOverOff", [
[
"path",
{
d: "M16.762 5.86L15.082 7.55C15.882 8.68 15.912 10.13 15.172 11.29L16.872 12.99C18.772 10.97 18.742 8.01 16.762 5.86ZM20.072 2.5L18.442 4.13C21.162 7.1 21.202 11.52 18.582 14.69L20.222 16.33C23.962 12.44 23.932 6.49 20.072 2.5ZM9.43195 5.54L12.962 9.07C12.762 7.21 11.292 5.74 9.43195 5.54ZM4.41195 3.36L3.00195 4.77L5.62195 7.39C5.23195 8 5.00195 8.72 5.00195 9.5C5.00195 11.71 6.79195 13.5 9.00195 13.5C9.78195 13.5 10.502 13.27 11.112 12.88L15.512 17.28C13.742 16.1 10.782 15.5 9.00195 15.5C6.33195 15.5 1.00195 16.84 1.00195 19.5V21.5H17.002V19.5C17.002 19.13 16.892 18.8 16.712 18.48L19.732 21.5L21.142 20.09L4.41195 3.36ZM3.00195 19.5C3.22195 18.78 6.31195 17.5 9.00195 17.5C11.702 17.5 14.802 18.79 15.002 19.5H3.00195ZM9.00195 11.5C7.90195 11.5 7.00195 10.6 7.00195 9.5C7.00195 9.28 7.04195 9.08 7.11195 8.88L9.62195 11.39C9.42195 11.46 9.22195 11.5 9.00195 11.5Z",
key: "qrerk0"
}
]
]);
export { VoiceOverOff as default };
//# sourceMappingURL=voice_over_off.js.map