UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 952 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LockSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.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.createElement("path", { fill: "currentColor", d: "M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); LockSIcon.displayName = 'LockSIcon';