UNPKG

2.04 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Unlock = 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: "M15.6153336,2.04554828 C16.6081351,2.94132046 17.3834622,3.96804378 17.9372608,5.12249891 C18.104471,5.47106713 17.9574512,5.88918811 17.608883,6.05639824 C17.2603147,6.22360838 16.8421938,6.07658859 16.6749836,5.72802037 C16.2010479,4.74004827 15.5365653,3.86011042 14.6774817,3.08498749 C13.372881,1.90788902 11.8911411,1.33444811 10.2466258,1.40597349 C8.02663277,1.50252829 6.60309088,2.0364856 5.08813003,3.63135168 C3.94694425,4.83272826 3.39086048,6.19593035 3.40012592,7.75916819 L3.4,9.004 L18.0069396,9.00451279 L18.0069396,19.0045128 C18.0069396,19.5567975 17.5592243,20.0045128 17.0069396,20.0045128 L3.00693956,20.0045128 C2.45465481,20.0045128 2.00693956,19.5567975 2.00693956,19.0045128 L2.00638926,9.75414833 C2.00217607,9.72308678 2,9.69137817 2,9.65916156 L2,7.76327633 C1.98870641,5.83714956 2.68627515,4.12710654 4.07307936,2.66715661 C5.86496358,0.780761087 7.63077426,0.118421942 10.1857927,0.00729578292 C12.2101541,-0.0807503525 14.0462744,0.629837614 15.6153336,2.04554828 Z M16.6069396,10.4045128 L3.40693956,10.4045128 L3.40693956,18.6045128 L16.6069396,18.6045128 L16.6069396,10.4045128 Z M10.362347,11.6279517 C10.7489464,11.6279517 11.062347,11.9413524 11.062347,12.3279517 L11.062347,12.3279517 L11.0628217,14.4967243 C11.5415033,14.7473006 11.8681413,15.2487618 11.8681413,15.8265133 C11.8681413,16.6549404 11.1965685,17.3265133 10.3681413,17.3265133 C9.53971422,17.3265133 8.86814135,16.6549404 8.86814135,15.8265133 C8.86814135,15.2533045 9.189663,14.7551911 9.66219801,14.5026814 L9.66219801,14.5026814 L9.66234703,12.3279517 C9.66234703,11.9413524 9.97574771,11.6279517 10.362347,11.6279517 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file