UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 471 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLockUnlockLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9zm-2 2v8h14v-8zm5 3h4v2h-4z" }) })); const Memo = memo(SvgLockUnlockLine); export default Memo;