google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 824 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 LockClock = createIcon("LockClock", [
[
"path",
{
d: "M14.5 14.2L17.4 15.9L16.6 17.2L13 15V10H14.5V14.2ZM22 14C22 18.41 18.41 22 14 22C11.98 22 10.14 21.24 8.73 20H4C2.85 20 2 19.15 2 18V9C2 7.88 2.89 7.04 4 7V6.5C4 4.01 6.01 2 8.5 2C10.84 2 12.74 3.79 12.96 6.08C13.3 6.03 13.65 6 14 6C18.41 6 22 9.59 22 14ZM6 7H11V6.26C10.88 4.99 9.8 4 8.5 4C7.12 4 6 5.12 6 6.5V7ZM20 14C20 10.69 17.31 8 14 8C10.69 8 8 10.69 8 14C8 17.31 10.69 20 14 20C17.31 20 20 17.31 20 14Z",
key: "zs9spv"
}
]
]);
export { LockClock as default };
//# sourceMappingURL=lock_clock.js.map