UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.05 kB
"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 UnlockCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fillRule: "evenodd" }, React.createElement("circle", { fill: "currentColor", cx: "12", cy: "12", r: "10" }), React.createElement("path", { d: "M11 9.99V11h-1V9.98A1.98 1.98 0 0 1 11.98 8h.04A1.98 1.98 0 0 1 14 9.98V11h-1V9.99a.99.99 0 0 0-.99-.99h-.02a.99.99 0 0 0-.99.99zm2 .51v.5h1v-.5h-1z", fill: "inherit" }), React.createElement("path", { fill: "inherit", d: "M10 10h1v2h-1zm-1 5.001a1 1 0 0 0 .99.999h4.02c.546 0 .99-.443.99-.999V13a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v2.001z" }), React.createElement("rect", { fill: "inherit", x: "13", y: "10", width: "1", height: "1", rx: ".5" }))); exports.default = UnlockCircle;