UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.86 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 HearingDisabled = createIcon("HearingDisabled", [ [ "path", { d: "M6.7401 3.28518C7.8601 2.52518 9.2201 2.08518 10.7101 2.08518C14.6401 2.08518 17.7101 5.15518 17.7101 9.08518C17.7101 10.3452 17.3301 11.7352 16.6401 12.9852C16.6201 13.0252 16.5901 13.0652 16.5601 13.1152L15.0801 11.6352C15.4801 10.7752 15.7101 9.88518 15.7101 9.08518C15.7101 6.28518 13.5101 4.08518 10.7101 4.08518C9.7901 4.08518 8.9501 4.34518 8.2101 4.75518L6.7401 3.28518ZM17.9201 14.4652L19.3501 15.8952C20.8201 14.0152 21.7101 11.6552 21.7101 9.08518C21.7101 6.04518 20.4801 3.29518 18.4901 1.30518L17.0701 2.72518C18.7001 4.34518 19.7101 6.59518 19.7101 9.08518C19.7101 11.1052 19.0401 12.9652 17.9201 14.4652ZM10.7101 6.58518C10.5001 6.58518 10.3101 6.61518 10.1201 6.66518L13.1301 9.67518C13.1801 9.48518 13.2101 9.29518 13.2101 9.08518C13.2101 7.70518 12.0901 6.58518 10.7101 6.58518ZM21.9001 21.2752L3.5201 2.89518L2.1001 4.30518L4.2301 6.43518C3.9001 7.24518 3.7101 8.13518 3.7101 9.08518H5.7101C5.7101 8.72518 5.7601 8.37518 5.8301 8.03518L12.4401 14.6452C11.5601 15.3252 10.6601 16.0552 10.1701 17.5452C9.6701 19.0452 9.1701 19.5552 8.4601 19.9252C8.2701 20.0252 8.0001 20.0852 7.7101 20.0852C6.6101 20.0852 5.7101 19.1852 5.7101 18.0852H3.7101C3.7101 20.2952 5.5001 22.0852 7.7101 22.0852C8.2801 22.0852 8.8401 21.9652 9.3501 21.7352C10.7101 21.0252 11.4801 20.0052 12.0801 18.1852C12.4001 17.2052 12.9801 16.7552 13.7901 16.1352C13.8201 16.1152 13.8401 16.0952 13.8701 16.0752L20.4901 22.6952L21.9001 21.2752Z", key: "2mvuif" } ] ]); export { HearingDisabled as default }; //# sourceMappingURL=hearing_disabled.js.map