UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 481 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 6V9H6C4.89543 9 4 9.89543 4 11V21C4 22.1046 4.89543 23 6 23H18C19.1046 23 20 22.1046 20 21V11C20 9.89543 19.1046 9 18 9H17V6C17 3.23858 14.7614 1 12 1C9.23858 1 7 3.23858 7 6H9ZM6 21V11H18V21H6Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const UnlockIcon = createIcon(path);