@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 906 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var KeyMIcon = 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", fillRule: "evenodd", d: "M17.876 3.717a.75.75 0 0 1 1.056 0l2.846 2.818a.75.75 0 0 1-1.056 1.066l-2.318-2.296-2.136 2.115 1.952 1.933a.75.75 0 0 1-1.055 1.066l-1.963-1.943-4.139 4.098c.613.824.976 1.844.976 2.949 0 2.756-2.255 4.977-5.02 4.977S2 18.279 2 15.523s2.254-4.977 5.02-4.977c1.113 0 2.145.36 2.979.971l4.675-4.629.001-.001zm-8.407 9.31a3.53 3.53 0 0 0-2.45-.981c-1.95 0-3.519 1.563-3.519 3.477S5.069 19 7.02 19c1.95 0 3.519-1.564 3.519-3.477a3.45 3.45 0 0 0-1.07-2.497", clipRule: "evenodd" }))); });
KeyMIcon.displayName = 'KeyMIcon';