UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 845 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const LockFill = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.213 18.764H5.22A2.22 2.22 0 0 1 3 16.544V9.882A2.22 2.22 0 0 1 5.22 7.66V5.996a4.996 4.996 0 0 1 9.993 0v1.665a2.22 2.22 0 0 1 2.22 2.22v6.663a2.22 2.22 0 0 1-2.22 2.22zm-4.997-3.331c.37 0 .67-.249.67-.555v-3.331c0-.306-.3-.555-.67-.555-.37 0-.669.249-.669.555v3.33c0 .307.3.556.67.556zM13.48 6.16c0-1.933-1.461-3.5-3.263-3.5-1.802 0-3.263 1.567-3.263 3.5v1.5h6.526v-1.5z", fill: "#000", fillRule: "evenodd" })); exports.default = LockFill;