google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 852 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 VpnKeyOff = createIcon("VpnKeyOff", [
[
"path",
{
d: "M20.83 17.2896H21V13.2896H23V9.28961H12.83L20.83 17.2896ZM19.78 21.8996L21.19 20.4896L2.81 2.09961L1.39 3.50961L3.98 6.09961C2.2 7.13961 1 9.07961 1 11.2896C1 14.5996 3.69 17.2896 7 17.2896C9.21 17.2896 11.15 16.0896 12.18 14.2996L19.78 21.8996ZM8.99 11.1096C9 11.1696 9 11.2296 9 11.2896C9 12.3896 8.1 13.2896 7 13.2896C5.9 13.2896 5 12.3896 5 11.2896C5 10.1896 5.9 9.28961 7 9.28961C7.06 9.28961 7.12 9.28961 7.18 9.29961L8.99 11.1096Z",
key: "1x57es"
}
]
]);
export { VpnKeyOff as default };
//# sourceMappingURL=vpn_key_off.js.map