UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.08 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 VoiceOverOff = createIcon("VoiceOverOff", [ [ "path", { d: "M12.991 9.68C12.991 9.62 13.001 9.56 13.001 9.5C13.001 7.29 11.211 5.5 9.00098 5.5C8.94098 5.5 8.88098 5.51 8.82098 5.51L12.991 9.68ZM4.27098 3.5L3.00098 4.77L5.62098 7.39C5.23098 8 5.00098 8.72 5.00098 9.5C5.00098 11.71 6.79098 13.5 9.00098 13.5C9.78098 13.5 10.501 13.27 11.111 12.88L19.731 21.5L21.001 20.23L4.27098 3.5ZM9.00098 15.5C6.33098 15.5 1.00098 16.84 1.00098 19.5V21.5H17.001V19.5C17.001 16.84 11.671 15.5 9.00098 15.5ZM16.761 5.86L15.081 7.55C15.921 8.73 15.921 10.26 15.081 11.44L16.761 13.13C18.781 11.11 18.781 8.06 16.761 5.86ZM20.071 2.5L18.441 4.13C21.211 7.15 21.211 11.69 18.441 14.87L20.071 16.5C23.971 12.61 23.981 6.55 20.071 2.5Z", key: "552ay2" } ] ]); export { VoiceOverOff as default }; //# sourceMappingURL=voice_over_off.js.map