UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 990 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 Unlocked2 = (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: "M12 2a5.25 5.25 0 00-5.25 5.25v1.875H5.5a2.25 2.25 0 00-2.25 2.25v5.875A4.75 4.75 0 008 22h8a4.75 4.75 0 004.75-4.75v-5.875a2.25 2.25 0 00-2.25-2.25H8.25V7.25a3.75 3.75 0 017.042-1.798.75.75 0 001.316-.72A5.249 5.249 0 0012 2zm-4.527 8.625a.826.826 0 00.054 0H18.5a.75.75 0 01.75.75v5.875A3.25 3.25 0 0116 20.5H8a3.25 3.25 0 01-3.25-3.25v-5.875a.75.75 0 01.75-.75h1.973z", fill: "#323544" })); exports.default = Unlocked2;