google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 832 B
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 PhonelinkOff = createIcon("PhonelinkOff", [
[
"path",
{
d: "M22 6.00039V4.00039H6.82L8.82 6.00039H22ZM1.92 1.65039L0.65 2.92039L2.47 4.74039C2.18 5.08039 2 5.52039 2 6.00039V17.0004H0V20.0004H17.73L20.08 22.3504L21.35 21.0804L1.92 1.65039ZM4 6.27039L14.73 17.0004H4V6.27039ZM23 8.00039H17C16.45 8.00039 16 8.45039 16 9.00039V13.1804L18 15.1804V10.0004H22V17.0004H19.82L22.82 20.0004H23C23.55 20.0004 24 19.5504 24 19.0004V9.00039C24 8.45039 23.55 8.00039 23 8.00039Z",
key: "bor6ei"
}
]
]);
export { PhonelinkOff as default };
//# sourceMappingURL=phonelink_off.js.map