google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 829 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 NetworkLocked = createIcon("NetworkLocked", [
[
"path",
{
d: "M19.5 10.5C19.67 10.5 19.83 10.53 20 10.55V1.5L1 20.5H14V17.5C14 16.61 14.39 15.82 15 15.27V15C15 12.52 17.02 10.5 19.5 10.5ZM22 16.5V15C22 13.62 20.88 12.5 19.5 12.5C18.12 12.5 17 13.62 17 15V16.5C16.45 16.5 16 16.95 16 17.5V21.5C16 22.05 16.45 22.5 17 22.5H22C22.55 22.5 23 22.05 23 21.5V17.5C23 16.95 22.55 16.5 22 16.5ZM21 16.5H18V15C18 14.17 18.67 13.5 19.5 13.5C20.33 13.5 21 14.17 21 15V16.5Z",
key: "hgm6ls"
}
]
]);
export { NetworkLocked as default };
//# sourceMappingURL=network_locked.js.map