@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 1.01 kB
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function KeyOffSolidIcon(props, ref) {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M4.917 2.083a1 1 0 0 0-1.414 1.414L6.07 6.064q-1.905.27-3.32 1.686Q1 9.5 1 12t1.75 4.25T7 18a5.86 5.86 0 0 0 3.475-1.1A5.8 5.8 0 0 0 12.65 14H13l1.3 1.3q.15.15.325.213.175.062.375.062t.375-.062a1 1 0 0 0 .1-.044l5.028 5.028a1 1 0 0 0 1.414-1.414zm.67 11.33A1.93 1.93 0 0 1 5 12q0-.825.588-1.412A1.93 1.93 0 0 1 7 10q.824 0 1.412.588Q9 11.175 9 12q0 .824-.588 1.413A1.93 1.93 0 0 1 7 14q-.824 0-1.412-.587m14.899 1.423L15.65 10h4.95q.2 0 .387.075.189.075.338.225l1.025 1.025q.125.125.2.288t.075.362-.062.375a1.1 1.1 0 0 1-.188.325z"
})
});
}
;
KeyOffSolidIcon.displayName = "KeyOffSolidIcon";
export default forwardRef(KeyOffSolidIcon);