UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 841 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Unlock = void 0; const react_1 = __importDefault(require("react")); exports.Unlock = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M12.429 6.857h1.142c.631 0 1.143.478 1.143 1.067v7.01c0 .588-.512 1.066-1.143 1.066H2.143C1.512 16 1 15.522 1 14.933v-7.01c0-.588.512-1.066 1.143-1.066h1.143v-2.59C3.286 1.914 5.336 0 7.857 0 8.53 0 9.17.136 9.746.381L8.428 2.358a2.288 2.288 0 0 0-2.857 2.214v2.285H12.43Z" })));