UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.51 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 PhoneDisabled = createIcon("PhoneDisabled", [ [ "path", { d: "M18.0496 13.8296L16.6196 12.3996C17.1796 11.6696 17.6696 10.8996 18.0896 10.0796L15.8896 7.87961C15.6096 7.59961 15.5296 7.20961 15.6396 6.85961C16.0096 5.73961 16.2096 4.53961 16.2096 3.28961C16.2096 2.73961 16.6596 2.28961 17.2096 2.28961H20.7096C21.2596 2.28961 21.7096 2.73961 21.7096 3.28961C21.7096 7.26961 20.3396 10.9296 18.0496 13.8296ZM15.2296 16.6396C12.3396 18.9296 8.67961 20.2896 4.70961 20.2896C4.15961 20.2896 3.70961 19.8396 3.70961 19.2896V15.7996C3.70961 15.2496 4.15961 14.7996 4.70961 14.7996C5.94961 14.7996 7.15961 14.5996 8.27961 14.2296C8.37961 14.1896 8.48961 14.1796 8.58961 14.1796C8.84961 14.1796 9.09961 14.2796 9.29961 14.4696L11.4996 16.6696C12.3096 16.2496 13.0796 15.7696 13.7996 15.2096L2.09961 3.50961L3.51961 2.09961L21.8996 20.4896L20.4896 21.8996L15.2296 16.6396ZM8.30961 16.3096C7.45961 16.5496 6.58961 16.6996 5.70961 16.7596V18.2496C7.02961 18.1596 8.29961 17.8996 9.50961 17.4996L8.30961 16.3096ZM18.1696 4.28961C18.1096 5.17961 17.9596 6.04961 17.7196 6.87961L18.9196 8.07961C19.3296 6.87961 19.5896 5.60961 19.6796 4.28961H18.1696Z", key: "z65bwk" } ] ]); export { PhoneDisabled as default }; //# sourceMappingURL=phone_disabled.js.map