google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.9 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 HearingDisabled = createIcon("HearingDisabled", [
[
"path",
{
d: "M6.73961 3.28518C7.85961 2.52518 9.21961 2.08518 10.7096 2.08518C14.6396 2.08518 17.7096 5.15518 17.7096 9.08518C17.7096 10.3452 17.3296 11.7352 16.6396 12.9852C16.6196 13.0252 16.5896 13.0652 16.5596 13.1152L15.0796 11.6352C15.4796 10.7752 15.7096 9.88518 15.7096 9.08518C15.7096 6.28518 13.5096 4.08518 10.7096 4.08518C9.78961 4.08518 8.94961 4.34518 8.20961 4.75518L6.73961 3.28518ZM17.9196 14.4652L19.3496 15.8952C20.8196 14.0152 21.7096 11.6552 21.7096 9.08518C21.7096 6.04518 20.4796 3.29518 18.4896 1.30518L17.0696 2.72518C18.6996 4.34518 19.7096 6.59518 19.7096 9.08518C19.7096 11.1052 19.0396 12.9652 17.9196 14.4652ZM10.7096 6.58518C10.4996 6.58518 10.3096 6.61518 10.1196 6.66518L13.1296 9.67518C13.1796 9.48518 13.2096 9.29518 13.2096 9.08518C13.2096 7.70518 12.0896 6.58518 10.7096 6.58518ZM21.8996 21.2752L3.51961 2.89518L2.09961 4.30518L4.22961 6.43518C3.89961 7.24518 3.70961 8.13518 3.70961 9.08518H5.70961C5.70961 8.72518 5.75961 8.37518 5.82961 8.03518L12.4396 14.6452C11.5596 15.3252 10.6596 16.0552 10.1696 17.5452C9.66961 19.0452 9.16961 19.5552 8.45961 19.9252C8.26961 20.0252 7.99961 20.0852 7.70961 20.0852C6.60961 20.0852 5.70961 19.1852 5.70961 18.0852H3.70961C3.70961 20.2952 5.49961 22.0852 7.70961 22.0852C8.27961 22.0852 8.83961 21.9652 9.34961 21.7352C10.7096 21.0252 11.4796 20.0052 12.0796 18.1852C12.3996 17.2052 12.9796 16.7552 13.7896 16.1352C13.8196 16.1152 13.8396 16.0952 13.8696 16.0752L20.4896 22.6952L21.8996 21.2752Z",
key: "1p90ms"
}
]
]);
export { HearingDisabled as default };
//# sourceMappingURL=hearing_disabled.js.map