UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 609 B
/** * @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 VpnKey = createIcon("VpnKey", [ [ "path", { d: "M12.65 10C11.83 7.67 9.61 6 7 6C3.69 6 1 8.69 1 12C1 15.31 3.69 18 7 18C9.61 18 11.83 16.33 12.65 14H17V18H21V14H23V10H12.65ZM7 14C5.9 14 5 13.1 5 12C5 10.9 5.9 10 7 10C8.1 10 9 10.9 9 12C9 13.1 8.1 14 7 14Z", key: "18ofty" } ] ]); export { VpnKey as default }; //# sourceMappingURL=vpn_key.js.map