UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LockOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LockOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.804 1.574a4.52 4.52 0 0 1 7.715 3.195v.878a1.827 1.827 0 0 1 1.616 1.814v6.462a1.827 1.827 0 0 1-1.827 1.827H3.692a1.827 1.827 0 0 1-1.827-1.827V7.462a1.827 1.827 0 0 1 1.616-1.815v-.878a4.52 4.52 0 0 1 1.323-3.195m-.582 5.56h8.086a.327.327 0 0 1 .327.327v6.462a.327.327 0 0 1-.327.327H3.692a.327.327 0 0 1-.327-.327V7.462a.327.327 0 0 1 .327-.327zm6.797-1.5H4.981V4.77a3.02 3.02 0 0 1 6.038 0z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); exports.LockOnSIcon.displayName = 'LockOnSIcon';