UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 1.05 kB
import React from "react"; export const Lock = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, React.createElement("path", { d: "M13.5714286,6.85714286 L12.4285714,6.85714286 L12.4285714,4.26666667 C12.4285714,1.9136 10.3782857,0 7.85714286,0 C5.336,0 3.28571429,1.9136 3.28571429,4.26666667 L3.28571429,6.85714286 L2.14285714,6.85714286 C1.512,6.85714286 1,7.33500952 1,7.92380952 L1,14.9333333 C1,15.5221333 1.512,16 2.14285714,16 L13.5714286,16 C14.2022857,16 14.7142857,15.5221333 14.7142857,14.9333333 L14.7142857,7.92380952 C14.7142857,7.33500952 14.2022857,6.85714286 13.5714286,6.85714286 Z M5.57142857,4.57142857 C5.57142857,3.31085714 6.59657143,2.28571429 7.85714286,2.28571429 C9.11771429,2.28571429 10.1428571,3.31085714 10.1428571,4.57142857 L10.1428571,6.85714286 L5.57142857,6.85714286 L5.57142857,4.57142857 Z", fill: "currentColor", fillRule: "nonzero" }))));