UNPKG

1.22 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Lock = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M10,0 C14.418278,0 18,3.581722 18,8 L18,19 C18,19.5522847 17.5522847,20 17,20 L3,20 C2.44771525,20 2,19.5522847 2,19 L2,8 C2,3.581722 5.581722,0 10,0 Z M16.6,10.245 L3.4,10.245 L3.4,18.6 L16.6,18.6 L16.6,10.245 Z M10.3612018,11.6234389 C11.1896289,11.6234389 11.8612018,12.2950118 11.8612018,13.1234389 C11.8612018,13.7011904 11.5345638,14.2026515 11.0558821,14.4532279 L11.0554075,16.6220005 C11.0554075,17.0085998 10.7420068,17.3220005 10.3554075,17.3220005 C9.96880815,17.3220005 9.65540748,17.0085998 9.65540748,16.6220005 L9.65525845,14.4472708 C9.18272344,14.1947611 8.86120179,13.6966477 8.86120179,13.1234389 C8.86120179,12.2950118 9.53277467,11.6234389 10.3612018,11.6234389 Z M10,1.4 C6.35492065,1.4 3.4,4.35492065 3.4,8 L3.4,8.845 L16.6,8.845 L16.6,8 C16.6,4.35492065 13.6450793,1.4 10,1.4 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file