google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.21 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 PublicOff = createIcon("PublicOff", [
[
"path",
{
d: "M11.3048 7.86922L6.79482 3.35922C8.37482 2.30922 10.2648 1.69922 12.3048 1.69922C17.8248 1.69922 22.3048 6.17922 22.3048 11.6992C22.3048 13.7392 21.6948 15.6292 20.6448 17.2092L19.1848 15.7492C19.8948 14.5692 20.3048 13.1792 20.3048 11.6992C20.3048 8.34922 18.2348 5.47922 15.3048 4.28922V4.69922C15.3048 5.79922 14.4048 6.69922 13.3048 6.69922H11.3048V7.86922ZM21.4948 20.8892L20.0848 22.2992L17.8148 20.0292C16.2348 21.0892 14.3448 21.6992 12.3048 21.6992C6.78482 21.6992 2.30482 17.2192 2.30482 11.6992C2.30482 9.65922 2.91482 7.76922 3.96482 6.18922L1.69482 3.91922L3.10482 2.50922L21.4948 20.8892ZM11.3048 17.6992C10.2048 17.6992 9.30482 16.7992 9.30482 15.6992V14.6992L4.51482 9.90922C4.38482 10.4892 4.30482 11.0792 4.30482 11.6992C4.30482 15.7792 7.35482 19.1392 11.3048 19.6292V17.6992Z",
key: "rwom5v"
}
]
]);
export { PublicOff as default };
//# sourceMappingURL=public_off.js.map