google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 777 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 KeyOff = createIcon("KeyOff", [
[
"path",
{
d: "M16.91 13.385L17 13.295L19 15.295L23 11.255L21 9.29498H12.83L16.91 13.385ZM3.98 6.10498C2.2 7.14498 1 9.08498 1 11.295C1 14.605 3.69 17.295 7 17.295C9.21 17.295 11.15 16.095 12.18 14.305L19.77 21.895L21.18 20.485L2.81 2.10498L1.39 3.51498L3.98 6.10498ZM9.91 12.035C9.58 13.325 8.4 14.295 7 14.295C5.35 14.295 4 12.945 4 11.295C4 9.89498 4.97 8.71498 6.26 8.38498L9.91 12.035Z",
key: "1b6ws5"
}
]
]);
export { KeyOff as default };
//# sourceMappingURL=key_off.js.map