UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 608 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M9 6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6V9H9V6ZM17 6V9H18C19.1046 9 20 9.89543 20 11V21C20 22.1046 19.1046 23 18 23H6C4.89543 23 4 22.1046 4 21V11C4 9.89543 4.89543 9 6 9H7V6C7 3.23858 9.23858 1 12 1C14.7614 1 17 3.23858 17 6ZM6 21V11H18V21H6ZM12 18C13.1046 18 14 17.1046 14 16C14 14.8954 13.1046 14 12 14C10.8954 14 10 14.8954 10 16C10 17.1046 10.8954 18 12 18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const LockIcon = createIcon(path);