UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.21 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 PublicOff = createIcon("PublicOff", [ [ "path", { d: "M11.3053 7.86922L6.79531 3.35922C8.37531 2.30922 10.2653 1.69922 12.3053 1.69922C17.8253 1.69922 22.3053 6.17922 22.3053 11.6992C22.3053 13.7392 21.6953 15.6292 20.6453 17.2092L19.1853 15.7492C19.8953 14.5692 20.3053 13.1792 20.3053 11.6992C20.3053 8.34922 18.2353 5.47922 15.3053 4.28922V4.69922C15.3053 5.79922 14.4053 6.69922 13.3053 6.69922H11.3053V7.86922ZM21.4953 20.8892L20.0853 22.2992L17.8153 20.0292C16.2353 21.0892 14.3453 21.6992 12.3053 21.6992C6.78531 21.6992 2.30531 17.2192 2.30531 11.6992C2.30531 9.65922 2.91531 7.76922 3.96531 6.18922L1.69531 3.91922L3.10531 2.50922L21.4953 20.8892ZM11.3053 17.6992C10.2053 17.6992 9.30531 16.7992 9.30531 15.6992V14.6992L4.51531 9.90922C4.38531 10.4892 4.30531 11.0792 4.30531 11.6992C4.30531 15.7792 7.35531 19.1392 11.3053 19.6292V17.6992Z", key: "4gw8kz" } ] ]); export { PublicOff as default }; //# sourceMappingURL=public_off.js.map