@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LockOnMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M12 14.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-1.52 0-2.981.592-4.06 1.65a5.6 5.6 0 0 0-1.69 4v1.355c-.512.036-.997.25-1.365.613-.405.397-.635.939-.635 1.507v8.25c0 .568.23 1.11.635 1.507.404.397.95.618 1.515.618h11.2c.566 0 1.111-.22 1.515-.618.405-.397.635-.939.635-1.507v-8.25c0-.568-.23-1.11-.634-1.507a2.16 2.16 0 0 0-1.366-.613V7.9c0-1.503-.61-2.942-1.69-4A5.8 5.8 0 0 0 12 2.25m-5.6 8.5a.66.66 0 0 0-.464.188.61.61 0 0 0-.186.437v8.25c0 .161.065.319.186.437.12.119.287.188.464.188h11.2c.177 0 .343-.07.464-.188a.61.61 0 0 0 .186-.437v-8.25a.61.61 0 0 0-.186-.437.66.66 0 0 0-.464-.188zm1.35-1.5h8.5V7.9a4.1 4.1 0 0 0-1.24-2.93A4.3 4.3 0 0 0 12 3.75c-1.132 0-2.215.44-3.01 1.22A4.1 4.1 0 0 0 7.75 7.9z", clipRule: "evenodd" }))); });
LockOnMIcon.displayName = 'LockOnMIcon';