UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LockOnMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LockOnMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M12 14.25C11.6685 14.25 11.3505 14.3817 11.1161 14.6161C10.8817 14.8505 10.75 15.1685 10.75 15.5C10.75 15.8315 10.8817 16.1495 11.1161 16.3839C11.3505 16.6183 11.6685 16.75 12 16.75C12.3315 16.75 12.6495 16.6183 12.8839 16.3839C13.1183 16.1495 13.25 15.8315 13.25 15.5C13.25 15.1685 13.1183 14.8505 12.8839 14.6161C12.6495 14.3817 12.3315 14.25 12 14.25Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.25C10.4798 2.25 9.01896 2.84166 7.93952 3.89952C6.85956 4.95788 6.25 6.39658 6.25 7.9V9.25518C5.73847 9.29053 5.25287 9.50587 4.88452 9.86764C4.47986 10.2651 4.25 10.807 4.25 11.375V19.625C4.25 20.193 4.47986 20.7349 4.88452 21.1324C5.28872 21.5293 5.8341 21.75 6.4 21.75H17.6C18.1659 21.75 18.7113 21.5293 19.1155 21.1324C19.5201 20.7349 19.75 20.193 19.75 19.625V11.375C19.75 10.807 19.5201 10.2651 19.1155 9.86764C18.7471 9.50587 18.2615 9.29053 17.75 9.25518V7.9C17.75 6.39658 17.1404 4.95788 16.0605 3.89952C14.981 2.84166 13.5202 2.25 12 2.25ZM6.4 10.75C6.22329 10.75 6.05648 10.8191 5.93558 10.9378C5.81514 11.0561 5.75 11.2136 5.75 11.375V19.625C5.75 19.7864 5.81514 19.9439 5.93558 20.0622C6.05649 20.1809 6.22329 20.25 6.4 20.25H17.6C17.7767 20.25 17.9435 20.1809 18.0644 20.0622C18.1849 19.9439 18.25 19.7864 18.25 19.625V11.375C18.25 11.2136 18.1849 11.0561 18.0644 10.9378C17.9435 10.8191 17.7767 10.75 17.6 10.75H6.4ZM7.75 9.25H16.25V7.9C16.25 6.8043 15.806 5.75033 15.0106 4.97084C14.2147 4.19084 13.132 3.75 12 3.75C10.868 3.75 9.78533 4.19084 8.98941 4.97084C8.19401 5.75033 7.75 6.8043 7.75 7.9V9.25Z", fill: "currentColor" }))); }); exports.LockOnMIcon.displayName = 'LockOnMIcon';