UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 2.16 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LockOnSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.80447 1.57365C5.65199 0.726133 6.80147 0.25 8.00005 0.25C9.19863 0.25 10.3481 0.726133 11.1956 1.57365C12.0432 2.42118 12.5193 3.57066 12.5193 4.76924V5.64687C12.9259 5.69427 13.3072 5.87731 13.5995 6.16967C13.9421 6.51229 14.1346 6.97697 14.1346 7.4615V13.9231C14.1346 14.4076 13.9421 14.8723 13.5995 15.2149C13.2569 15.5575 12.7922 15.75 12.3077 15.75H3.69228C3.20775 15.75 2.74307 15.5575 2.40045 15.2149C2.05784 14.8723 1.86536 14.4076 1.86536 13.9231V7.4615C1.86536 6.97697 2.05784 6.51229 2.40045 6.16967C2.69284 5.87728 3.07414 5.69423 3.48081 5.64685V4.76924C3.48081 3.57066 3.95694 2.42118 4.80447 1.57365ZM4.22214 7.13458C4.22503 7.13461 4.22792 7.13463 4.23081 7.13463C4.23371 7.13463 4.2366 7.13461 4.23948 7.13458H11.7606C11.7635 7.13461 11.7664 7.13463 11.7693 7.13463C11.7722 7.13463 11.7751 7.13461 11.778 7.13458H12.3077C12.3944 7.13458 12.4775 7.16902 12.5389 7.23033C12.6002 7.29165 12.6346 7.3748 12.6346 7.4615V13.9231C12.6346 14.0098 12.6002 14.0929 12.5389 14.1542C12.4775 14.2155 12.3944 14.25 12.3077 14.25H3.69228C3.60558 14.25 3.52242 14.2155 3.46111 14.1542C3.3998 14.0929 3.36536 14.0098 3.36536 13.9231V7.4615C3.36536 7.3748 3.3998 7.29164 3.46111 7.23033C3.52242 7.16902 3.60558 7.13458 3.69228 7.13458H4.22214ZM11.0193 5.63458H4.98081V4.76924C4.98081 3.96849 5.29891 3.20053 5.86513 2.63431C6.43134 2.0681 7.1993 1.75 8.00005 1.75C8.8008 1.75 9.56876 2.0681 10.135 2.63431C10.7012 3.20053 11.0193 3.96849 11.0193 4.76924V5.63458Z", fill: "currentColor" }), React.createElement("path", { d: "M9.00005 11C9.00005 11.5523 8.55234 12 8.00005 12C7.44777 12 7.00005 11.5523 7.00005 11C7.00005 10.4477 7.44777 10 8.00005 10C8.55234 10 9.00005 10.4477 9.00005 11Z", fill: "currentColor" }))); }); LockOnSIcon.displayName = 'LockOnSIcon';