UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 938 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 Locked2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.5 16a1.5 1.5 0 013 0v1.5a1.5 1.5 0 01-3 0V16z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75 7.25a5.25 5.25 0 1110.5 0v1.875h1.25a2.25 2.25 0 012.25 2.25v5.875A4.75 4.75 0 0116 22H8a4.75 4.75 0 01-4.75-4.75v-5.875a2.25 2.25 0 012.25-2.25h1.25V7.25zm1.5 1.875h7.5V7.25a3.75 3.75 0 10-7.5 0v1.875zm-2.75 1.5a.75.75 0 00-.75.75v5.875A3.25 3.25 0 008 20.5h8a3.25 3.25 0 003.25-3.25v-5.875a.75.75 0 00-.75-.75h-13z", fill: "#323544" })); exports.default = Locked2;