@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.42 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var KeyMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.8761 3.71706C18.1684 3.42765 18.6393 3.42765 18.9316 3.71706L21.7777 6.53524C22.072 6.82668 22.0744 7.30155 21.7829 7.59589C21.4915 7.89022 21.0166 7.89257 20.7223 7.60112L18.4038 5.30546L16.2679 7.42045L18.22 9.35342C18.5143 9.64487 18.5167 10.1197 18.2253 10.4141C17.9338 10.7084 17.4589 10.7107 17.1646 10.4193L15.2019 8.47592L11.0633 12.5739C11.6759 13.3983 12.0385 14.4176 12.0385 15.5227C12.0385 18.2786 9.78426 20.5 7.01923 20.5C4.2542 20.5 2 18.2786 2 15.5227C2 12.7669 4.25419 10.5455 7.01923 10.5455C8.13335 10.5455 9.16452 10.9061 9.99872 11.5171L14.6735 6.88826C14.674 6.88769 14.6746 6.88712 14.6752 6.88655L17.8761 3.71706ZM9.46906 13.0263C8.83655 12.4198 7.97361 12.0455 7.01923 12.0455C5.06862 12.0455 3.5 13.6093 3.5 15.5227C3.5 17.4363 5.06861 19 7.01923 19C8.96985 19 10.5385 17.4363 10.5385 15.5227C10.5385 14.5864 10.1629 13.7338 9.55074 13.1072C9.53443 13.0934 9.51856 13.0787 9.50321 13.0632C9.49134 13.0512 9.47995 13.0389 9.46906 13.0263Z", fill: "currentColor" }))); });
KeyMIcon.displayName = 'KeyMIcon';